Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 19.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
10{include file="modules/header.tpl"}
11
12<table width=100%>
13<tr><td valign='top' width=12%>
14{include file="modules/get_userlist.tpl"}
15</td>
16
17<td valign='top' width=50%>
18
19 <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
20 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"
21 ID=banner_hz WIDTH=468 HEIGHT=60>
22 <PARAM NAME=movie VALUE="/banners/nitropunk_banner_221005.swf">
23 <PARAM NAME=quality VALUE=high>
24 <PARAM NAME=loop VALUE=true>
25 <EMBED src="/banners/nitropunk_banner_221005.swf" loop=true quality=high
26 WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash"
27 PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
28 </EMBED>
29 </OBJECT>
30
31
32<form method='post' action='/id/{$node.node_id}'>
33
34{get_bookmarks}
35{foreach from=$get_bookmarks item=bookmark_category}
36{* showing bookmark category *}
37{if $bookmark_category.node_name neq false}
38 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
39 {if $bookmark_category.sum neq false}
40 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
41 {/if}
42{/if}
43<br>
44
45{foreach from=$bookmark_category.children item=bookmarks}
46<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
47{if $bookmarks.node_name}
48<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
49{if $bookmarks.node_user_subchild_count neq false}
50:: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
51{/if}
52{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
53:: <span class='most_important'>!!NEW DESCENDANT!!</span>
54{/if}
55
56{/if}
57<br>
58{/foreach}
59
60<br>
61{/foreach}
62
63<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
64</form>
65
66</td></tr></table>
67
68{include file="modules/footer.tpl"}
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
This page took 0.284332 seconds and 4 git commands to generate.