Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2312181.tpl
1 <html>
2 <head>
3 <meta http-equiv="Cache-Control" content="Public">
4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
5 <title>{if $new_mail eq true}{$new_mail} NEW MAIL
6 ({$new_mail_name}):{/if}{$user_id}@{$node.node_name}.kyberia.sk</title>
7 <link rel='shortcut icon' href='http://outdooractive.info/kyb/shortcut.ico'>
8 <link rel='stylesheet' type='text/css' href='http://www.zionmag.org/ach/eivkrpz.css'>
9 {if $node.node_name eq 'mail'}
10 <script language="JavaScript" type="text/javascript">
11 <!--
12 {literal}
13 function vymena() {
14 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase();
15 var browser = navigator.appName;
16 if(browser == "Microsoft Internet Explorer") {
17 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
18 } else {
19 xmlhttp = new XMLHttpRequest();
20 }
21 get_id_url = '/ajax/get_username_by_id.php?name=';
22 get_id_url += document.formular.mail_to.value;
23 xmlhttp.open("GET", get_id_url);
24 xmlhttp.onreadystatechange = function() {
25 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
26 id = xmlhttp.responseText;
27 document.images['fricon'].src =
28 '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
29 }
30 }
31 xmlhttp.send(null);
32 }
33 function chngto(name,id) {
34 document.formular.mail_to.value = name;
35 name = name.toLowerCase();
36 document.images['fricon'].src =
37 '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
38 }
39 {/literal}
40 -->
41 </script>
42 {/if}
43 <script src='/data/templates/own_templates/1515428.tpl' type='text/javascript'></script>
44 </head>
45 <body>
46 <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
47 <script type='text/javascript'>p=document.getElementById("panel")</script>
48 <form enctype="multipart/form-data" action='/id/24/' method='post'>
49 <div id="t1">
50 <a href='/id/1/'>r00t</a> ---
51 <a href='/id/101/'>kyberia</a> ---
52 <a href='/id/102/'>hystóryja</a> ---
53 <a href='/id/876611'>\9apenát</a> ---
54 <a href='/id/19/'>bookmarks</a> ---
55 <a href='/id/24/'>mail</a> ---
56 <a href='/id/23/'>last</a> ---
57 <a href='/id/27/'>ppl</a> ---
58 <a href='/id/29/'>news</a> ---
59 <a href='/id/1569351/'>K</a> ---
60 <a href='/id/21/'>blogs</a> ---
61 <a href='/id/25/'>search</a> ---
62 {if $user_id eq 660}
63 <a href='/id/1127587/1961033'>tpl_edit</a> ---
64 {/if}
65 <a href='/id/{$user_id}/1961033'>{$user_id}_conf</a> -----
66 <input type='hidden' name='event' value='logout'>
67 <input type='submit' value='isc het' tabindex='23'>
68 {if $new_mail eq true}
69 <br>
70 <strong><a href="/id/24">u have {$new_mail} new mail,last from</a> <a
71 href="/{$new_mail_name}" style="color:red">{$new_mail_name}</a></strong>
72 {/if}
73 {if $error eq true}
74 {$error}
75 {/if}
76 </div>
77 <div id="corr"></div>
78 </form>
79 {if $node.node_name eq 'bookmarks'}
80 <div id="adv"></div>
81 <div class="nic"></div>
82 {/if}
This page took 0.276641 seconds and 4 git commands to generate.