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