Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 27.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10 <table align='center' width='100%' cellspacing='0' cellpadding='0'>
11
12 {if $action}{get_userlist vector=$action} in vector {$action}
13 {else}{get_userlist}
14 {/if}
15
16 <tr><td colspan='5' class='important'>friends</td></tr>
17 <tr>
18 {foreach name=friends from=$active_friends item=active_friend}
19 {if $smarty.foreach.friends.iteration is div by 5}</tr><tr>{/if}
20 <td width='190'>
21 <table>
22 <tr><td colspan='2' class='important'>{$active_friend.login}</td></tr>
23 <tr>
24 <td><a href='/id/{$active_friend.user_id}/'>
25 <img border='0' name='{$active_friend.login}' width='50'
26 height='50' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a></td>
27 <td valign='top'>[<a href='/id/{$active_friend.user_action_id}'>
28 {$active_friend.user_action}</a>]<br>{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec</td>
29 </tr>
30 </table>
31 </td>
32 {/foreach}
33 </tr>
34
35 <tr><td colspan='5' class='important'>users<br><br></td></tr>
36 <tr>
37 {foreach name=users from=$active_users item=active_user}
38 {if $smarty.foreach.users.iteration is div by 5 }</tr><tr>{/if}
39 <td width='190'>
40 <table>
41 <tr><td colspan='2' align='center' class='important'>{$active_user.login}</td></tr>
42 <tr>
43 <td><a href='/id/{$active_user.user_id}/'>
44 <img border='0' name='{$active_user.login}' width='50' height='50'
45 alt='{$active_user.login}' src='{get_image_link id=$active_user.user_id}'></a></td>
46 <td valign='top'>[<a href='/id/{$active_user.user_action_id}'>{$active_user.user_action}</a>]
47 <br>{$active_user.idle_time_minutes}min {$active_user.idle_time_seconds}sec</td>
48 </tr>
49 </table>
50 </td>
51 {/foreach}
52
53 </td></tr>
54 </table>
55 <br><center><img src='http://stats.h-k.sk/kybusers.png' border='0'></center>
56 {include file="modules/footer.tpl"}
57
58
59
60
61
This page took 0.30596 seconds and 4 git commands to generate.