1 {if $header_id neq true}
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">
8 <link rel='stylesheet' title="kyberia" type='text/css' href='/data/templates/own_templates/2019722.tpl'>
10 <title>{* title.tpl *}{include file="791948.tpl"}</title>
13 <script language="JavaScript" type="text/javascript" src="/js/jrc4.js"></script>
14 <script language="JavaScript" type="text/javascript">
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");
24 xmlhttp = new XMLHttpRequest();
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';
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';
47 <!-- USER MENU PANEL JS -->
48 <script src='/id/1515428' type='text/javascript'></script>
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>-->
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>