51ff3226 |
1 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
2 | {if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if} |
3 | |
4 | {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if} |
5 | {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if} |
6 | |
7 | {if $action}{get_userlist vector=$action} in vector {$action} |
8 | {else}{get_userlist} |
9 | |
10 | {/if} |
11 | |
12 | <!-- image --> |
13 | |
14 | <table align='center' valign='top' style='border: solid 1px #6dae42; border-top: 0; margin-top: 0;' width='780'> |
15 | <tr><td colspan='2'><img src="http://kyberia.sk/upload/top.gif"></td></tr> |
16 | |
17 | <tr> |
18 | <!--left column--> |
19 | <td valign='top' align='center' width='23%'> |
20 | {* show node info *} |
21 | {include file="modules/node_settings.tpl"} |
22 | |
23 | <center><br><a href='/id/31'>register</a> |
24 | <br><br> |
25 | <form action='/id/25/' method='post'> |
26 | <input type='text' value='{$smarty.post.query}' name='query'> |
27 | <input type='submit' name='template_event' value='search'><br> |
28 | </form><br><br> |
29 | </td> |
30 | <!--end of left column--> |
31 | |
32 | <!-- center column --> |
33 | <td valign='top' width='468'> |
34 | |
35 | <center> |
36 | {include file="modules/loginbox.tpl"} |
37 | </center> |
38 | |
39 | <table> |
40 | <tr><td colspan='3' class='important'>friends</td></tr> |
41 | <tr> |
42 | {foreach name=friends from=$active_friends item=active_friend} |
43 | {if $smarty.foreach.friends.iteration is div by 3}</tr><tr>{/if} |
44 | <td width='190'> |
45 | <table> |
46 | <tr><td colspan='1' class='important'><a href='/id/{$active_friend.user_id}/'>{$active_friend.login|strip_tags}</a></td></tr> |
47 | |
48 | <tr> |
49 | <td><a href='/id/{$active_friend.user_id}/'> |
50 | <img border='0' name='{$active_friend.login}' width='50' height='50' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a></td> |
51 | <td valign='top'>[<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</td> |
52 | </tr> |
53 | </table> |
54 | |
55 | </td> |
56 | {/foreach} |
57 | </tr> |
58 | |
59 | <tr><td colspan='3' class='important'>users<br><br></td></tr> |
60 | <tr> |
61 | {foreach name=users from=$active_users item=active_user} |
62 | {if $smarty.foreach.users.iteration is div by 3 }</tr><tr>{/if} |
63 | <td width='190'> |
64 | <table> |
65 | <tr><td colspan='1' align='center' class='important'><a href='/id/{$active_user.user_id}/'>{$active_user.login|strip_tags}</a></td></tr> |
66 | |
67 | <tr> |
68 | <td valign='top'>[<a href='/id/{$active_user.user_action_id}'>{$active_user.user_action|strip_tags}</a>] |
69 | <br>{$active_user.idle_time_minutes}min {$active_user.idle_time_seconds}sec</td> |
70 | </tr> |
71 | </table> |
72 | |
73 | </td> |
74 | {/foreach} |
75 | |
76 | </td></tr> |
77 | </table> |
78 | </table> |
79 | |
80 | </td> |
81 | <!-- end of center column --> |
82 | |
83 | </tr> |
84 | </table> |
85 | <br><center><img src='http://stats.h-k.sk/kybusers.png' border='0'></center> |
86 | {include file="modules/footer.tpl"} |