51ff3226 |
1 | <html><head> |
2 | <meta http-equiv="Cache-Control" content="Public"> |
3 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> |
4 | |
5 | <link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'> |
6 | <title>{$node.node_name|strip_tags}</title> |
7 | {if $node.node_name eq 'mail'} |
8 | <script> |
9 | function vymena() {ldelim} |
10 | document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; |
11 | document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif'; |
12 | {rdelim} |
13 | |
14 | function chngto(name,id) {ldelim} |
15 | document.formular.mail_to.value = name ; |
16 | name = name.toLowerCase() ; |
17 | document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif'; |
18 | {rdelim} |
19 | </script> |
20 | {/if} |
21 | |
22 | |
23 | |
24 | </head> |
25 | |
26 | <body> |
27 | <center> |
28 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'> |
29 | <a href='/id/1/'>main</a> ---- |
30 | <a href='/id/101'>kyberia</a> ---- |
31 | <a href='/id/1814922'>bookmarks</a> ---- |
32 | <a href='/id/1849954'>posta</a> ---- |
33 | <a href='/id/23'>posledne</a> ---- |
34 | <a href='/id/15'>k</a> ---- |
35 | <a href='/id/27'>ludia</a> ---- |
36 | <a href='/id/25'>search</a> ---- |
37 | <a href='/id/{$user_id}/1961033'>nastavenie</a> ----- |
38 | <input type='submit' value='logout' name='event' tabindex='23'> |
39 | <font color=black>1589883</font> |
40 | </form> |
41 | </center> |
42 | {if $new_mail eq true} |
43 | <center><a href='/id/1849954'><b>u have {$new_mail} new mail, last from {$new_mail_name}</b></a></center> |
44 | {/if} |
45 | |
46 | {if $error eq true} |
47 | <center><span align='center' class='most_important'>{$error}</span></center> |
48 | {/if} |