Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1911382.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<!-- PHP code and design stolen from "frr", "MARIN" and "hromi" || regards & thanks -->
10
11{include file="modules/header.tpl"}
12{if $error eq true}
13
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
23
24{get_userlist}
25<br>
26<a href="/configure">conf</a>
27<br>
28::<span class='important'> friendz</span>
29<br><br>
30
31{foreach name=friends from=$active_friends item=active_friend}
32{if $smarty.foreach.friends.iteration is div by 3}{/if}
33<a href='/id/{$active_friend.user_id}/'>
34<img border='0' name='{$active_friend.login}' width='40' height='40' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a>
35<br><br>
36{/foreach}
37
38
39
40
41
42
43
44<br>
45
46
47
48<!--
49>><span class='important'> friendz</span>
50<table width='100' style="border-bottom:1px solid #6dae42;"><tr><td>
51{foreach name=friends from=$active_friends item=active_friend}
52<div style=" clear:left; margin-bottom:15px">
53<a href='/id/{$active_friend.user_id}/' style="float:left;">
54<img width='23' height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}' border='0'></a></font>
55 {$active_friend.login}
56[<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action}</a></b></font>] {$active_friend.idle_time_minutes}m {$active_friend.idle_time_seconds}s
57</div>
58{/foreach}
59</td></tr></table><br>
60-->
61
62
63
64
65
66
67
68
69<td valign='top'>
70
71<!--
72<form method='post'>
73<table align='center'><tr>
74<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
75<td><input type='submit' name='get_children_move' value='<'></td>
76<td><input type='submit' name='get_children_move' value='<<'></td>
77<td><input name='get_children_move' type='submit' value='>>'></td>
78<td><input type='submit' name='get_children_move' value='>'></td>
79</tr></table>
80</form>
81-->
82
83
84
85
86
87
88{/if}
89
90
91{include file="modules/footer.tpl"}
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
This page took 0.231153 seconds and 4 git commands to generate.