Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2239741.tpl
CommitLineData
51ff3226 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}
11function vymena() {
12document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
13var browser = navigator.appName;
14if(browser == "Microsoft Internet Explorer") {
15xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
16}
17else {
18xmlhttp = new XMLHttpRequest();
19}
20get_id_url = '/ajax/get_id_by_name.php?name=';
21get_id_url += document.formular.mail_to.value;
22xmlhttp.open("GET", get_id_url);
23xmlhttp.onreadystatechange = function() {
24if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
25id = xmlhttp.responseText;
26document.images['fricon'].src =
27'/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
28}
29}
30xmlhttp.send(null);
31}
32
33function chngto(name,id) {
34document.formular.mail_to.value = name ;
35name = name.toLowerCase() ;
36document.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}
48function hideMenu() {
49menu.className = "menu_off";
50offik.className = "onoff_off";
51onik.className = "onoff_on";
52}
53function showMenu() {
54menu.className = "menu_on";
55offik.className = "onoff_on";
56onik.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='/data/templates/own_templates/2088188.tpl' media='handheld'>
67<link rel='stylesheet' type='text/css' href='/id/2088188'
68media='screen'>
69<link rel='stylesheet' type='text/css' href='/data/templates/own_templates/2088188.tpl'
70media='handheld'>
71
72<!-- TITLE -->
73<title>
74{if $new_mail eq true}
75{$new_mail} m@il | {$new_mail_name}
76{/if}
77{include file="791948.tpl"}
78</title>
79
80
81</head>
82<body>
83<div class="t1">
84<center>
85<form method='post'>
86<!-- Menu ponuka -->
87<a href='http://www.google.sk/advanced_search?hl=sk' target="blank">[Google]</a>:[
88<a href='/id/101'>K</a>.
89<a href='/id/102'>H</a>.
90<a href='http://www.hysteria.sk'>H*o</a>][
91<a href='/id/1'>Main</a>][
92<a href='/id/19'>BooKmarkZ</a>
93<a href='/id/1478235'>BOOK</a>][
94<a href='/id/24'>PostA</a>][
95<a href='/id/23'>LasT</a>][
96<a href='/id/27'>&#1258;</a>]&#9474;[
97<a href='/id/876611'>SeNaT</a>][
98<a href='/id/25'>SearCh</a>][
99<a href='/id/1017832'>help</a>][
100<a href='/id/{$user_id}'>UserS</a>][
101<a href='/id/{$user_id}/1961033'>SetUP</a>]
102<input type='submit' value='logout' name='event'
103tabindex='23'>
104</form>
105</center>
106</div>
107
108<!-- MAIL & ERROR -->
109{if $new_mail eq true}
110<div class='most_important'><center>
111<a href='/id/24' class='mail'><b>u have {$new_mail} new mail last from
112{$new_mail_name2}</b></a>
113</center></div>
114{/if}
115
116{if $error eq true}
117<div class='most_important'><center>{$error}</center></div>
118{/if}
119
120
121<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
122<script language='JavaScript' type='text/javascript'>p =
123document.getElementById("panel");</script>
124<br>
125<div id="body">
This page took 0.181571 seconds and 4 git commands to generate.