Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1453990.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9
10{include file="modules/header.tpl"}
11{**
12<table width=100%>
13<tr><td valign='top' width="106">
14{if $action}{get_userlist vector=$action} in vector {$action}
15{else}{get_userlist}
16{/if}
17<div class='active_user_img' style="padding: 0; margin: 0; border: 0;">
18{foreach name=friends from=$active_friends item=active_friend}
19 <a href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')">
20 <img border='0' name='{$active_friend.login}' width='50'
21height='50' title='[{$active_friend.login}] [location: {$active_friend.user_action}] [idle: {$active_friend.idle_time_minutes}:{$active_friend.idle_time_seconds}]' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a>
22{/foreach}
23</div>
24</td>
25<td valign='top'>
26<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
27{include file="modules/mailform.tpl"}<br>
28{include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset}
29</form>
30</td></tr></table>
31------------ **}
32
33<table width=100%>
34<tr><td valign='top' width=23%>
35{include file="modules/get_mail_userlist.tpl"}
36</td>
37<td valign='top'>
38<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
39{include file="modules/mailform.tpl"}
40{include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset}
41</form>
42</td></tr></table>
43
44{include file="modules/footer.tpl"}
45
46
47
48
49
50
51
52
53
54
55
This page took 0.152922 seconds and 4 git commands to generate.