Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1666455.tpl
1 <!--
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.
7 -->
8
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>
12
13 <table width=80% cellpadding='5' cellspacing='0' border="0">
14 <tr>
15
16 <td valign="top" width="15%">
17 {include file="modules/get_userlist.tpl"}
18 </td>
19
20 <td width="5%">&nbsp;</td>
21
22 <td valign='top' width=60%>
23
24 <form method='post' action='/id/{$node.node_id}'>
25 <span class='tt'><h1>Bookmarks.fresh:</h1></span>
26 {get_bookmarks}
27 {foreach from=$get_bookmarks item=bookmark_category}
28 <div class='b_cat'>
29 {* showing bookmark category *}
30 {if $bookmark_category.node_name neq false}
31 &nbsp;<a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria:</a>&nbsp;<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>
34 {/if}
35
36
37 {/if}
38 {if $bookmark_category.node_name neq true}
39 <span style="color:white;">&nbsp;&nbsp;nezatriedené ***</span>
40 {/if}
41
42 <div class='b_item'>
43 {foreach from=$bookmark_category.children item=bookmarks}
44 {if $bookmarks.node_name && $bookmarks.node_id}
45 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]'
46 value='{$bookmarks.node_id}'>
47 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
48 {if $bookmarks.node_user_subchild_count neq false}<span class='newdesc'> {$bookmarks.node_user_subchild_count}new</span>
49 {/if}
50 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>
51 {/if}
52 <br>
53 {/if}
54 {/foreach}</div></div>
55
56 <br>
57
58 {/foreach}
59 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
60 </form>
61
62
63
64 </td></tr></table>
This page took 0.28665 seconds and 4 git commands to generate.