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