Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1502464.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 <link rel='stylesheet' type='text/css' href='http://freezy.rulez.sk/kyb.css'>
10 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
11 {if $user_id eq true}{if $header_id neq true}{include file="modules/toolbar.tpl"}{/if}{/if}
12
13 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
14 {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
15
16 {if $action}{get_userlist vector=$action} in vector {$action}
17 {else}{get_userlist}
18
19 {/if}
20
21 <!-- image -->
22 <table align='center' valign='top' style='margin-bottom: 0;' width='780'>
23 <tr><td><center><img src="http://kyberia.sk/upload/top.gif"></center></td></tr>
24 </table>
25
26 <table align='center' valign='top' style='border: solid 1px #6dae42; border-top: 0; margin-top: 0;' width='780'>
27 <!--left column-->
28
29 <td valign='top' align='center' width='23%'>
30 {* show node info *}
31 {include file="modules/node_settings.tpl"}
32
33 <center><br><a href='/id/31'>register</a>
34 <br><br>
35 <form action='/id/25/' method='post'>
36 <input type='text' value='{$smarty.post.query}' name='query'>
37 <input type='submit' name='template_event' value='search'><br>
38 </form><br><br>
39 </td>
40 <!--end of left column-->
41
42 <!-- center column -->
43 <td valign='top' width='468'>
44
45 <center>
46 {include file="modules/loginbox.tpl"}
47 </center>
48
49 <table>
50 <tr><td colspan='3' class='important'>friends</td></tr>
51 <tr>
52 {foreach name=friends from=$active_friends item=active_friend}
53 {if $smarty.foreach.friends.iteration is div by 3}</tr><tr>{/if}
54 <td width='190'>
55 <table>
56 <tr><td colspan='1' class='important'><a href='/id/{$active_friend.user_id}/'>{$active_friend.login|strip_tags}</a></td></tr>
57
58 <tr>
59 <td><a href='/id/{$active_friend.user_id}/'>
60 <img border='0' name='{$active_friend.login}' width='50' height='50' alt='{$node_visitor.login}' src='{get_image_link id=$active_friend.user_id}'></a></td>
61 <td valign='top'>[<a href='/id/{$active_friend.user_action_id}'>{$active_friend.user_action|strip_tags}</a>]<br>{$active_friend.idle_time_minutes}min {$active_friend.idle_time_seconds}sec</td>
62 </tr>
63 </table>
64
65 </td>
66 {/foreach}
67 </tr>
68
69 <tr><td colspan='3' class='important'>users<br><br></td></tr>
70 <tr>
71 {foreach name=users from=$active_users item=active_user}
72 {if $smarty.foreach.users.iteration is div by 3 }</tr><tr>{/if}
73 <td width='190'>
74 <table>
75 <tr><td colspan='1' align='center' class='important'><a href='/id/{$active_user.user_id}/'>{$active_user.login|strip_tags}</a></td></tr>
76
77 <tr>
78 <td valign='top'>[<a href='/id/{$active_user.user_action_id}'>{$active_user.user_action|strip_tags}</a>]
79 <br>{$active_user.idle_time_minutes}min {$active_user.idle_time_seconds}sec</td>
80 </tr>
81 </table>
82
83 </td>
84 {/foreach}
85
86 </td></tr>
87 </table>
88 </table>
89
90 </td>
91 <!-- end of center column -->
92
93 </tr>
94 </table>
95 <br><center><img src='http://stats.h-k.sk/kybusers.png' border='0'></center>
96 {include file="modules/footer.tpl"}
This page took 0.353548 seconds and 4 git commands to generate.