Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1741987.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<!-- CSS -->
15<link rel='stylesheet' type='text/css' href='http://freezy.wnet.sk/kyb_orange.css'>
16
17<!-- TITLE -->
18<title>{if $new_mail eq true}{$new_mail} m@il from {$new_mail_name} || {/if}{$node.node_name} || {$node.node_id} || {$user_k}K left ||</title>
19
20<!-- IN MAIL SCRIPT -->
21{if $node.node_name eq 'mail'}
22<script>
23function vymena() {ldelim}
24document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
25document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
26{rdelim}
27
28function chngto(name,id) {ldelim}
29document.formular.mail_to.value = name ;
30name = name.toLowerCase() ;
31document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
32{rdelim}
33</script>
34{/if}
35
36</head>
37
38<body>
39<!-- HEADER -->
40<div class="t1">
41<form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
42<a href='/id/1/'>main</a>&nbsp;
43<!-- <a href='/id/1/'>main</a> -->
44<a href='/id/101/'>kyberia</a>&nbsp;
45<a href='/id/102/'>hysteria</a>&nbsp;
46<!-- <a href='/id/19/'>bookmarks</a> -->
47<a href='/id/1478235/'>bookmarks</a>.<a href='/id/19/'>old</a>&nbsp;
48{if $new_mail eq true}
49<a href='/id/24/'><i><b><font color='white'>mail</font></b></i></a>&nbsp;
50{/if}
51{if $new_mail eq false}
52<a href='/id/24/'>mail</a>&nbsp;
53{/if}
54<a href='/id/23/'>last</a>&nbsp;
55<!-- <a href='/id/15/'>k!</a>&nbsp; -->
56<a href='/id/1670413/'>k!</a>&nbsp;
57<a href='/id/21/'>blogs</a>&nbsp;
58<a href='/id/27'>people</a>&nbsp;
59<!-- <a href='/id/29'>news</a> -->
60<a href='/id/25/'>search</a>&nbsp;
61<a href='/id/1737429/'>notepad</a>&nbsp;
62<a href='/id/{$user_id}/'>me</a>.<a href='/id/{$user_id}/4'>sub</a>&nbsp;
63<a href='/id/{$user_id}/configure'>configure</a>&nbsp;&nbsp;
64 <input type='submit' value='logout' name='event' tabindex='23'>
65 </form>
66</div>
67 <div class="t2"></div>
68
69{if $new_mail eq true}
70<center><a href='/id/24' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>
71{/if}
72
73{if $error eq true}
74<center><span align='center' class='most_important'>{$error}</span></center>
75{/if}
76
77
78
79
80
81
82
83
84
This page took 0.173809 seconds and 4 git commands to generate.