Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1424052.tpl
CommitLineData
b42b2bf9
H
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<link rel='stylesheet' type='text/css' href='/id/1081087/download'>
7
8<title> {* title.tpl *}{include file="791948.tpl"} {if $new_mail eq true}|{$new_mail}_{$new_mail_name}{/if}</title>
9
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 }
19 else {
20 xmlhttp = new XMLHttpRequest();
21 }
22 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
23 get_id_url += document.formular.mail_to.value;
24 xmlhttp.open("GET", get_id_url);
25 xmlhttp.onreadystatechange = function() {
26 if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
27 id = xmlhttp.responseText;
28 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
29 }
30 }
31 xmlhttp.send(null);
32 }
33
34 function chngto(name,id) {
35 document.formular.mail_to.value = name ;
36 name = name.toLowerCase() ;
37 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
38 }
39{/literal}
40-->
41</script>
42
43<!-- USER MENU PANEL JS -->
44<script src='/id/1515428' type='text/javascript'></script>
45
46</head>
47
48<body>
49<!-- here you can realize yourself -->
50<div class="t1">
51<form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
52<a href='/id/1/'>main</a> ----
53<a href='/id/101/'>kyberia</a> ----
54<a href='/id/19'>bookmarks</a> ----
55<a href='/id/24'>posta</a> ----
56<a href='/id/23'>posledne</a> ----
57<a href='/id/15'>k</a> ----
58<a href='/id/27'>ludia</a> ----
59<!-- <a href='/id/20'>clanky</a> ---- -->
60<a href='/id/21'>denniky</a> ----
61<a href='/id/29'>news</a> ----
62<a href='/id/25'>search</a> ----
63<a href='/id/{$user_id}/1961033'>nastavenie</a> -----
64<input type='submit' value='logout' name='event' tabindex='23'>
65</form>
66</div>
67<div class="t2"></div>
68{if $new_mail eq true}
69<center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center>
70{/if}
71
72{if $error eq true}
73<center><span align='center' class='most_important'>{$error}</span></center>
74{/if}
This page took 0.285198 seconds and 4 git commands to generate.