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