2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
9 {include file="modules/header.tpl"}
12 <center><font style='error'>{$error}</font></center>
15 {if $user_id eq false}
16 <center>{include file="modules/loginbox.tpl"}</center>
20 <table width=100% cellpadding='5'>
22 <td valign='top' width=20%>
25 <td valign='top' width=70%>
28 {foreach from=$get_bookmarks item=bookmark_category}
29 {* showing bookmark category *}
31 {foreach from=$bookmark_category.children item=bookmarks}
32 {if $bookmarks.parent eq $node.node_id}
34 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
35 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
37 {if $bookmarks.node_user_subchild_count neq false} :: <span class='most_important'>{$bookmarks.node_user_subchild_count} NeW</span>
40 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}:: <span class='most_important'>DeSC</span>
42 {if $bookmarks.node_creator eq $user_id or $bookmarks.node_permission eq 'master' or $bookmarks.node_permission eq 'op'} :: [<a href='/id/{$bookmarks.node_id}/configure'>configure</a>]{/if}
56 {include file="modules/footer.tpl"}