Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / sv / modules / header.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9<html>
10<head>
11<meta http-equiv="Cache-Control" content="Public">
12<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
13<link rel='stylesheet' type='text/css' href='/data/css/sv.css'>
14<title>1.maj Namestie Slobody - Million Marihuana March 2004 - zaciname!</title>
15{if $node.node_name eq 'mail'}
16<script>
17function vymena() {ldelim}
18 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
19 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
20{rdelim}
21
22function chngto(name,id) {ldelim}
23 document.formular.mail_to.value = name ;
24 name = name.toLowerCase() ;
25 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
26{rdelim}
27</script>
28{/if}
29
30</head>
31
32<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
33<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
34{if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
35{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
36{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.118596 seconds and 4 git commands to generate.