2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
9 <link rel='stylesheet' type='text/css' href='http://www.depo.blueweb.sk/kyberia/css/kyberia.css'>
10 <link rel='stylesheet' type='text/css' href='http://www.depo.blueweb.sk/kyberia/css/bookmarks.css'>
11 <script language="javascript" src="http://www.depo.blueweb.sk/kyberia/js/bookmarks.js"></script>
13 <table width=80% cellpadding='5' cellspacing='0' border="0">
16 <td valign="top" width="15%">
17 {include file="modules/get_userlist.tpl"}
20 <td width="5%"> </td>
22 <td valign='top' width=60%>
24 <form method='post' action='/id/{$node.node_id}'>
25 <span class='tt'><h1>Bookmarks:</h1></span>
27 {foreach from=$get_bookmarks item=bookmark_category}
29 {* showing bookmark category *}
30 {if $bookmark_category.node_name neq false}
31 <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria:</a> <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
32 {if $bookmark_category.sum neq false}
33 : <span class='newdesc'> {$bookmark_category.sum}new</span>
38 {if $bookmark_category.node_name neq true}
39 <span style="color:white;"> nezatriedené ***</span>
45 {foreach from=$bookmark_category.children item=bookmarks}
46 {if $bookmarks.node_name neq false && $bookmarks.node_id neq ''}
47 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]'
48 value='{$bookmarks.node_id}'>
49 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
50 {if $bookmarks.node_user_subchild_count neq false}<span class='newdesc'> {$bookmarks.node_user_subchild_count}new</span>
52 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>
56 {/foreach}</div></div>
61 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>