Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1679905.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 <div style='position: fixed;height: 100%;background-color:black;z-index: 2'>
12 <div class='active_users' style='margin-left: 10px; width: 200px'>
13 <span class='important'><center>friends</center></span>
14 {if $action}{get_userlist vector=$action} in vector {$action}
15 {else}{get_userlist}
16 {/if}
17 {foreach name=friends from=$active_friends item=active_friend}<a href="javascript:chngto('{$active_friend.login}','{$active_friend.user_id}')"><img name='{$active_friend.login}' alt='{$active_friend.login}' title='{$active_friend.login}' src='{get_image_link id=$active_friend.user_id}' border='0' height='50' width='50'></a>{/foreach}
18 </div>
19
20
21 <div style='margin-left: 10px; margin-top: 5px; width: 200px'>
22 <span class='important'><center>new forums</center></span>
23 {get_nodes_by_type type=3 listing_amount=10 offset=$offset}
24 {foreach from=$get_nodes_by_type item=child}
25 <a href='/id/{$child.node_id}'>{$child.node_name|strip_tags}</a>
26 {$child.login} ({$child.node_children_count})</a><br>
27 {/foreach}
28 </div>
29
30
31
32 <div style='margin-left: 10px; margin-top: 5px; width: 200px; text-align: justify'>
33 <span class='important'><center>users online</center></span>
34 {foreach name=users from=$active_users item=active_user}
35 <a href="javascript:chngto('{$active_user.login}','{$active_user.user_id}')">{$active_user.login}</a>
36 {/foreach}
37 </div>
38 </div>
39
40
41
42
43 <div style='position: absolute; left: 240px; top: 29px;'>
44 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
45 {include file="modules/mailform.tpl"}
46 {include file="modules/mail.tpl" listing_amount=$listing_amount offset=$offset}
47 </form>
48 <br /><br /><br /><br /><br /><br />
49 {include file="modules/footer.tpl"}
50 </div>
51
52
53
54
55
This page took 0.286044 seconds and 4 git commands to generate.