Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1796858.tpl
1 <html>
2 <head>
3 <meta http-equiv="Cache-Control" content="Public">
4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
5 <link rel="shortcut icon" href="http://freezy.rulez.sk/kyb.ico">
6
7 <!-- CSS -->
8 <link rel='stylesheet' type='text/css' href='http://freezy.rulez.sk/kyb_orange.css'>
9
10 <!-- TITLE -->
11 <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>
12
13 <!-- IN MAIL SCRIPT -->
14 {if $node.node_name eq 'mail'}
15 <script>
16 function vymena() {ldelim}
17 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
18 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
19 {rdelim}
20
21 function chngto(name,id) {ldelim}
22 document.formular.mail_to.value = name ;
23 name = name.toLowerCase() ;
24 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
25 {rdelim}
26 </script>
27 {/if}
28
29 </head>
30
31 <body>
32 <!-- HEADER -->
33 <div class="t1">
34 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
35 <a href='/id/1/'>main</a>&nbsp;
36 <a href='/id/101/'>kyberia</a>&nbsp;
37 <a href='/id/102/'>hysteria</a>&nbsp;
38 <a href='/id/19/'>bookmarks</a>&nbsp;
39 {if $new_mail eq true}
40 <a href='/id/1693948/'><i><b><font color='white'>mail</font></b></i></a>&nbsp;
41 {else}
42 <a href='/id/1693948/'>mail</a>&nbsp;
43 {/if}
44 <!-- <a href='/id/24/'>mail</a> -->
45 <a href='/id/23/'>last</a>&nbsp;
46 <!-- <a href='/id/15/'>k!</a>&nbsp; -->
47 <a href='/id/1670413/'>k!</a>&nbsp;
48 <!-- <a href='/id/27'>people</a> -->
49 <a href='/id/21/'>blogs</a>&nbsp;
50 <!-- <a href='/id/29'>news</a> -->
51 <a href='/id/25/'>search</a>&nbsp;
52 <a href='/id/1127438/'>frz&#39;s</a>&nbsp;
53 <a href='/id/{$user_id}/'>me</a>&nbsp;
54 <a href='/id/{$user_id}/configure'>configure</a>&nbsp;&nbsp;
55 <input type='submit' value='logout' name='event' tabindex='23'>
56 </form>
57 </div>
58 <div class="t2"></div>
59 {if $new_mail eq true}
60 <center><a href='/id/1693948' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>
61 {/if}
62
63 {if $error eq true}
64 <center><span align='center' class='most_important'>{$error}</span></center>
65 {/if}
This page took 0.28696 seconds and 4 git commands to generate.