Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1961037.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{if $header_id neq true}
10<html>
11<head>
12<META http-equiv="Default-Style" content="kyberia">
13<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
14<link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'>
15<title>analyza dokazala hovno</title>
16<script>
17function vymena() {ldelim}
18 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
19 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
20{rdelim}
21
22function chngto(name,id) {ldelim}
23 document.formular.mail_to.value = name ;
24 name = name.toLowerCase() ;
25 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
26{rdelim}
27</script>
28</head>
29
30<body>
31{if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
32{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
33{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}
34<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
35{/if}
36{if $error eq true}
37
38<center><font style='error'>{$error}</font></center>
39{/if}
40
41{if $user_id eq false}
42<center>{include file="modules/loginbox.tpl"}</center>
43
44{else}
45
46<table width='100%'><tr>
47
48<!--left column-->
49<td valign='top' align='center' width='23%'>
50{include file="modules/node_settings.tpl"}
51
52</td>
53<!--end of left column-->
54
55<td valign='top'>
56{include file="modules/movement.tpl"}
57{get_stats user_id=$node.node_id offset=$offset listing_amount=$listing_amount}
58<table class='bordered'>
59{foreach from=$get_stats item=stat}
60<tr><td>
61<img width='50%' height='50%' src='{get_image_link id=$stat.user_id}' border=0></td><td>
62<a href='/id/{$stat.user_id}'>{$stat.login}</a>
63&nbsp;({$stat.last_visit|date_format:"%d.%m.%Y. - %H:%M:%S"})
64&nbsp;({$stat.node_user_subchild_count}) NEW
65{if $stat.node_bookmark eq 'yes'},booked{/if}
66{if $stat.given_k eq 'yes'},K{/if}
67, {$stat.visits} visitz
68</td></tr>
69{/foreach}
70</table>
71</td>
72
73<!--end of central column-->
74
75</td></tr></table>
76{/if}
77
78
79
80
81
82
83
84
This page took 0.167503 seconds and 4 git commands to generate.