Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1693948.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10
11 <table width=100%>
12 {*left column*}
13 <tr><td valign='top' align='left' width='166'>
14
15 <table cellspacing="0" cellpadding="0" width="166">
16
17 {*users*}
18 {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}
19 <tr colspan="3">
20 <center><a href='/id/{$node.node_id}/configure'>configure</a></center>
21 </tr>
22 {/if}
23
24 {*friends*}
25 {get_userlist}
26 {if $active_friends eq true}
27 <tr colspan="3"><b><center>friends</center></b></tr>
28 <tr>
29 {foreach name=friends from=$active_friends item=active_friend}
30 {if $smarty.foreach.friends.iteration is div by 3}</tr><tr>{/if}
31 <td width="25" valign="top" align="left">
32 <a href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')" title='{$active_friend.login|strip_tags}'>
33 <img border='0' alt='{$active_friend.login|strip_tags}' width='25' height='25' alt='{$node_visitor.login|strip_tags}' src='{get_image_link id=$active_friend.user_id}'></a>
34 </td>
35 {/foreach}
36
37 {/if}
38 </tr><tr colspan="3"><td>
39 <br>
40 <b><center>users on.line</center></b>
41 {foreach from=$active_users item=active_user}
42 <center><a href="javascript:chngto('{$active_user.login}','{$active_user.user_id}')" title='{$active_user.login|strip_tags}'>{$active_user.login|strip_tags}</a><br></center>
43 {/foreach}
44 </td></tr>
45 </table>
46
47 </td>
48 {*main column*}
49 <td width='666' valign='top'>
50 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
51 {include file="modules/mailform.tpl"}
52 {include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset}
53 </form>
54 </td></tr></table>
55
56 {include file="modules/footer.tpl"}
This page took 0.295298 seconds and 4 git commands to generate.