51ff3226 |
1 | |
2 | {include file="modules/header.tpl"} |
3 | {** |
4 | <table width=100%> |
5 | <tr><td valign='top' width="106"> |
6 | {if $action}{get_userlist vector=$action} in vector {$action} |
7 | {else}{get_userlist} |
8 | {/if} |
9 | <div class='active_user_img' style="padding: 0; margin: 0; border: 0;"> |
10 | {foreach name=friends from=$active_friends item=active_friend} |
11 | <a href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')"> |
12 | <img border='0' name='{$active_friend.login}' width='50' |
13 | height='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> |
14 | {/foreach} |
15 | </div> |
16 | </td> |
17 | <td valign='top'> |
18 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
19 | {include file="modules/mailform.tpl"}<br> |
20 | {include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset} |
21 | </form> |
22 | </td></tr></table> |
23 | ------------ **} |
24 | |
25 | <table width=100%> |
26 | <tr><td valign='top' width=23%> |
27 | {include file="modules/get_mail_userlist.tpl"} |
28 | </td> |
29 | <td valign='top'> |
30 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
31 | {include file="modules/mailform.tpl"} |
32 | {include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset} |
33 | </form> |
34 | </td></tr></table> |
35 | |
36 | {include file="modules/footer.tpl"} |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |