Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1669474.tpl
CommitLineData
51ff3226 1<html>
2<head>
3<meta http-equiv="Cache-Control" content="Public">
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
5
6<link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'>
7<title>{$node.node_name}</title>
8{if $node.node_name eq 'mail'}
9<script>
10function vymena() {ldelim}
11document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
12document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
13{rdelim}
14
15function chngto(name,id) {ldelim}
16document.formular.mail_to.value = name ;
17name = name.toLowerCase() ;
18document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
19{rdelim}
20</script>
21{/if}
22
23
24
25</head>
26
27<body>
28<center>
29<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
30<a href='/id/1/'>main</a> ----
31<a href='/id/101/'>kyberia</a> ----
32<a href='/id/1669447'>bookmarks</a> ----
33<a href='/id/24'>posta</a> ----
34<a href='/id/23'>posledne</a> ----
35<a href='/id/15'>k</a> ----
36<a href='/id/27'>ludia</a> ----
37<!-- <a href='/id/20'>clanky</a> ---- -->
38<a href='/id/21'>denniky</a> ----
39<!-- <a href='/id/29'>news</a> ---- -->
40<a href='/id/25'>search</a> ----
41<a href='/id/1017832'>help</a> ----
42<a href='/id/{$user_id}/configure'>nastavenie</a> -----
43<input type='submit' value='logout' name='event' tabindex='23'>
44</form>
45</center>
46{if $new_mail eq true}
47<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
48{/if}
49
50{if $error eq true}
51<center><span align='center' class='most_important'>{$error}</span></center>
52{/if}
This page took 0.153235 seconds and 4 git commands to generate.