1 {* header *}{include file="1549864.tpl"}
4 <tr><td valign='top' width=12%>
5 {* get_userlist *}{include file="1549848.tpl"}
8 <td valign='top' width=50%>
10 <!-- BANNER PLACE START -->
12 <!-- BANNER PLACE END -->
13 <form method='post' action='/id/{$node.node_id}'>
16 {foreach from=$get_bookmarks item=bookmark_category}
17 {* showing bookmark category *}
18 {if $bookmark_category.node_name neq false}
19 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
20 {if $bookmark_category.sum neq false}
21 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
26 {foreach from=$bookmark_category.children item=bookmarks}
27 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
28 {if $bookmarks.node_name}
29 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
30 {if $bookmarks.node_user_subchild_count neq false}
31 :: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
33 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
34 :: <span class='most_important'>!!NEW DESCENDANT!!</span>
36 {if $bookmarks.node_updated > $bookmarks.last_visit}
37 :: <span class='most_important'>!!CONTENT CHANGED!!</span>
47 Recycle Bin [<a href='/id/1571388/2086083'>1</a>,<a href='/id/123456/2086083'>2</a>]
49 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
53 {*footer*}{include file="1549377.tpl"}