Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1727532.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
14<link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'>
15<title>{$node.node_name}</title>
16{if $node.node_name eq 'mail'}
17<script>
18function vymena() {ldelim}
19document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
20document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
21{rdelim}
22
23function chngto(name,id) {ldelim}
24document.formular.mail_to.value = name ;
25name = name.toLowerCase() ;
26document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
27{rdelim}
28</script>
29{/if}
30
31</head>
32
33<body>
34<center>
35<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
36<a href='/id/24'>posta</a> ----
37<a href='/id/27'>ludia</a> ----
38<a href='/id/1017832'>help</a> ----
39<a href='/id/{$user_id}/configure'>nastavenie</a> -----
40<input type="hidden" name="header_id" value="1071182"><BUTTON type='submit' name='event' value='set_header_template'>?</BUTTON> -----
41<BUTTON type='submit' name='event' value='logout'>logout</BUTTON>
42</form>
43</center>
44{if $new_mail eq true}
45<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
46{/if}
47
48{if $error eq true}
49<center><span align='center' class='most_important'>{$error}</span></center>
50{/if}
This page took 0.145041 seconds and 4 git commands to generate.