Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1391537.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'><tr><td>
27{foreach name=friends from=$active_friends item=active_friend}
28<div style="height:23px; clear:left; margin-bottom:10px">
29<a href='/id/{$active_friend.user_id}/' style="float:left;">
30<img width='23' height='23' alt='{$node_visitor.login}'
31 src='{get_image_link id=$active_friend.user_id}' border='0'></a>
32{$active_friend.login}
33[<a
34href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a>]
35 {$active_friend.idle_time_minutes}m
36 {$active_friend.idle_time_seconds}s
37</div>
38{/foreach}
39</td></tr></table>
40<br/>
41<br>
42</td>
43<!--end of left column-->
44
45<!--main central column-->
46<td valign='top'>
47<!--
48<form method='post'>
49<table align='center'><tr>
50<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
51<td><input type='submit' name='get_children_move' value='<'></td>
52<td><input type='submit' name='get_children_move' value='<<'></td>
53<td><input name='get_children_move' type='submit' value='>>'></td>
54<td><input type='submit' name='get_children_move' value='>'></td>
55</tr></table>
56</form>
57-->
58<span class='important'>last 10 sumbissions</span><br>
59{include file="modules/get_last.tpl" vector=$action listing_amount=10}
60<!--end of central column-->
61
62</td></tr></table>
63{/if}
64
65{include file="modules/footer.tpl"}
66
67
68
69
70
71
72
73
74
75
76
77
This page took 0.166815 seconds and 4 git commands to generate.