Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1938965.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 <link rel='stylesheet' title="kyberia" type='text/css' href='/data/templates/own_templates/2227710.tpl'>
7 <title>{* title.tpl *}{include file="791948.tpl"}</title>
8 <script language="JavaScript" type="text/javascript">
9 <!--
10 {literal}
11 function vymena() {
12 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
13 var browser = navigator.appName;
14 if(browser == "Microsoft Internet Explorer") {
15 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
16 }
17 else {
18 xmlhttp = new XMLHttpRequest();
19 }
20 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
21 get_id_url += document.formular.mail_to.value;
22 xmlhttp.open("GET", get_id_url);
23 xmlhttp.onreadystatechange = function() {
24 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
25 id = xmlhttp.responseText;
26 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
27 }
28 }
29 xmlhttp.send(null);
30 }
31
32 function chngto(name,id) {
33 document.formular.mail_to.value = name ;
34 name = name.toLowerCase() ;
35 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
36 }
37 {/literal}
38 -->
39 </script>
40
41 <!-- USER MENU PANEL JS -->
42 <script src='/id/1515428' type='text/javascript'></script>
43
44 </head>
45 <body>
46 {if $user_id eq true}
47 <div class="t1">
48 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'>
49 <center>
50 <a href='/id/1/'>main</a> --
51 <a href='/id/101/'>kyberia</a> --
52 <a href='/id/102/'>hysteria</a> --
53 <a href='/id/19'>bookmarkz</a>[<a href='/id/156968'>v2</a>] --
54 <a href='/id/24'>posta</a> --
55 <a href='/id/23'>posledne</a> --
56 <a href='/id/15'>k NEW</a> / <a href='/id/788016'>CONSCIOUSNESS</a>--
57 <a href='/id/27'>ludia</a> --
58 <a href='/id/876611'>senate</a> --
59 <a href='/id/21'>blogz</a> --
60 <a href='/id/1058182'>forumz</a> --
61 <a href='/id/25'>search</a> --
62 <a href='/id/{$user_id}'>userinfo</a>[<a href='/id/{$user_id}/1961033'>conf</a>] --
63 <a href='/id/1017832'>help</a> --
64 <input type='submit' value='logout' name='event' tabindex='23'>
65 </center>
66 </form>
67 </div><div class="t2"></div>
68 {/if}
69 <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div> <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
70
71 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
72 {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}
This page took 0.29489 seconds and 4 git commands to generate.