renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 2519572.tpl
CommitLineData
51ff3226 1{* header *}{include file="1549864.tpl"}
2
3<form method='post' action='/id/{$node.node_id}'>
4<table width=100%>
5<tr><td valign='top' width=12%>
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' />
12</td>
13<td valign='top' width=50%>
14
15<form method='post' action='/id/{$node.node_id}'>
16
17{if $bookstyl eq 2}
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}
30{if $bookmarks.node_user_subchild_count neq false}
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}
40{if $bookmarks.node_updated > $bookmarks.last_visit}
41:: <span class='most_important'>!!CONTENT CHANGED!!</span>
42{/if}
43{/if}
44<br>
45{/if}
46
47{/foreach}
48
49<br>
50{/foreach}
51{/if}
52
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' />
57</form>
58
59</td></tr></table>
60{*footer*}{include file="1549377.tpl"}
This page took 0.159469 seconds and 4 git commands to generate.