Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1500395.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 <link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'>
14 <title>{if $new_mail eq true}{$new_mail} mail from {$new_mail_name} | {/if}in: {$node.node_name}</title>
15 {if $node.node_name eq 'mail'}
16 <script>
17 function 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
22 function 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 {/if}
29
30 </head>
31
32 <body>
33 <!-- here you can realize yourself -->
34 <center>
35 <a href='/id/1/'>main</a> ----
36 <a href='/id/101/'>kyberia</a> ----
37 <a href='/id/1499862'>bookmarks</a> ----
38 <a href='/id/24'>posta</a> ----
39 <a href='/id/23'>posledne</a> ----
40 <a href='/id/15'>k</a> ----
41 <a href='/id/27'>ludia</a> ----
42 <!-- <a href='/id/20'>clanky</a> ---- -->
43 <a href='/id/21'>denniky</a> ----
44 <a href='/id/29'>news</a> ----
45 <a href='/id/25'>search</a> ----
46 <a href='/id/1017832'>help</a> ----
47 <a href='/id/{$user_id}/configure'>nastavenie</a> -----
48 <input type='submit' value='logout' name='event' tabindex='23'>
49 </center>
50 </form>
51 {if $new_mail eq true}
52 <center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
53 {/if}
54
55 {if $error eq true}
56 <center><span align='center' class='most_important'>{$error}</span></center>
57 {/if}
This page took 0.348637 seconds and 4 git commands to generate.