renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-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
5d305aff
DH
12
13<script language="JavaScript" type="text/javascript" src="/js/jrc4.js"></script>
51ff3226 14<script language="JavaScript" type="text/javascript">
15<!--
16{literal}
17 function vymena() {
18 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
19 var browser = navigator.appName;
20 if(browser == "Microsoft Internet Explorer") {
21 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
22 }
23 else {
24 xmlhttp = new XMLHttpRequest();
25 }
26 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
27 get_id_url += document.formular.mail_to.value;
28 xmlhttp.open("GET", get_id_url);
29 xmlhttp.onreadystatechange = function() {
30 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
31 id = xmlhttp.responseText;
32 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
33 }
34 }
35 xmlhttp.send(null);
36 }
37
38 function chngto(name,id) {
39 document.formular.mail_to.value = name ;
40 name = name.toLowerCase() ;
41 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
42 }
43{/literal}
44-->
45</script>
46
47<!-- USER MENU PANEL JS -->
48<script src='/id/1515428' type='text/javascript'></script>
49
50</head>
51
52<body>
53{if $user_id eq true}{include file="1549959.tpl"}{/if}
54{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
55{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}
56<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
57{/if}
58<!-- USER MENU PANEL -->
59<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
60<script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
This page took 0.142846 seconds and 4 git commands to generate.