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