Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1065670.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="shortcut icon" href="http://freezy.rulez.sk/kyb.ico">
14
15 <!-- CSS -->
16 <!--<link rel='stylesheet' type='text/css' href='/id/1499805/download'>-->
17 <link rel='stylesheet' type='text/css' href='http://freezy.rulez.sk/kyb.css'>
18 <!--<link rel='stylesheet' type='text/css' href='http://freezy.wnet.sk/kyb.css'>-->
19
20 <!-- TITLE -->
21 <title>{if $new_mail eq true}{$new_mail} m@il from {$new_mail_name} || {/if}{$node.node_name} || {$node.node_id} || {$user_k}K left ||</title>
22
23 <!-- IN MAIL SCRIPT -->
24 {if $node.node_name eq 'mail'}
25 <script>
26 function vymena() {ldelim}
27 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
28 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
29 {rdelim}
30
31 function chngto(name,id) {ldelim}
32 document.formular.mail_to.value = name ;
33 name = name.toLowerCase() ;
34 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
35 {rdelim}
36 </script>
37 {/if}
38
39 </head>
40
41 <body>
42 <!-- HEADER -->
43 <div class="t1">
44 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
45 <a href='http://kyberia.sk/id/1/'>MAIN</a>:
46 <!-- <a href='/id/1/'>main</a> -->
47 <a href='http://kyberia.sk/id/101/'>KYB</a>:
48 <a href='http://kyberia.sk/id/102/'>HYST</a>:
49 <!-- <a href='/id/19/'>bookmarks</a> -->
50 <a href='https://kyberia.sk/id/1478235/'>BOOK</a>:
51 {if $new_mail eq true}
52 <a href='https://kyberia.sk/id/1693948/'><i><b><font color='white'>MAIL</font></b></i></a>:
53 {else}
54 <a href='https://kyberia.sk/id/1693948/'>MAIL</a>:
55 {/if}
56 <!-- <a href='/id/24/'>mail</a> -->
57 <a href='http://kyberia.sk/id/23/'>LAST</a>:
58 <!-- <a href='/id/15/'>k!</a>&nbsp; -->
59 <a href='http://kyberia.sk/id/1670413/'>K!</a>:
60 <!-- <a href='/id/27'>people</a> -->
61 <a href='/id/1502464'>PEOPLE</a>
62 <a href='http://kyberia.sk/id/21/'>BLOGS</a>:
63 <!-- <a href='/id/29'>news</a> -->
64 <a href='http://kyberia.sk/id/25/'>SEARCH</a>:
65 <a href='http://kyberia.sk/id/1127438/'>FRZ&#39;S</a>:
66 <a href='http://kyberia.sk/id/{$user_id}/'>ME</a>:
67 <a href='http://kyberia.sk/id/{$user_id}/configure'>CONF</a>::
68 <input type='submit' value='logout' name='event' tabindex='23'>
69 </form>
70 </div>
71 <div class="t2"></div>
72 {if $new_mail eq true}
73 <center><a href='https://kyberia.sk/id/1693948' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>
74 {/if}
75
76 {if $error eq true}
77 <center><span align='center' class='most_important'>{$error}</span></center>
78 {/if}
This page took 0.292046 seconds and 4 git commands to generate.