images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549864.tpl
CommitLineData
51ff3226 1{if $header_id neq true}
2<html>
3<head>
4<META http-equiv="Default-Style" content="kyberia">
5<meta http-equiv="Cache-Control" content="Public">
6<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
7
8<link rel='stylesheet' title="kyberia" type='text/css' href='/data/templates/own_templates/2019722.tpl'>
9
10<title>{* title.tpl *}{include file="791948.tpl"}</title>
11
12<script language="JavaScript" type="text/javascript">
13<!--
14{literal}
15 function vymena() {
16 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
17 var browser = navigator.appName;
18 if(browser == "Microsoft Internet Explorer") {
19 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
20 }
21 else {
22 xmlhttp = new XMLHttpRequest();
23 }
24 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
25 get_id_url += document.formular.mail_to.value;
26 xmlhttp.open("GET", get_id_url);
27 xmlhttp.onreadystatechange = function() {
28 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
29 id = xmlhttp.responseText;
30 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
31 }
32 }
33 xmlhttp.send(null);
34 }
35
36 function chngto(name,id) {
37 document.formular.mail_to.value = name ;
38 name = name.toLowerCase() ;
39 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
40 }
41{/literal}
42-->
43</script>
44
45<!-- USER MENU PANEL JS -->
46<script src='/id/1515428' type='text/javascript'></script>
47
48</head>
49
50<body>
51{if $user_id eq true}{include file="1549959.tpl"}{/if}
52{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
53{if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>{/if}
54<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
55{/if}
56<!-- USER MENU PANEL -->
57<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
58<script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
This page took 0.130224 seconds and 4 git commands to generate.