Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1960590.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<!-- kyberia -->
14<!-- <link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'> -->
15<!-- drakh -->
16<!-- <link rel='stylesheet' type='text/css' href='http://www.kyberia.sk/id/1603613/download'> -->
17<!-- bloody white -->
18<link rel='stylesheet' type='text/css' href='http://kyberia.sk/id/1960652/download'>
19<!-- <link rel='stylesheet' type='text/css' href='bloody_white.css'> -->
20<title>{$node.node_name}</title>
21
22{if $node.node_name eq 'mail'}
23<script>
24function vymena() {ldelim}
25document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
26document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
27{rdelim}
28
29function chngto(name,id) {ldelim}
30document.formular.mail_to.value = name ;
31name = name.toLowerCase() ;
32document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
33{rdelim}
34</script>
35{/if}
36
37</head>
38
39<body>
40 <div id="dmenu">
41 <div><a href='/id/1/'>MAIN</a></div>
42 <div><a href='/id/101/'>CATS</a></div>
43 <div><a href='/id/19'>BOOK</a></div>
44 <div><a href='/id/24'>MAIL</a></div>
45 <div><a href='/id/23'>LAST</a></div>
46 <div><a href='/id/15'>K CHART</a></div>
47 <div><a href='/id/27'>PEOPLE</a></div>
48 <div><a href='/id/21'>BLOGZ</a></div>
49 <div><a href={$user_id}/stats>ME</a></div>
50 <div><a href={$user_id}/configure>CONF</a></div>
51 <div><a href='/id/25/'>SEARCH</a></div>
52 <div>
53 <form action='/id/24/' method='post' enctype="multipart/form-data" name="logout_form" id="logout_form">
54 <input type='hidden' name='event' value='logout'>
55 <input type='submit' value='HeT' tabindex='23'>
56 </form>
57 </div>
58 </div>
59 <div id="bdy">
60 </div>
61{if $new_mail eq true}
62<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
63{/if}
64
65{if $error eq true}
66<center><span align='center' class='most_important'>{$error}</span></center>
67{/if}
68
69
70
71
This page took 0.180127 seconds and 4 git commands to generate.