Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2519572.tpl
CommitLineData
b42b2bf9 1{* header *}{include file="1549864.tpl"}
e586807d 2
b42b2bf9 3<form method='post' action='/id/{$node.node_id}'>
e586807d
H
4<table width=100%>
5<tr><td valign='top' width=12%>
b42b2bf9
H
6{* get_userlist *}{include file="1549848.tpl"}
7<br>
8<input type='radio' value='0' name='bookstyl'> Vsechny bookmarty<br>
9<input type='radio' value='1' name='bookstyl'> Jen !!NEW DESCENDANT!!<br>
10<input type='radio' value='2' name='bookstyl'> Jen !!NEW CHILDREN!!<br>
11<input type='submit' name='event' value='bookstyl' />
e586807d 12</td>
e586807d
H
13<td valign='top' width=50%>
14
15<form method='post' action='/id/{$node.node_id}'>
16
b42b2bf9 17{if $bookstyl eq 2}
e586807d
H
18{get_bookmarks}
19{foreach from=$get_bookmarks item=bookmark_category}
20{* showing bookmark category *}
21{if $bookmark_category.node_name neq false}
22 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
23 {if $bookmark_category.sum neq false}
24 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
25 {/if}
26{/if}
27<br>
28
29{foreach from=$bookmark_category.children item=bookmarks}
b42b2bf9 30{if $bookmarks.node_user_subchild_count neq false}
e586807d
H
31<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
32{if $bookmarks.node_name}
33<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
34{if $bookmarks.node_user_subchild_count neq false}
35:: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
36{/if}
37{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
38:: <span class='most_important'>!!NEW DESCENDANT!!</span>
39{/if}
b42b2bf9
H
40{if $bookmarks.node_updated > $bookmarks.last_visit}
41:: <span class='most_important'>!!CONTENT CHANGED!!</span>
42{/if}
e586807d
H
43{/if}
44<br>
b42b2bf9
H
45{/if}
46
e586807d
H
47{/foreach}
48
49<br>
50{/foreach}
b42b2bf9 51{/if}
e586807d 52
b42b2bf9
H
53Recycle Bin [<a href='/id/1571388/2086083'>1</a>,<a href='/id/123456/2086083'>2</a>]
54<br><br>
55<input type='text' name='bookmark_category_id' /><input type='submit' name='event' value='set_bookmark_category' /><br />
56<input type='submit' name='event' value='unbook_multi' />
e586807d
H
57</form>
58
e586807d 59</td></tr></table>
b42b2bf9 60{*footer*}{include file="1549377.tpl"}
This page took 0.294122 seconds and 4 git commands to generate.