Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1291831.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 <link rel='stylesheet' type='text/css' href='http://freezy.wnet.sk/kyberia/green.css'>
7
8 <title>{if $new_mail eq true}{$new_mail} mail from {$new_mail_name} & {/if}in: {$node.node_name}</title>
9 {if $node.node_name eq 'mail'}
10 <script>
11 function vymena() {ldelim}
12 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
13 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
14 {rdelim}
15
16 function chngto(name,id) {ldelim}
17 document.formular.mail_to.value = name ;
18 name = name.toLowerCase() ;
19 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
20 {rdelim}
21 </script>
22 {/if}
23
24 </head>
25
26 <body>
27 <!-- here you can realize yourself -->
28 <div class="t1">
29 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
30 <a href='/id/1/'>main</a> ~
31 <a href='/id/101/'>kyberia</a> ~
32 <a href='/id/19'>bookmarks</a> ~
33 <a href='/id/24'>post</a> ~
34 <a href='/id/23'>latest</a> ~
35 <a href='/id/15'>k!</a> ~
36 <a href='/id/27'>people</a> ~
37 <a href='/id/21'>blogs</a> ~
38 <a href='/id/29'>news</a> ~
39 <a href='/id/25'>search</a> ~
40 <a href='/id/1017832'>help</a> ~
41 <a href='/id/{$user_id}/configure'>configure</a> ~
42 <input type='submit' value='logout' name='event' tabindex='23'>
43 </form>
44 </div>
45 <div class="t2"></div>
46 {if $new_mail eq true}
47 <center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
48 {/if}
49
50 {if $error eq true}
51 <center><span align='center' class='most_important'>{$error}</span></center>
52 {/if}
This page took 0.277059 seconds and 4 git commands to generate.