Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1499862.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{include file="modules/header.tpl"}
10<script language="javascript" src="/id/1499862/download"></script>
11
12<table width=100%>
13<tr><td valign='top' width=20%>
14
15{*friends*}
16<table cellspacing="0" cellpadding="0" style="margin-left: 7px;">
17{get_userlist}
18{if $active_friends eq true}
19<center><b>friends</b></center>
20{foreach from=$active_friends item=active_friend}
21<tr><td width="100%" valign="top" align="left">
22<a href='/id/{$active_friend.user_id}/' title='{$active_friend.login|strip_tags}'>
23<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
24</td></tr>
25{/foreach}
26{/if}
27<tr><td>
28<center><b>users on.line</b></center>
29{foreach from=$active_users item=active_user}
30<center><a
31href='/id/{$active_user.user_id}'>{$active_user.login|strip_tags}</a><br></center>
32{/foreach}
33</td></tr>
34</table>
35
36</td>
37
38<td valign='top' width=50%>
39
40<form method='post' action='/id/{$node.node_id}'>
41
42{get_bookmarks}
43{foreach from=$get_bookmarks item=bookmark_category}
44{* showing bookmark category *}
45{if $bookmark_category.node_name neq false}
46<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>
47 {if $bookmark_category.sum neq false}
48 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
49 {/if}
50{/if}
51
52<br>
53{foreach from=$bookmark_category.children item=bookmarks}
54{if $bookmarks.node_name && $bookmarks.node_id}
55<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
56<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
57{if $bookmarks.node_user_subchild_count neq false} :: <span class='most_important'>{$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
58{/if}
59
60{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
61:: <span class='most_important'>!!NEW DESCENDANT!!</span>
62{/if}
63
64<br>
65{/if}
66{/foreach}
67
68<br>
69{/foreach}
70
71<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
72</form>
73
74</td></tr></table>
75
76{include file="modules/footer.tpl"}
This page took 0.170059 seconds and 4 git commands to generate.