big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1559816.tpl
CommitLineData
b42b2bf9
H
1{* header *}{include file="1549864.tpl"}
2<table width=100%> <tr><td valign='top' width=12%>
3
4{* get_userlist *}{include file="1549848.tpl"}
5</td> <td valign='top' width=50%>
6
7<form method='post' action='/id/{$node.node_id}'>
8{get_bookmarks}
9{foreach from=$get_bookmarks item=bookmark_category}
10
11{* showing bookmark category *}
12{if $bookmark_category.node_name neq false} kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
13
14{if $bookmark_category.sum neq false} ::
15<span class='most_important'> {$bookmark_category.sum} NEW</span>
16{/if}
17{/if}
18<br>
19{foreach from=$bookmark_category.children item=bookmarks} <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
20{if $bookmarks.node_name} <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
21
22{if $bookmarks.node_user_subchild_count neq false} :: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
23{/if}
24
25{if $bookmarks.lastdescendant_created > $bookmarks.last_visit} :: <span class='most_important'>!!NEW DESCENDANT!!</span>
26{/if}
27
28{if $bookmarks.node_updated > $bookmarks.last_visit} :: <span class='most_important'>!!CONTENT CHANGED!!
29</span>
30{/if}
31{/if} <br>
32{/foreach} <br>
33{/foreach}
34<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'> </form> </td></tr></table>
35
36{*footer*}{include file="1549377.tpl"}
This page took 0.237331 seconds and 4 git commands to generate.