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.rulez.sk/twyty_kyb.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}</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/101/'>kyberia</a> ---- |
36 | <!-- <a href='/id/19/'>bookmarks</a> --> |
37 | <a href='/id/1499862/'>bookmarks</a> ---- |
38 | {if $new_mail eq true} |
39 | <a href='/id/24/' class='mail'><i>mail</i></a> ---- |
40 | {/if} |
41 | {if $new_mail eq false} |
42 | <a href='/id/24/'>mail</a> ---- |
43 | {/if} |
44 | <a href='/id/23/'>last</a> ---- |
45 | <a href='/id/15/'>k!</a> ---- |
46 | <a href='/id/27'>people</a> ---- |
47 | <a href='/id/21/'>blogs</a> ---- |
48 | <!-- <a href='/id/29'>news</a> --> |
49 | <a href='/id/25/'>search</a> ---- |
50 | <a href='/id/{$user_id}/'>me</a> ---- |
51 | <a href='/id/{$user_id}/configure'>configure</a> ----- |
52 | <input type='submit' value='logout' name='event' tabindex='23'> |
53 | </form> |
54 | </div> |
55 | <div class="t2"></div> |
56 | |
57 | {if $new_mail eq true} |
58 | <center><a href='/id/24' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center> |
59 | {/if} |
60 | |
61 | {if $error eq true} |
62 | <center><span align='center' class='most_important'>{$error}</span></center> |
63 | {/if} |