images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1746564.tpl
diff --git a/data/templates/own_templates/1746564.tpl b/data/templates/own_templates/1746564.tpl
new file mode 100644 (file)
index 0000000..bd09c7f
--- /dev/null
@@ -0,0 +1,80 @@
+<html>
+<head>
+<meta http-equiv="Cache-Control" content="Public">
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
+
+<link rel='stylesheet' type='text/css' href='/data/templates/own_templates/2084423.tpl'>
+<!-- <link rel='stylesheet' type='text/css' href='/id/1745749/download'> -->
+<title> {* title.tpl *}{include file="791948.tpl"} {if $new_mail eq true}|{$new_mail}_{$new_mail_name}{/if}</title>
+
+<script language="JavaScript" type="text/javascript">
+<!--
+{literal}
+       function vymena() {
+               document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
+               var browser = navigator.appName;
+               if(browser == "Microsoft Internet Explorer") {
+                       xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
+               }
+               else {
+                       xmlhttp = new XMLHttpRequest();
+               }
+               get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
+               get_id_url += document.formular.mail_to.value;
+               xmlhttp.open("GET", get_id_url);
+               xmlhttp.onreadystatechange = function() {
+                       if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
+                               id = xmlhttp.responseText;
+                               document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
+                       }
+               }
+               xmlhttp.send(null);
+       }
+
+       function chngto(name,id) {
+               document.formular.mail_to.value = name ;
+               name = name.toLowerCase() ;
+               document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
+       }
+{/literal}
+-->
+</script>
+
+<!-- USER MENU PANEL JS -->
+<script src='/id/1515428' type='text/javascript'></script>
+
+</head>
+
+<body>
+<!-- here you can realize yourself -->
+<div class="t1">
+<form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
+<a href='/id/1/'>main</a> ::
+<a href='/id/101/'>kyberia</a> ::
+<a href='/id/19'>bookmarks</a>[<a href='/id/156968'>101</a>] ::
+<a href='/id/24'>posta</a> ::
+<a href='/id/23'>posledne</a> ::
+<a href='/id/15'>k</a>[<a href='/id/1569351'>no-img</a>] ::
+<a href='/id/27'>ludia</a> ::
+<a href='/chat/chat.htm'>chat</a> ::
+<!-- <a href='/id/20'>clanky</a> :: -->
+<a href='/id/21'>denniky</a> ::
+<!-- <a href='/id/29'>news</a> :: -->
+<a href='/id/25'>search</a> ::
+<a href='/id/{$user_id}/1961033'>nastavenie</a> ::
+<a href='/id/1017832'>help</a> ::
+<input type='submit' value='logout' name='event' tabindex='23'>
+</form>
+</div>
+<div class="t2"></div>
+{if $new_mail eq true}
+<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
+{/if}
+
+{if $error eq true}
+<center><span align='center' class='most_important'>{$error}</span></center>
+{/if}
+<!-- USER MENU PANEL -->
+<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div> <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
+
+
This page took 0.104619 seconds and 4 git commands to generate.