Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1849954.tpl
1 {*header*}{include file="1549864.tpl"}
2
3 <table width=100%>
4 <tr><td valign='top'>
5 {*friends*}
6 <table cellspacing="0" cellpadding="0">
7 {get_userlist}
8 <b><center><font size=1>friends</font></center></b>
9 {if $active_friends eq true}
10 {foreach from=$active_friends item=active_friend}
11 <tr><td width="100%" valign="top" align="left">
12 <a
13 href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')">
14 <img border='0' alt='{$active_friend.login|strip_tags}' width='23' height='23' alt='{$active_friend.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]
15 </td></tr>
16 {/foreach}
17 {/if}
18 <tr><td>
19 <br>
20 <b><center>users on.line</center></b>
21 {foreach from=$active_users item=active_user}
22 <center><a
23 href="javascript:chngto('{$active_user.login}','{$active_user.user_id}')">{$active_user.login|strip_tags}</a><br></center>
24 {/foreach}
25 </td></tr>
26 </table></td>
27
28 <td valign='top' width=77%>
29
30
31
32 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
33 {include file="1549897.tpl"}
34 {include file="1549888.tpl" listing_amount=$listing_amount offset=$offset}
35 </form>
36
37
38 </td>
39
40 </tr></table>
41
42 {include file="modules/footer.tpl"}<img src="/id/24" width=1 height=1>
This page took 0.282302 seconds and 4 git commands to generate.