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