Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2086841.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
6 {if $node.node_id eq 24}
7 <!-- IN MAIL SCRIPT -->
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 = '/ajax/get_id_by_name.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 =
27 '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
28 }
29 }
30 xmlhttp.send(null);
31 }
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
44 <!-- MENU -->
45 <script language="JavaScript" type="text/javascript">
46 <!--
47 {literal}
48 function hideMenu() {
49 menu.className = "menu_off";
50 offik.className = "onoff_off";
51 onik.className = "onoff_on";
52 }
53 function showMenu() {
54 menu.className = "menu_on";
55 offik.className = "onoff_on";
56 onik.className = "onoff_off";
57 }
58 {/literal}
59 -->
60 </script>
61
62 <!-- PANEL JS -->
63 <script src='/data/templates/own_templates/1515428.tpl' type='text/javascript'></script>
64
65 <!-- CSS -->
66 <link rel='stylesheet' type='text/css' href='/id/2065925'
67 media='screen'>
68 <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/973161.tpl'
69 media='handheld'>
70
71 <!-- TITLE -->
72 <title>
73 {if $new_mail eq true}
74 {$new_mail} m@il | {$new_mail_name}
75 {/if}
76 {include file="791948.tpl"}
77 </title>
78
79
80 </head>
81 <body>
82 <div class="t1">
83 <center>
84 <form method='post'>
85 <!-- Menu ponuka -->
86 <a href='http://www.google.sk/advanced_search?hl=sk' target="blank">[Google]</a>:[
87 <a href='/id/101'>K</a>.
88 <a href='/id/102'>H</a>.
89 <a href='http://www.hysteria.sk'>H*o</a>][
90 <a href='/id/1'>Main</a>][
91 <a href='/id/19'>BooKmarkZ</a>
92 <a href='/id/1478235'>BOOK</a>][
93 <a href='/id/24'>PostA</a>][
94 <a href='/id/23'>LasT</a>][
95 <a href='/id/27'>&#1258;</a>]&#9474;[
96 <a href='/id/876611'>SeNaT</a>][
97 <a href='/id/25'>SearCh</a>][
98 <a href='/id/1017832'>help</a>][
99 <a href='/id/{$user_id}'>UserS</a>][
100 <a href='/id/{$user_id}/1961033'>SetUP</a>]
101 <input type='submit' value='logout' name='event'
102 tabindex='23'>
103 </form>
104 </center>
105 </div>
106
107 <!-- MAIL & ERROR -->
108 {if $new_mail eq true}
109 <div class='most_important'><center>
110 <a href='/id/24' class='mail'><b>u have {$new_mail} new mail last from
111 {$new_mail_name2}</b></a>
112 </center></div>
113 {/if}
114
115 {if $error eq true}
116 <div class='most_important'><center>{$error}</center></div>
117 {/if}
118
119
120 <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
121 <script language='JavaScript' type='text/javascript'>p =
122 document.getElementById("panel");</script>
123 <br>
124 <div id="body">
This page took 0.304608 seconds and 4 git commands to generate.