Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1669447.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<!-- fixnute zobrazovanie chybnych bookmarkov, inak standard -->
10
11{include file="modules/header.tpl"}
12
13<table width=100%>
14<tr><td valign='top' width=12%>
15{include file="modules/get_userlist.tpl"}
16</td>
17
18<td valign='top' width=50%>
19
20<form method='post' action='/id/{$node.node_id}'>
21
22{get_bookmarks}
23{foreach from=$get_bookmarks item=bookmark_category}
24{* showing bookmark category *}
25{if $bookmark_category.node_name neq false}
26 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
27 {if $bookmark_category.sum neq false}
28 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
29 {/if}
30{/if}
31<br>
32
33{foreach from=$bookmark_category.children item=bookmarks}
34{if $bookmarks.node_name neq false && $bookmarks.node_id neq ''}
35<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
36<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
37{if $bookmarks.node_user_subchild_count neq false}
38:: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
39{/if}
40{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
41:: <span class='most_important'>!!NEW DESCENDANT!!</span>
42{/if}
43<br>
44{/if}
45
46{/foreach}
47
48<br>
49{/foreach}
50
51<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
52</form>
53
54</td></tr></table>
55
56{include file="modules/footer.tpl"}
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
This page took 0.1507 seconds and 4 git commands to generate.