Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1664239.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 <html>
10 <head>
11 <meta http-equiv="Cache-Control" content="Public">
12 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
13
14 <link rel='stylesheet' type='text/css' href='http://www.depo.blueweb.sk/kyberia/css/kyberia.css'>
15
16 <title>K: {$node.node_name}</title>
17 {if $node.node_name eq 'mail'}
18 <script>
19 function vymena() {ldelim}
20 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
21 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
22 {rdelim}
23
24 function chngto(name,id) {ldelim}
25 document.formular.mail_to.value = name ;
26 name = name.toLowerCase() ;
27 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
28 {rdelim}
29 </script>
30 {/if}
31
32
33
34 </head>
35
36 <body>
37 <center>
38 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
39 <a href='/id/1663170/'>ZoneX</a> ----
40 <a href='/id/1/'>main</a> ----
41 <a href='/id/101/'>kyberia</a> ----
42 <a href='/id/1663920'>bookmarks</a> ----
43 <a href='/id/24'>posta {if $new_mail eq true}
44 <span style="font-size:7pt;">(<b><span style="font-size:8pt;color:red;">{$new_mail},{$new_mail_name}</span></b>)</span>
45 {else}
46 <span style="font-size:7pt;">(0)</span>
47 {/if}</a>
48 ----
49 <a href='/id/23'>posledne</a> ----
50 <a href='/id/15'>karma!</a> ----
51 <a href='/id/27'>ludia</a> ----
52 <!-- <a href='/id/20'>clanky</a> ---- -->
53 <a href='/id/21'>denniky</a> ----
54 <!--<a href='/id/29'>news</a> ---- -->
55 <a href='/id/25'>search</a> ----
56 <a href='/id/1017832'>help</a> ----
57 <a href='/id/{$user_id}/configure'>nastavenie</a> -----
58 <input type='submit' value='logout' name='event' tabindex='23'>
59 </form>
60 </center>
61
62 {if $error eq true}
63 <center><span align='center' class='most_important'>{$error}</span></center>
64 {/if}
65
This page took 0.288069 seconds and 4 git commands to generate.