images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1499862.tpl
CommitLineData
51ff3226 1{include file="modules/header.tpl"}
2<script language="javascript" src="/id/1499862/download"></script>
3
4<table width=100%>
5<tr><td valign='top' width=20%>
6
7{*friends*}
8<table cellspacing="0" cellpadding="0" style="margin-left: 7px;">
9{get_userlist}
10{if $active_friends eq true}
11<center><b>friends</b></center>
12{foreach from=$active_friends item=active_friend}
13<tr><td width="100%" valign="top" align="left">
14<a href='/id/{$active_friend.user_id}/' title='{$active_friend.login|strip_tags}'>
15<img border='0' width='23' height='23' alt='{$node_visitor.login|strip_tags}' src='{get_image_link id=$active_friend.user_id}' style="float:left;"></a>[<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action|strip_tags}</a>]<br>{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec
16</td></tr>
17{/foreach}
18{/if}
19<tr><td>
20<center><b>users on.line</b></center>
21{foreach from=$active_users item=active_user}
22<center><a
23href='/id/{$active_user.user_id}'>{$active_user.login|strip_tags}</a><br></center>
24{/foreach}
25</td></tr>
26</table>
27
28</td>
29
30<td valign='top' width=50%>
31
32<form method='post' action='/id/{$node.node_id}'>
33
34{get_bookmarks}
35{foreach from=$get_bookmarks item=bookmark_category}
36{* showing bookmark category *}
37{if $bookmark_category.node_name neq false}
38<a href="javascript:chngbukcat('{$bookmark_category.node_id}')"><font color="#6DAE42">kategoria</font></a>:: <a class='important' href='/id/{$bookmark_category.node_id}/configure'>{$bookmark_category.node_name}</a>
39 {if $bookmark_category.sum neq false}
40 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
41 {/if}
42{/if}
43
44<br>
45{foreach from=$bookmark_category.children item=bookmarks}
46{if $bookmarks.node_name && $bookmarks.node_id}
47<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
48<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
49{if $bookmarks.node_user_subchild_count neq false} :: <span class='most_important'>{$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
50{/if}
51
52{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
53:: <span class='most_important'>!!NEW DESCENDANT!!</span>
54{/if}
55
56<br>
57{/if}
58{/foreach}
59
60<br>
61{/foreach}
62
63<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
64</form>
65
66</td></tr></table>
67
68{include file="modules/footer.tpl"}
This page took 0.132155 seconds and 4 git commands to generate.