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