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} |
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='/data/templates/own_templates/2088188.tpl' media='handheld'> |
67 | <link rel='stylesheet' type='text/css' href='/id/2088188' |
68 | media='screen'> |
69 | <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/2088188.tpl' |
70 | media='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'>Ӫ</a>]│[ |
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' |
103 | tabindex='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 = |
123 | document.getElementById("panel");</script> |
124 | <br> |
125 | <div id="body"> |