Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1387149.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{get_movement_params}
11{include file="modules/header.tpl"}
12
13{if $error eq true}
14<center><font style='error'>{$error}</font></center>
15{/if}
16
17{if $user_id eq false}
18<center>{include file="modules/loginbox.tpl"}</center>
19
20{else}
21
22<table width='100%'><tr valign='top'><td>
23{get_userlist}
24<!--left column-->
25<span class='important'>friendz</span>
26<table width='100' class='header'>
27{foreach name=friends from=$active_friends item=active_friend}
28 <tr><td valign='top'>
29 <a href='/id/{$active_friend.user_id}/'><img border='0' name='{$active_friend.login}' alt='{$active_friend.login}' title='{$active_friend.login}' width='23'
30height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a>
31 {$active_friend.login}
32 </td></tr>
33 <tr><td>
34 [<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a>]<br>{$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s<br/>
35 </td></tr>
36{/foreach}
37</table>
38<br/>
39
40<span class='important'>random forumz</span><br><br>
41{include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=10}
42<br><br>
43<span class='important'>data</span><br><br>
44{include file="modules/get_nodes_by_type_small.tpl" type=12 listing_amount=10}
45<br>
46</td>
47<!--end of left column-->
48
49<!--main central column-->
50<td valign='top'>
51<!--
52<form method='post'>
53<table align='center'><tr>
54<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
55<td><input type='submit' name='get_children_move' value='<'></td>
56<td><input type='submit' name='get_children_move' value='<<'></td>
57<td><input name='get_children_move' type='submit' value='>>'></td>
58<td><input type='submit' name='get_children_move' value='>'></td>
59</tr></table>
60</form>
61-->
62<span class='important'>last sumbissions</span><br>
63{include file="modules/get_last.tpl" vector=$action listing_amount=1000}
64<!--end of central column-->
65
66</td></tr></table>
67{/if}
68
69{include file="modules/footer.tpl"}
70
71
72
73
74
75
This page took 0.15305 seconds and 4 git commands to generate.