51ff3226 |
1 | <link rel='stylesheet' type='text/css' href='http://x86.sk/~marin/css/book.css'> |
2 | {include file="modules/header.tpl"} |
3 | |
4 | <script language="javascript" src="/id/156968/download"> |
5 | </script> |
6 | |
7 | <div style="float:left; width:20%; text-align:center; margin-left:8px;" class='active_users'> |
8 | |
9 | {get_userlist} |
10 | {if $active_friends eq true} |
11 | |
12 | <span class='important'><center>friends</center></span> |
13 | {foreach from=$active_friends item=node_visitor} |
14 | <div class='active_user_img' style='float:left; margin:0px 1px 0 0;'><a href='/id/{$node_visitor.user_id}/'><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></div> |
15 | {/foreach}<br style="clear:left;"> |
16 | {/if} |
17 | <span class='important'><center>users on.line</center></span> |
18 | {foreach from=$active_users item=node_visitor} |
19 | <a href='/id/{$node_visitor.user_id}'>{$node_visitor.login}</a><br> |
20 | {/foreach} |
21 | |
22 | <br> |
23 | <br><center> |
24 | <table class='bordered'> |
25 | {get_bookmark_statistics} |
26 | {foreach from=$get_bookmark_statistics item=bookmark_statistic} |
27 | <tr><td><a href='/id/{$bookmark_statistic.user_id}'>{$bookmark_statistic.login}</a><td>{$bookmark_statistic.node_user_subchild_count}</td></tr> |
28 | {/foreach} |
29 | </table></center> |
30 | </div> |
31 | |
32 | |
33 | <div style="margin-left:20%; padding-left:10px;"> |
34 | <div id='book'> |
35 | |
36 | <span class='tt'> </span> |
37 | {get_bookmarks} |
38 | {foreach from=$get_bookmarks item=bookmark_category} |
39 | <!-- <h2>X</h2> --><div class='b_cat1'> |
40 | {* showing bookmark category *} |
41 | {if $bookmark_category.node_name neq false} |
42 | <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">#</a>kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a> |
43 | {if $bookmark_category.sum neq false} |
44 | :: <span class='most_important'> {$bookmark_category.sum} NEW</span> |
45 | {/if} |
46 | |
47 | {/if} |
48 | {if $bookmark_category.node_name neq true} |
49 | Unsorted |
50 | {/if} |
51 | |
52 | <div class='b_item1'> |
53 | {foreach from=$bookmark_category.children item=bookmarks} |
54 | {if $bookmarks.node_name && $bookmarks.node_id} |
55 | <div class="b_node"><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'> {$bookmarks.node_user_subchild_count} N!</span> |
59 | {/if} |
60 | {if $bookmarks.lastdescendant_created > $bookmarks.last_visit} |
61 | :: <span class='most_important'>D!</span> |
62 | {/if} [<a href='/id/23/{$bookmarks.node_vector}' style="color:#666;">posledne</a>] |
63 | <form action='/id/{$bookmarks.node_id}/' method='post' style="display: inline;"><input type='submit' name='event' value='unbook' style="border:0; font-size:6pt; height:13px; float:leftt; margin:0; position:absolute; right:200px;"></form> |
64 | </div>{/if} |
65 | {/foreach}</div></div> |
66 | |
67 | <br> |
68 | |
69 | {/foreach} |
70 | </div> |
71 | |
72 | </div> |
73 | |
74 | |
75 | <form method='post' action='/id/{$node.node_id}'> |
76 | <div id='fix'> |
77 | {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}<a href='/id/{$node.node_id}/configure'>configure</a>{/if} <a href='#top' class='top'>top</a> <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'></div> |
78 | </form> |
79 | |
80 | |
81 | |