Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1387512.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
15 <link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'>
16 <!-- toto tu je preto, aby som rozoznaval uz navstivene nody. o tom, preco je to urobene takto vam mozem porozpravat ak ma skontaktujete -->
17 <!-- link rel='stylesheet' title="kyberia2" type='text/css' href='http://www.gamca.sk/~franky/css/kyb.css'-->
18
19 <title>{if $new_mail eq true}mail from {$new_mail_name} ({$new_mail}) - {/if}{$node.node_name|strip_tags}</title>
20 {if $node.node_name eq 'mail'}
21 <script>
22 function vymena() {ldelim}
23 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
24 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
25 {rdelim}
26
27 function chngto(name,id) {ldelim}
28 document.formular.mail_to.value = name ;
29 name = name.toLowerCase() ;
30 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
31 {rdelim}
32 </script>
33 {/if}
34
35 </head>
36
37 <body>
38 <!-- here you can realize yourself -->
39 <center>
40 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
41 <a href='/id/1/'>main</a> ----
42 <a href='/id/101/'>kyberia</a> ----
43 <a href='/id/102/'>hysteria</a> ----
44 <a href='/id/19'>bookmarks</a> ----
45 <a href='/id/24'>posta</a> ----
46 <a href='/id/1416619'>on-air</a> (<a href='/id/1391537'>10</a>) ----
47 <a href='/id/15'>k</a> ----
48 <a href='/id/27'>ludia</a> ----
49 <a href='/id/21'>denniky</a> ----
50 <a href='/id/29'>news</a> ----
51 <a href='/id/25'>search</a> ----
52 <a href='/id/{$user_id}/configure'>nastavenie</a> -----
53 <input type='submit' value='logout' name='event' tabindex='23'>
54 </form>
55 </center>
56 {if $new_mail eq true}
57 <center><a href='/id/24'><b>u have {$new_mail} new mail, last from {$new_mail_name}</b></a></center>
58 {/if}
59
60 {if $error eq true}
61 <center><span align='center' class='most_important'>{$error}</span></center>
62 {/if}
63
This page took 0.294093 seconds and 4 git commands to generate.