Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2003661.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/2265615.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 <div id="t1">
50 <a href='/id/1/'>r00t</a>
51 ---
52 <a href='/id/101/'>kyberia</a>
53 ---
54 <a href='/id/102/'>hystóryja</a>
55 ---
56 <a href='/id/876611'>\9apenát</a>
57 ---
58 <a href='/id/19/'>bookmarks</a>
59 ---
60 <a href='/id/24/'>mail</a>
61 ---
62 <a href='/id/23/'>last</a>
63 ---
64 <a href='/id/27/'>ppl</a>
65 ---
66 <a href='/id/29/'>news</a>
67 ---
68 <a href='/id/1569351/'>K</a>
69 ---
70 <a href='/id/21/'>blogs</a>
71 ---
72 <a href='/id/25/'>search</a>
73 --- {if $user_id eq 660}
74 <a href='/id/1127587/1961033'>tpl_edit</a>
75 --- {/if}
76 <a href='/id/{$user_id}/1961033'>{$user_id}_conf</a>
77 -----
78 <input type='hidden' name='event' value='logout'>
79 <input type='submit' value='isc het' tabindex='23'>
80 {if $new_mail eq true}
81 <br>
82 <strong>
83 <a href="/id/24">u have {$new_mail} new mail,last from</a>
84 <a href="/{$new_mail_name}" style="color:red">{$new_mail_name}</a></strong>
85 {/if} {if $error eq true} {$error} {/if}
86 </div>
87 <div id="corr">
88 </div>
89 </form>
90 {/if}
91 <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div> <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
This page took 0.291346 seconds and 4 git commands to generate.