Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / kyberia / modules / header.tpl.bck
CommitLineData
e586807d
H
1
2{if $header_id neq true}
3<html>
4<head>
5<META http-equiv="Default-Style" content="kyberia">
6<meta http-equiv="Cache-Control" content="Public">
7<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
8<link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'>
9<title>svet je vsetko co je faktom. svet sa rozpada na fakty</title>
10<script>
11function 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
16function 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</head>
23
24<body>
25{if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
26{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
27{if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
28<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
29{/if}
This page took 0.108004 seconds and 4 git commands to generate.