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 | <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/2070521.tpl'> |
6 | <!-- <link rel='stylesheet' type='text/css' href='/id/1066289/download'> --> |
7 | |
8 | <title>{* title.tpl *}{include file="791948.tpl"}</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}/' action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'> |
52 | <a href='/id/1/'>main</a> ---- |
53 | <a href='/id/101/'>kyberia</a> ---- |
54 | <a href='/id/19'>bookmarks</a> <a href='/id/156968'>101</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='/chat/chat.htm'>chat</a> ---- |
60 | <!-- <a href='/id/20'>clanky</a> ---- --> |
61 | <a href='/id/21'>denniky</a> ---- |
62 | <!-- <a href='/id/29'>news</a> ---- --> |
63 | <a href='/id/25'>search</a> ---- |
64 | <a href='/id/1017832'>help</a> ---- |
65 | <a href='/id/{$user_id}/1961033'>nastavenie</a> ----- |
66 | <input type='submit' value='logout' name='event' tabindex='23'> |
67 | </form> |
68 | </div> |
69 | <div class="t2"></div> |
70 | <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div> <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script> |
71 | {if $new_mail eq true} |
72 | <center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center> |
73 | {/if} |
74 | |
75 | {if $error eq true} |
76 | <center><span align='center' class='most_important'>{$error}</span></center> |
77 | {/if} |
78 | |