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 | <link rel='stylesheet' type='text/css' href='/data/css/kyberia.css'> |
7 | <title>{$node.node_name}</title> |
8 | {if $node.node_name eq 'mail'} |
9 | <script> |
10 | function vymena() {ldelim} |
11 | document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; |
12 | document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif'; |
13 | {rdelim} |
14 | |
15 | function chngto(name,id) {ldelim} |
16 | document.formular.mail_to.value = name ; |
17 | name = name.toLowerCase() ; |
18 | document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif'; |
19 | {rdelim} |
20 | </script> |
21 | {/if} |
22 | |
23 | </head> |
24 | |
25 | <body> |
26 | <center> |
27 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'> |
28 | <a href='/id/24'>posta</a> ---- |
29 | <a href='/id/1017832'>help</a> ---- |
30 | <input type="hidden" name="header_id" value="1727532"><BUTTON type='submit' name='event' value='set_header_template'>?</BUTTON> ----- |
31 | <BUTTON type='submit' name='event' value='logout'>logout</BUTTON> |
32 | </form> |
33 | </center> |
34 | {if $new_mail eq true} |
35 | <center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center> |
36 | {/if} |
37 | |
38 | {if $error eq true} |
39 | <center><span align='center' class='most_important'>{$error}</span></center> |
40 | {/if} |