Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1603623.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 <html>
10 <head>
11 {if $node.node_name eq 'mail'}
12 <script>
13 function vymena() {ldelim}
14 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
15 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
16 {rdelim}
17
18 function chngto(name,id) {ldelim}
19 document.formular.mail_to.value = name ;
20 name = name.toLowerCase() ;
21 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
22 {rdelim}
23 </script>
24 {/if}
25 <meta http-equiv="Cache-Control" content="Public">
26 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
27 {if $node.node_id eq '1'}<link rel='stylesheet' type='text/css' href='/data/css/main.css'>
28 {else}<link rel='stylesheet' type='text/css' href='http://www.kyberia.sk/id/1603613/download'>{/if}
29 <title>{$user_id}@{$node.node_name}</title>
30 </head>
31 <body>
32 {if $new_mail eq true}
33 <div><center><a href='/id/24'><b>u have {$new_mail} new mail,last from {$new_mail_name}</b></a></center></div>
34 {/if}
35 {if $node.node_id eq '1'}
36 <a href='/id/1/'>MAIN</a> ::
37 <a href='/id/101/'>CATS</a> ::
38 <a href='/id/19'>BOOK</a> ::
39 <a href='/id/24'>MAIL</a> ::
40 <a href='/id/23'>LAST</a> ::
41 <a href='/id/15'>TOP K</a> ::
42 <a href='/id/27'>PEOPLE</a> ::
43 <a href='/id/21'>BLOGZ</a> ::
44 <a href='/id/{$user_id}/stats'>ME</a> ::
45 <a href='/id/{$user_id}/configure'>CONF</a> ::
46 {if $user_id eq '1371'}<a href='/id/1603623/configure'>TPLCONF</a>::{/if}
47 <form enctype="multipart/form-data" action='/id/24/' method='post'><input type='hidden' name='event' value='logout'><input type='submit' value='LOGOUT' tabindex='23'></form>::
48 <form enctype="multipart/form-data" action='/id/25/' method='post'><input type='text' value='' tabindex='24' name="query"><input type='submit' name='template_event' value='search'></form>
49 {else}
50 <div id="dmenu">
51 <div><a href='/id/1/'>MAIN</a></div>
52 <div><a href='/id/101/'>CATS</a></div>
53 <div><a href='/id/19'>BOOK</a></div>
54 <div><a href='/id/24'>MAIL</a></div>
55 <div><a href='/id/23'>LAST</a></div>
56 <div><a href='/id/15'>TOP K</a></div>
57 <div><a href='/id/27'>PEOPLE</a></div>
58 <div><a href='/id/21'>BLOGZ</a></div>
59 <div><a href='/id/{$user_id}/stats'>ME</a></div>
60 <div><a href='/id/{$user_id}/configure'>CONF</a></div>
61 {if $user_id eq '1371'}<div><a href='/id/1603623/configure'>TPLCONF</a></div>{/if}
62 <div><form enctype="multipart/form-data" action='/id/24/' method='post'><input type='hidden' name='event' value='logout'><input type='submit' value='LOGOUT' tabindex='23'></form></div>
63 <div><form enctype="multipart/form-data" action='/id/25/' method='post'><input type='text' value='' tabindex='24' name="query"><input type='submit' name='template_event' value='search'></form></div>
64 </div>
65 <div id="bdy">
66 {/if}
This page took 0.314289 seconds and 4 git commands to generate.