51ff3226 |
1 | <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/2090189.tpl'> |
2 | {include file="1549864.tpl"} |
3 | <script language="javascript" src="/id/156968/download"> </script> |
4 | <div style="float:left; width:20%; text-align:center; margin-left:8px;" class='active_users'> |
5 | {get_userlist} {if $active_friends eq true} |
6 | <span class='important'> |
7 | <center> |
8 | friends |
9 | </center> |
10 | </span> |
11 | {foreach from=$active_friends item=node_visitor} |
12 | <div class='active_user_img' style='float:left; margin:0px 1px 0 0;'> |
13 | <a href='/id/{$node_visitor.user_id}/'> |
14 | <img border='0' name='{$node_visitor.login}' width='50' height='50' alt='{$node_visitor.login}' title='{$node_visitor.login}' src='{get_image_link id=$node_visitor.user_id}'></a> |
15 | </div> |
16 | {/foreach} |
17 | <br style="clear:left;"> |
18 | {/if} |
19 | <span class='important'> |
20 | <center> |
21 | users on.line |
22 | </center> |
23 | </span> |
24 | {foreach from=$active_users item=node_visitor} |
25 | <a href='/id/{$node_visitor.user_id}'>{$node_visitor.login|strip_tags}</a> |
26 | <br>{/foreach} |
27 | </div> |
28 | <div style="margin-left:20%; padding-left:10px;"> |
29 | <div id='book'> |
30 | <form method='post' action='/id/{$node.node_id}'> |
31 | <span class='tt'> |
32 | |
33 | </span> |
34 | {get_bookmarks} {foreach from=$get_bookmarks item=bookmark_category} |
35 | <!-- <h2>X</h2> --> |
36 | <div class='b_cat'> |
37 | {* showing bookmark category *} {if $bookmark_category.node_name neq false} |
38 | <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">#</a> |
39 | kategoria:: |
40 | <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a> |
41 | {if $bookmark_category.sum neq false} :: |
42 | <span class='most_important'> |
43 | {$bookmark_category.sum} N! |
44 | </span> |
45 | {/if} |
46 | <span class='cconf'> |
47 | [ |
48 | <a href='/id/{$bookmark_category.node_id}/1961033'>conf</a> |
49 | ] |
50 | </span> |
51 | {/if} {if $bookmark_category.node_name neq true} Unsorted {/if} |
52 | <div class='b_item'> |
53 | {foreach from=$bookmark_category.children item=bookmarks} {if $bookmarks.node_name && $bookmarks.node_id} |
54 | <div class="b_node" style="position:relative;"> |
55 | <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'> |
56 | <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a> |
57 | {if $bookmarks.node_user_subchild_count neq false} :: |
58 | <span class='most_important'> |
59 | {$bookmarks.node_user_subchild_count} N! |
60 | </span> |
61 | {/if} {if $bookmarks.lastdescendant_created > $bookmarks.last_visit} :: |
62 | <span class='most_important'> |
63 | D! |
64 | </span> |
65 | {/if} |
66 | <div class="opt"> |
67 | [ |
68 | <a href='/id/15/{$bookmarks.node_vector}'>Kacka</a> |
69 | | |
70 | <a href='/id/{$bookmarks.node_id}/23'>posledne</a> |
71 | ] |
72 | </div> |
73 | </div> |
74 | {/if} {/foreach} |
75 | </div> |
76 | </div> |
77 | <br>{/foreach} |
78 | </div> |
79 | </div> |
80 | Recycle Bin [ |
81 | <a href='/id/1571388/2086083'>1</a>, |
82 | <a href='/id/123456/2086083'>2</a>] |
83 | <div id='fix'> |
84 | {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'} |
85 | <a href='/id/{$node.node_id}/1961033'>configure</a> |
86 | {/if} |
87 | <a href='#top' class='top'>top </a> |
88 | <input type='text' name='bookmark_category_id'> |
89 | <input type='submit' name='event' value='set_bookmark_category'> |
90 | <input type='submit' name='event' value='unbook_multi'> |
91 | </div> |
92 | </form> |