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