Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / header.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='stylesheet' type='text/css' href='/data/css/sv.css'>
6 <title>stranka je momentalne vo vystavbe. PREPACTE ZA MESKANIE</title>
7 {if $node.node_name eq 'mail'}
8 <script>
9 function vymena() {ldelim}
10 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
11 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
12 {rdelim}
13
14 function chngto(name,id) {ldelim}
15 document.formular.mail_to.value = name ;
16 name = name.toLowerCase() ;
17 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
18 {rdelim}
19 </script>
20 {/if}
21
22 </head>
23
24 <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
25 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
26 {if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
27 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
28 {if $new_mail eq true}<center><a href='/id/24/' class='important'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
This page took 0.260219 seconds and 4 git commands to generate.