1 {* header *}{include file="1549864.tpl"}
3 <form method='post' action='/id/{$node.node_id}'>
5 <tr><td valign='top' width=12%>
6 {* get_userlist *}{include file="1549848.tpl"}
8 <input type='radio' value='0' name='bookstyl'> Vsechny bookmarty<br>
9 <input type='radio' value='1' name='bookstyl'> Jen !!NEW DESCENDANT!!<br>
10 <input type='radio' value='2' name='bookstyl'> Jen !!NEW CHILDREN!!<br>
11 <input type='submit' name='event' value='bookstyl' />
13 <td valign='top' width=50%>
15 <form method='post' action='/id/{$node.node_id}'>
19 {foreach from=$get_bookmarks item=bookmark_category}
20 {* showing bookmark category *}
21 {if $bookmark_category.node_name neq false}
22 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
23 {if $bookmark_category.sum neq false}
24 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
29 {foreach from=$bookmark_category.children item=bookmarks}
30 {if $bookmarks.node_user_subchild_count neq false}
31 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
32 {if $bookmarks.node_name}
33 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
34 {if $bookmarks.node_user_subchild_count neq false}
35 :: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
37 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
38 :: <span class='most_important'>!!NEW DESCENDANT!!</span>
40 {if $bookmarks.node_updated > $bookmarks.last_visit}
41 :: <span class='most_important'>!!CONTENT CHANGED!!</span>
53 Recycle Bin [<a href='/id/1571388/2086083'>1</a>,<a href='/id/123456/2086083'>2</a>]
55 <input type='text' name='bookmark_category_id' /><input type='submit' name='event' value='set_bookmark_category' /><br />
56 <input type='submit' name='event' value='unbook_multi' />
60 {*footer*}{include file="1549377.tpl"}