1 <link rel='stylesheet' type='text/css' href='http://www.depo.blueweb.sk/kyberia/css/kyberia.css'>
2 <link rel='stylesheet' type='text/css' href='http://www.depo.blueweb.sk/kyberia/css/bookmarks.css'>
3 <script language="javascript" src="http://www.depo.blueweb.sk/kyberia/js/bookmarks.js"></script>
5 <table width=80% cellpadding='5' cellspacing='0' border="0">
8 <td valign="top" width="15%">
9 {include file="modules/get_userlist.tpl"}
12 <td width="5%"> </td>
14 <td valign='top' width=60%>
16 <form method='post' action='/id/{$node.node_id}'>
17 <span class='tt'><h1>Bookmarks.fresh:</h1></span>
19 {foreach from=$get_bookmarks item=bookmark_category}
21 {* showing bookmark category *}
22 {if $bookmark_category.node_name neq false}
23 <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria:</a> <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
24 {if $bookmark_category.sum neq false}
25 : <span class='newdesc'> {$bookmark_category.sum}new</span>
30 {if $bookmark_category.node_name neq true}
31 <span style="color:white;"> nezatriedené ***</span>
35 {foreach from=$bookmark_category.children item=bookmarks}
36 {if $bookmarks.node_name && $bookmarks.node_id}
37 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]'
38 value='{$bookmarks.node_id}'>
39 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
40 {if $bookmarks.node_user_subchild_count neq false}<span class='newdesc'> {$bookmarks.node_user_subchild_count}new</span>
42 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>
46 {/foreach}</div></div>
51 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>