Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1387702.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='http://x86.sk/~marin/css-fix_mnu.css'>
15<title>
16{if $new_mail eq true}
17({$new_mail}) [{$new_mail_name}] {/if}
18{$node.node_name}</title>
19{if $node.node_name eq 'mail'}
20<script>
21function vymena() {ldelim}
22document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
23document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
24{rdelim}
25
26function chngto(name,id) {ldelim}
27document.formular.mail_to.value = name ;
28name = name.toLowerCase() ;
29document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
30{rdelim}
31</script>
32{/if}
33
34</head>
35
36<body>
37<!-- here you can realize yourself -->
38<div class="t1">
39<form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
40<a href='/id/1/'>main</a> ----
41<a href='/id/101/'>kyberia</a> ----
42<a href='/id/19'>bookmarks</a> ----
43<a href='/id/24'>posta</a> ----
44<a href='/id/23'>posledne</a> ----
45<a href='/id/15'>k</a> ----
46<a href='/id/27'>ludia</a> ----
47<!-- <a href='/id/20'>clanky</a> ---- -->
48<a href='/id/21'>denniky</a> ----
49<a href='/id/29'>news</a> ----
50<a href='/id/25'>search</a> ----
51<a href='/id/{$user_id}/configure'>nastavenie</a> -----
52<input type='submit' value='logout' name='event' tabindex='23'>
53</form>
54</div>
55<div class="t2"></div>
56{if $new_mail eq true}
57<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
58{/if}
59
60{if $error eq true}
61<center><span align='center' class='most_important'>{$error}</span></center>
62{/if}
63
64
65
66
67
This page took 0.134958 seconds and 4 git commands to generate.