51ff3226 |
1 | <link rel='stylesheet' type='text/css' href='http://www.mic.jablonka.org/kyberia/css/bookmarks.css'>\r |
2 | <script language="javascript" src="http://www.mic.jablonka.org/kyberia/js/bookmarks.js"></script>\r |
3 | \r |
4 | <table width=80% cellpadding='5' cellspacing='0' border="0">\r |
5 | <tr>\r |
6 | \r |
7 | <td valign="top" width="15%">\r |
8 | {include file="modules/get_userlist.tpl"}\r |
9 | </td>\r |
10 | \r |
11 | <td width="5%"> </td>\r |
12 | \r |
13 | <td valign='top' width=60%>\r |
14 | \r |
15 | <form method='post' action='/id/{$node.node_id}'>\r |
16 | <span class='tt'><h1>Bookmarks:</h1></span>\r |
17 | {get_bookmarks}\r |
18 | {foreach from=$get_bookmarks item=bookmark_category}\r |
19 | <div class='b_cat'>\r |
20 | {* showing bookmark category *}\r |
21 | {if $bookmark_category.node_name neq false}\r |
22 | <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria:</a> <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a> \r |
23 | {if $bookmark_category.sum neq false}\r |
24 | : <span class='newdesc'> {$bookmark_category.sum}new</span>\r |
25 | {/if}\r |
26 | \r |
27 | \r |
28 | {/if}\r |
29 | {if $bookmark_category.node_name neq true}\r |
30 |