Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1911382.tpl
1 <!-- PHP code and design stolen from "frr", "MARIN" and "hromi" || regards & thanks -->
2
3 {include file="modules/header.tpl"}
4 {if $error eq true}
5
6 <center><font style='error'>{$error}</font></center>
7 {/if}
8
9 {if $user_id eq false}
10 <center>{include file="modules/loginbox.tpl"}</center>
11
12 {else}
13
14
15
16 {get_userlist}
17 <br>
18 <a href="/configure">conf</a>
19 <br>
20 ::<span class='important'> friendz</span>
21 <br><br>
22
23 {foreach name=friends from=$active_friends item=active_friend}
24 {if $smarty.foreach.friends.iteration is div by 3}{/if}
25 <a href='/id/{$active_friend.user_id}/'>
26 <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>
27 <br><br>
28 {/foreach}
29
30
31
32
33
34
35
36 <br>
37
38
39
40 <!--
41 >><span class='important'> friendz</span>
42 <table width='100' style="border-bottom:1px solid #6dae42;"><tr><td>
43 {foreach name=friends from=$active_friends item=active_friend}
44 <div style=" clear:left; margin-bottom:15px">
45 <a href='/id/{$active_friend.user_id}/' style="float:left;">
46 <img width='23' height='23' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}' border='0'></a></font>
47 {$active_friend.login}
48 [<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
49 </div>
50 {/foreach}
51 </td></tr></table><br>
52 -->
53
54
55
56
57
58
59
60
61 <td valign='top'>
62
63 <!--
64 <form method='post'>
65 <table align='center'><tr>
66 <td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
67 <td><input type='submit' name='get_children_move' value='<'></td>
68 <td><input type='submit' name='get_children_move' value='<<'></td>
69 <td><input name='get_children_move' type='submit' value='>>'></td>
70 <td><input type='submit' name='get_children_move' value='>'></td>
71 </tr></table>
72 </form>
73 -->
74
75
76
77
78
79
80 {/if}
81
82
83 {include file="modules/footer.tpl"}
84
85
86
87
88
89
90
91
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
This page took 0.310515 seconds and 4 git commands to generate.