Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1559761.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 {include file="modules/header.tpl"}
10
11 <script language="javascript" src="/id/156968/download">
12 </script>
13
14 <table width=100%>
15 <tr><td valign='top' width=12%>
16 {include file="modules/get_userlist.tpl"}
17 </td>
18
19 <td valign='top' width=50%>
20
21 <form method='post' action='/id/{$node.node_id}'>
22 <span class='tt'>&nbsp</span>
23 {get_bookmarks}
24 {foreach from=$get_bookmarks item=bookmark_category}
25 {* showing bookmark category *}
26 {if $bookmark_category.node_name neq false}
27 <a href="javascript:chngbukcat('{$bookmark_category.node_id}')">#</a>kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
28 {if $bookmark_category.sum neq false}
29 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
30 {/if}
31
32 {/if}
33
34 {foreach from=$bookmark_category.children item=bookmarks}
35 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
36 {if $bookmarks.node_name}
37 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
38 {if $bookmarks.node_user_subchild_count neq false}
39 :: <span class='most_important'> {$bookmarks.node_user_subchild_count} N!</span>
40
41 {/if}
42 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
43 :: <span class='most_important'>D!</span>
44 {/if}
45
46 {/if}
47 <br>
48 {/foreach}
49
50 <br>
51
52 {/foreach}<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
53 </form>
54
55 </td></tr></table>
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
This page took 0.246813 seconds and 4 git commands to generate.