51ff3226 |
1 | |
2 | |
3 | <html> |
4 | <head> |
5 | <meta http-equiv="Cache-Control" content="Public"> |
6 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> |
7 | |
8 | |
9 | <link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'> |
10 | <!-- toto tu je preto, aby som rozoznaval uz navstivene nody. o tom, preco je to urobene takto vam mozem porozpravat ak ma skontaktujete --> |
11 | <!-- link rel='stylesheet' title="kyberia2" type='text/css' href='http://www.gamca.sk/~franky/css/kyb.css'--> |
12 | |
13 | <title>{if $new_mail eq true}mail from {$new_mail_name} ({$new_mail}) - {/if}{$node.node_name|strip_tags}</title> |
14 | {if $node.node_name eq 'mail'} |
15 | <script> |
16 | function vymena() {ldelim} |
17 | document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; |
18 | document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif'; |
19 | {rdelim} |
20 | |
21 | function chngto(name,id) {ldelim} |
22 | document.formular.mail_to.value = name ; |
23 | name = name.toLowerCase() ; |
24 | document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif'; |
25 | {rdelim} |
26 | </script> |
27 | {/if} |
28 | |
29 | </head> |
30 | |
31 | <body> |
32 | <!-- here you can realize yourself --> |
33 | <center> |
34 | <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'> |
35 | <a href='/id/1/'>main</a> ---- |
36 | <a href='/id/101/'>kyberia</a> ---- |
37 | <a href='/id/102/'>hysteria</a> ---- |
38 | <a href='/id/19'>bookmarks</a> ---- |
39 | <a href='/id/24'>posta</a> ---- |
40 | <a href='/id/23'>last</a> ---- |
41 | <a href='/id/1416619'>on-air</a> (<a href='/id/1391537'>10</a>) ---- |
42 | <a href='/id/15'>k</a> ---- |
43 | <a href='/id/27'>ludia</a> ---- |
44 | <a href='/id/21'>denniky</a> ---- |
45 | <a href='/id/1058182'>forumz</a> ---- |
46 | <a href='/id/29'>news</a> ---- |
47 | <a href='/id/25'>search</a> ---- |
48 | <a href='/id/{$user_id}/1961033'>nastavenie</a> ----- |
49 | <input type='submit' value='logout' name='event' tabindex='23'> |
50 | </form> |
51 | </center> |
52 | {if $new_mail eq true} |
53 | <center><a href='/id/24'><b>u have {$new_mail} new mail, last from {$new_mail_name}</b></a></center> |
54 | {/if} |
55 | |
56 | {if $error eq true} |
57 | <center><span align='center' class='most_important'>{$error}</span></center> |
58 | {/if} |
59 | |
60 | |
61 | |