Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1868362.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="http://kyberia.sk/id/1868367/"}
14</td>
15
16<td valign='top' width=50%>
17
18<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
19codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"
20ID=banner_hz WIDTH=468 HEIGHT=60>
21<PARAM NAME=movie VALUE="/banners/open468x60.swf">
22<PARAM NAME=quality VALUE=high>
23<PARAM NAME=loop VALUE=true>
24<EMBED src="/banners/open468x60.swf" loop=true quality=high
25WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash"
26PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
27</EMBED>
28</OBJECT>
29
30
31<form method='post' action='/id/{$node.node_id}'>
32
33{get_bookmarks}
34{foreach from=$get_bookmarks item=bookmark_category}
35{* showing bookmark category *}
36{if $bookmark_category.node_name neq false}
37kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
38{if $bookmark_category.sum neq false}
39:: <span class='most_important'> {$bookmark_category.sum} NEW</span>
40{/if}
41{/if}
42<br>
43
44{foreach from=$bookmark_category.children item=bookmarks}
45<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
46{if $bookmarks.node_name}
47<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
48{if $bookmarks.node_user_subchild_count neq false}
49:: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
50{/if}
51{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
52:: <span class='most_important'>!!NEW DESCENDANT!!</span>
53{/if}
54
55{/if}
56<br>
57{/foreach}
58
59<br>
60{/foreach}
61
62<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
63</form>
64
65</td></tr></table>
66
67{include file="modules/footer.tpl"}
This page took 0.135435 seconds and 4 git commands to generate.