images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2153738.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='/id/2065925'
67media='screen'>
68<link rel='stylesheet' type='text/css' href='/data/templates/own_templates/973161.tpl'
69media='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'
102tabindex='23'>
103</form>
104</center>
105</div>
106<!-- test -->
107
108{if $node.node_id eq '19'}
109bla bla bla
110{/if}
111
112<!-- MAIL & ERROR -->
113{if $new_mail eq true}
114<div class='most_important'>
115<center>
116<br>
117<br>
118<a href='/id/24' class='mail'><b>u have {$new_mail} new mail last from{$new_mail_name2}</b></a>
119</center>
120</div>
121{/if}
122
123{if $error eq true}
124<div class='most_important'>
125<center>
126<br>
127<br>
128{$error}
129</center>
130</div>
131{/if}
132
133
134<div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
135<script language='JavaScript' type='text/javascript'>p =
136document.getElementById("panel");</script>
137<br>
138<div id="body">
This page took 0.209165 seconds and 4 git commands to generate.