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='http://skosi.org/~pyxel/tox.css'> |
6 | <title>kyberia.sk - {$node.node_name}</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 | </head> |
22 | |
23 | <body> |
24 | <center> |
25 | |
26 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post'> |
27 | [ |
28 | <a href='/id/1/'>main</a> -- |
29 | <a href='/id/101/'>kyberia</a> -- |
30 | <a href='/id/102/'>hysteria</a> -- |
31 | <a href='/id/19'>bookmarkz</a> |
32 | ] |
33 | : |
34 | [ |
35 | <a href='/id/24'>posta</a> -- |
36 | <a href='/id/23'>posledne</a> -- |
37 | <a href='/id/27'>ludia</a> -- |
38 | <a href='/id/21'>blogz</a> |
39 | ] |
40 | : |
41 | [ |
42 | <a href='/id/15'>k NEW</a> / <a href='/id/788016'>CONSCIOUSNESS</a> -- |
43 | <a href='/id/876611'>senate</a> -- |
44 | <!-- <a href='/id/20'>clanky</a> ---- --> |
45 | <a href='/id/1058182'>forumz</a> |
46 | ] |
47 | : |
48 | [ |
49 | <a href='/id/25'>search</a> -- |
50 | <a href='/id/{$USER_ID}/1961033'>setup</a> -- |
51 | <a href='/id/1017832'>help</a> |
52 | ] |
53 | <input type='submit' value='logout' name='event' tabindex='23'> |
54 | </form> |
55 | |
56 | |
57 | </center> |
58 | {if $new_mail eq true} |
59 | <center><a href='/id/24'><b>New cyber-mejl ({$new_mail}), posledny od {$new_mail_name}</b></a></center> |
60 | {/if} |
61 | |
62 | {if $error eq true} |
63 | <center><span align='center' class='most_important'>{$error}</span></center> |
64 | {/if} |