Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1680840.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{get_movement_params children_count=$node.node_children_count}
10{include file="modules/header.tpl"}
11
12<div style='position: fixed;height: 100%;background-color:black;z-index: 2'>
13<div class='active_users' style='margin-left: 10px; width: 200px'>
14<span class='important'><center>friends</center></span>
15{if $action}{get_userlist vector=$action} in vector {$action}
16{else}{get_userlist}
17{/if}
18
19{foreach name=friends from=$active_friends item=active_friend}<a href='/id/{$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}
20</div>
21
22
23
24
25<div style='margin-left: 10px; margin-top: 5px; width: 200px'>
26<span class='important'><center>new forums</center></span>
27{get_nodes_by_type type=3 listing_amount=10 offset=$offset}
28{foreach from=$get_nodes_by_type item=child}
29<a href='/id/{$child.node_id}'>{$child.node_name|strip_tags}</a>
30{$child.login} ({$child.node_children_count})</a><br>
31{/foreach}
32</div>
33
34<div style='margin-left: 10px; margin-top: 5px; width: 200px; text-align: justify'>
35<span class='important'><center>users online</center></span>
36{foreach name=users from=$active_users item=active_user}
37<a href="/id/{$active_user.user_id}">{$active_user.login}</a>
38{/foreach}
39</div>
40</div>
41
42
43
44<div style='position: absolute; left: 240px; top: 16px'>
45{if $action}{get_k vector=$action} in vector {$action}
46{else}{get_k}
47</span>
48<!--{include file="modules/movement.tpl"}-->
49{/if}
50
51{foreach from=$get_k item=k}
52<table class='bordered'>
53<tr>
54<td align='center' rowspan='2' valign='top'>
55<img border='0' hspace='5' width='50' src={get_image_link id=$k.node_creator}>
56<span class='most_important'>{$k.k} k</span><br />
57<form action='/id/{$k.node_id}' method='post' name='kit'>
58<input type='submit' style='position: static' value='K' class='k' name='event'>
59</form>
60</td><br />
61<td class='header' width='100%'><a href='/id/{$k.node_id}/'>{$k.node_name}</a>
62in <a href='/id/{$k.node_parent}'>{$k.parent_name}</a> by <a href='/id/{$k.node_creator}'>{$k.creator}</a></td>
63
64<tr><td valign='top'>{$k.node_content|stripslashes|nl2br}</td></tr>
65</tr>
66</table>
67<br>
68{/foreach}
69
70
71<br /><br /><br /><br /><br /><br />
72{include file="modules/footer.tpl"}
73</div>
74
75
76
77
78
79
80
This page took 0.143703 seconds and 4 git commands to generate.