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='http://freezy.wnet.sk/kyberia/orange.css'><!-- tu je cesta k stylesheetu --> |
7 | <title>now in: {$node.node_name}</title><!-- tuto je title (je tam teraz taky aky mam ja - sak uvidis co robi) --> |
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 | <!-- here you can realize yourself --> |
27 | <div class="t1"> |
28 | <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'> |
29 | :: <a href='/id/1/'>main</a> :: |
30 | <a href='/id/101/'>kyberia</a> :: |
31 | <a href='/id/19'>bookmarks</a> :: |
32 | <a href='/id/24'>mail</a> :: |
33 | <a href='/id/23'>last</a> :: |
34 | <a href='/id/15'>k!</a> :: |
35 | <a href='/id/27'>people</a> :: |
36 | <a href='/id/21'>blogs</a> :: |
37 | <a href='/id/29'>news</a> :: |
38 | <a href='/id/25'>search</a> :: |
39 | <a href='/id/{$user_id}/configure'>configure</a> ::: |
40 | <input type='submit' value='logout' name='event' tabindex='23'> |
41 | </form> |
42 | </div> |
43 | <div class="t2"></div> |
44 | {if $new_mail eq true} |
45 | <center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center> |
46 | {/if} |
47 | |
48 | {if $error eq true} |
49 | <center><span align='center' class='most_important'>{$error}</span></center> |
50 | {/if} |