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 | <!-- CSS --> |
7 | <link rel='stylesheet' type='text/css' href='http://freezy.wnet.sk/kyb_orange.css'> |
8 | |
9 | <!-- TITLE --> |
10 | <title>{if $new_mail eq true}{$new_mail} m@il from {$new_mail_name} || {/if}{$node.node_name} || {$node.node_id} || {$user_k}K left ||</title> |
11 | |
12 | <!-- IN MAIL SCRIPT --> |
13 | {if $node.node_name eq 'mail'} |
14 | <script> |
15 | function vymena() {ldelim} |
16 | document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; |
17 | document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif'; |
18 | {rdelim} |
19 | |
20 | function chngto(name,id) {ldelim} |
21 | document.formular.mail_to.value = name ; |
22 | name = name.toLowerCase() ; |
23 | document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif'; |
24 | {rdelim} |
25 | </script> |
26 | {/if} |
27 | |
28 | </head> |
29 | |
30 | <body> |
31 | <!-- HEADER --> |
32 | <div class="t1"> |
33 | <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'> |
34 | <a href='/id/1/'>main</a> |
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/1478235/'>bookmarks</a>.<a href='/id/19/'>old</a> |
40 | {if $new_mail eq true} |
41 | <a href='/id/24/'><i><b><font color='white'>mail</font></b></i></a> |
42 | {/if} |
43 | {if $new_mail eq false} |
44 | <a href='/id/24/'>mail</a> |
45 | {/if} |
46 | <a href='/id/23/'>last</a> |
47 | <!-- <a href='/id/15/'>k!</a> --> |
48 | <a href='/id/1670413/'>k!</a> |
49 | <a href='/id/21/'>blogs</a> |
50 | <a href='/id/27'>people</a> |
51 | <!-- <a href='/id/29'>news</a> --> |
52 | <a href='/id/25/'>search</a> |
53 | <a href='/id/1737429/'>notepad</a> |
54 | <a href='/id/{$user_id}/'>me</a>.<a href='/id/{$user_id}/4'>sub</a> |
55 | <a href='/id/{$user_id}/configure'>configure</a> |
56 | <input type='submit' value='logout' name='event' tabindex='23'> |
57 | </form> |
58 | </div> |
59 | <div class="t2"></div> |
60 | |
61 | {if $new_mail eq true} |
62 | <center><a href='/id/24' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center> |
63 | {/if} |
64 | |
65 | {if $error eq true} |
66 | <center><span align='center' class='most_important'>{$error}</span></center> |
67 | {/if} |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |