51ff3226 |
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="Cache-Control" content="Public"> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> |
6 | <link rel='stylesheet' type='text/css' href='/id/1402531/download/'> |
7 | <title>{$user_id}@{$node.node_name}</title> |
8 | {if $node.node_name eq 'mail'} |
9 | <script> |
10 | function vymena() {ldelim} |
11 | document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ; |
12 | document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif'; |
13 | {rdelim} |
14 | |
15 | function chngto(name,id) {ldelim} |
16 | document.formular.mail_to.value = name ; |
17 | name = name.toLowerCase() ; |
18 | document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif'; |
19 | {rdelim} |
20 | </script> |
21 | {/if} |
22 | </head> |
23 | |
24 | <body> |
25 | <div id="dmenu"> |
26 | <div><a href='/id/1/'>MAIN</a></div> |
27 | <div><a href='/id/101/'>CATS</a></div> |
28 | <div><a href='/id/19'>BOOK</a></div> |
29 | <div><a href='/id/24'>MAIL</a></div> |
30 | <div><a href='/id/23'>LAST</a></div> |
31 | <div><a href='/id/15'>TOP K</a></div> |
32 | <div><a href='/id/27'>PEOPLE</a></div> |
33 | <div><a href='/id/21'>BLOGZ</a></div> |
34 | <div><a href='/id/{$user_id}/'>ME</a></div> |
35 | <div><a href='/id/{$user_id}/configure'>CONF</a></div> |
36 | <div> |
37 | <form enctype="multipart/form-data" action='/id/24/' method='post'> |
38 | <input type='hidden' name='event' value='logout'> |
39 | <input type='submit' value='LOGOUT' tabindex='23'> |
40 | </form> |
41 | </div> |
42 | </div> |
43 | |