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