51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | <table align='center' width='100%' cellspacing='0' cellpadding='0'> |
3 | |
4 | {if $action}{get_userlist vector=$action} in vector {$action} |
5 | {else}{get_userlist} |
6 | {/if} |
7 | |
8 | <tr><td colspan='5' class='important'>friends</td></tr> |
9 | <tr> |
10 | {foreach name=friends from=$active_friends item=active_friend} |
11 | {if $smarty.foreach.friends.iteration is div by 5}</tr><tr>{/if} |
12 | <td width='190'> |
13 | <table> |
14 | <tr><td colspan='2' class='important'>{$active_friend.login}</td></tr> |
15 | <tr> |
16 | <td><a href='/id/{$active_friend.user_id}/'> |
17 | <img border='0' name='{$active_friend.login}' width='50' |
18 | height='50' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a></td> |
19 | <td valign='top'>[<a href='/id/{$active_friend.user_action_id}'> |
20 | {$active_friend.user_action}</a>]<br>{$active_friend[3]}min {$active_friend.idle_time_seconds}sec</td> |
21 | </tr> |
22 | </table> |
23 | </td> |
24 | {/foreach} |
25 | </tr> |
26 | |
27 | <tr><td colspan='5' class='important'>users<br><br></td></tr> |
28 | <tr> |
29 | {foreach name=users from=$active_users item=active_user} |
30 | {if $smarty.foreach.users.iteration is div by 5 }</tr><tr>{/if} |
31 | <td width='190'> |
32 | <table> |
33 | <tr><td colspan='2' align='center' class='important'>{$active_user.login}</td></tr> |
34 | <tr> |
35 | <td><a href='/id/{$active_user.user_id}/'> |
36 | <img border='0' name='{$active_user.login}' width='50' height='50' |
37 | alt='{$active_user.login}' src='{get_image_link id=$active_user.user_id}'></a></td> |
38 | <td valign='top'>[<a href='/id/{$active_user.user_action_id}'>{$active_user.user_action}</a>] |
39 | <br>{$active_user.idle_time_minutes}min {$active_user.idle_time_seconds}sec</td> |
40 | </tr> |
41 | </table> |
42 | </td> |
43 | {/foreach} |
44 | |
45 | </td></tr> |
46 | </table> |
47 | <br><center><img src='http://stats.h-k.sk/kybusers.png' border='0'></center> |
48 | {include file="modules/footer.tpl"} |
49 | |
50 | |