51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | |
3 | <script language="javascript" src="/id/156968/download"> |
4 | </script> |
5 | |
6 | <table width=100%> |
7 | <tr><td valign='top' width=12%> |
8 | {include file="modules/get_userlist.tpl"} |
9 | </td> |
10 | |
11 | <td valign='top' width=50%> |
12 | |
13 | <form method='post' action='/id/{$node.node_id}'> |
14 | <span class='tt'> </span> |
15 | {get_bookmarks} |
16 | {foreach from=$get_bookmarks item=bookmark_category} |
17 | {* showing bookmark category *} |
18 | {if $bookmark_category.node_name neq false} |
19 | <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">#</a>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> |
22 | {/if} |
23 | |
24 | {/if} |
25 | |
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} N!</span> |
32 | |
33 | {/if} |
34 | {if $bookmarks.lastdescendant_created > $bookmarks.last_visit} |
35 | :: <span class='most_important'>D!</span> |
36 | {/if} |
37 | |
38 | {/if} |
39 | <br> |
40 | {/foreach} |
41 | |
42 | <br> |
43 | |
44 | {/foreach}<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'> |
45 | </form> |
46 | |
47 | </td></tr></table> |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |
60 | |
61 | |
62 | |