Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1402543.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
10 <html>
11 <head>
12 <meta http-equiv="Cache-Control" content="Public">
13 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
14 <link rel='stylesheet' type='text/css' href='/id/1402531/download/'>
15 <title>{$user_id}@{$node.node_name}</title>
16 {if $node.node_name eq 'mail'}
17 <script>
18 function vymena() {ldelim}
19 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
20 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
21 {rdelim}
22
23 function chngto(name,id) {ldelim}
24 document.formular.mail_to.value = name ;
25 name = name.toLowerCase() ;
26 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
27 {rdelim}
28 </script>
29 {/if}
30 </head>
31
32 <body>
33 <div id="dmenu">
34 <div><a href='/id/1/'>MAIN</a></div>
35 <div><a href='/id/101/'>CATS</a></div>
36 <div><a href='/id/19'>BOOK</a></div>
37 <div><a href='/id/24'>MAIL</a></div>
38 <div><a href='/id/23'>LAST</a></div>
39 <div><a href='/id/15'>TOP K</a></div>
40 <div><a href='/id/27'>PEOPLE</a></div>
41 <div><a href='/id/21'>BLOGZ</a></div>
42 <div><a href='/id/{$user_id}/'>ME</a></div>
43 <div><a href='/id/{$user_id}/configure'>CONF</a></div>
44 <div>
45 <form enctype="multipart/form-data" action='/id/24/' method='post'>
46 <input type='hidden' name='event' value='logout'>
47 <input type='submit' value='LOGOUT' tabindex='23'>
48 </form>
49 </div>
50 </div>
51
This page took 0.256437 seconds and 4 git commands to generate.