Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1663920.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:</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
43
44 <div class='b_item'>
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>
51 {/if}
52 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>
53 {/if}
54 <br>
55 {/if}
56 {/foreach}</div></div>
57
58 <br>
59
60 {/foreach}
61 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
62 </form>
63
64
65
66 </td></tr></table>
67
68
69
This page took 0.296338 seconds and 4 git commands to generate.