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