Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / bookmarks.tpl-old
CommitLineData
e586807d
H
1{include file="modules/header.tpl"}
2
3<table width=100%>
4<tr><td valign='top' width=12%>
5{include file="modules/get_userlist.tpl"}
6</td>
7
8<td valign='top' width=50%>
923
10
11<center>
12
13</center>
14{get_bookmarks}
15{foreach from=$get_bookmarks item=bookmark_category}
16{* showing bookmark category *}
17{if $bookmark_category.node_name neq false}
18 <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
19 {if $bookmark_category.sum neq false}
20 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
21 {/if}
22 &nbsp;&nbsp;
23 {if $bookmark_category.on_main eq yes}
24 <a class='important' href='/id/{$node.node_id}/{$bookmark_category.node_id}'>^</a>
25 {else}
26 <a class='important' href='/id/{$node.node_id}/{$bookmark_category.node_id}'>^</a>
27 {/if}
28{/if}
29<br>
30{if $bookmark_category.on_main neq 'no'}
31 {foreach from=$bookmark_category.children item=bookmarks}
32 {if $bookmarks.node_name}
33 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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
41{/if}
42 <br>
43 {/foreach}
44{/if}
45<br>
46{/foreach}
47
48{include file="modules/addnode_small.tpl"}
49
50
51</td></tr></table>
52
53{include file="modules/footer.tpl"}
This page took 0.134188 seconds and 4 git commands to generate.