renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 1746564.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/templates/own_templates/2084423.tpl'>
7<!-- <link rel='stylesheet' type='text/css' href='/id/1745749/download'> -->
8<title> {* title.tpl *}{include file="791948.tpl"} {if $new_mail eq true}|{$new_mail}_{$new_mail_name}{/if}</title>
9
10<script language="JavaScript" type="text/javascript">
11<!--
12{literal}
13 function vymena() {
14 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
15 var browser = navigator.appName;
16 if(browser == "Microsoft Internet Explorer") {
17 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
18 }
19 else {
20 xmlhttp = new XMLHttpRequest();
21 }
22 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
23 get_id_url += document.formular.mail_to.value;
24 xmlhttp.open("GET", get_id_url);
25 xmlhttp.onreadystatechange = function() {
26 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
27 id = xmlhttp.responseText;
28 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
29 }
30 }
31 xmlhttp.send(null);
32 }
33
34 function chngto(name,id) {
35 document.formular.mail_to.value = name ;
36 name = name.toLowerCase() ;
37 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
38 }
39{/literal}
40-->
41</script>
42
43<!-- USER MENU PANEL JS -->
44<script src='/id/1515428' type='text/javascript'></script>
45
46</head>
47
48<body>
49<!-- here you can realize yourself -->
50<div class="t1">
51<form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
52<a href='/id/1/'>main</a> ::
53<a href='/id/101/'>kyberia</a> ::
54<a href='/id/19'>bookmarks</a>[<a href='/id/156968'>101</a>] ::
55<a href='/id/24'>posta</a> ::
56<a href='/id/23'>posledne</a> ::
57<a href='/id/15'>k</a>[<a href='/id/1569351'>no-img</a>] ::
58<a href='/id/27'>ludia</a> ::
59<a href='/chat/chat.htm'>chat</a> ::
60<!-- <a href='/id/20'>clanky</a> :: -->
61<a href='/id/21'>denniky</a> ::
62<!-- <a href='/id/29'>news</a> :: -->
63<a href='/id/25'>search</a> ::
64<a href='/id/{$user_id}/1961033'>nastavenie</a> ::
65<a href='/id/1017832'>help</a> ::
66<input type='submit' value='logout' name='event' tabindex='23'>
67</form>
68</div>
69<div class="t2"></div>
70{if $new_mail eq true}
71<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
72{/if}
73
74{if $error eq true}
75<center><span align='center' class='most_important'>{$error}</span></center>
76{/if}
77<!-- USER MENU PANEL -->
78<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div> <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
79
80
This page took 1.37178 seconds and 4 git commands to generate.