Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1432367.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{include file="modules/header.tpl"}
10
11<table width=100%>
12<tr><td valign='top' width=12%>
13{include file="modules/get_userlist.tpl"}
14</td>
15
16<td valign='top' width=50%>
17
18<form method='post' action='/id/{$node.node_id}'>
19
20{get_bookmarks}
21{foreach from=$get_bookmarks item=bookmark_category}
22{* showing bookmark category *}
23{if $bookmark_category.node_name neq false}
24 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
25 {if $bookmark_category.sum neq false}
26 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
27 {/if}
28{/if}
29<br>
30
31{foreach from=$bookmark_category.children item=bookmarks}
32<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
33{if $bookmarks.node_name}
34<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
35{if $bookmarks.node_user_subchild_count neq false}
36:: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
37{/if}
38{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
39:: <span class='most_important'>!!NEW DESCENDANT!!</span>
40{/if}
41
42{/if}
43<br>
44{/foreach}
45
46<br>
47{/foreach}
48
49<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
50</form>
51
52{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
53
54</td></tr></table>
55
56{include file="modules/footer.tpl"}
This page took 0.143488 seconds and 4 git commands to generate.