Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1041163.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 <meta http-equiv="Cache-Control" content="Public">
12 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
13
14 <!-- IN MAIL SCRIPT -->
15 {if $node.node_name eq 'mail'}
16 <script>
17 function vymena() {ldelim}
18 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
19 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
20 {rdelim}
21
22 function chngto(name,id) {ldelim}
23 document.formular.mail_to.value = name ;
24 name = name.toLowerCase() ;
25 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
26 {rdelim}
27 </script>
28 {/if}
29
30 <!-- CSS -->
31 {if $node.node_id eq '1'}<link rel='stylesheet' type='text/css' href='/data/css/main.css'>
32 {else}<link rel='stylesheet' type='text/css' href='http://freezy.wnet.sk/TP203.css'>{/if}
33
34 <!-- TITLE -->
35 <title>
36 {if $new_mail eq true}{$new_mail}.m@il.from.{$new_mail_name}..{/if}
37 {$node.node_name}..{$node.node_id}..{$user_k}.K.left
38 </title>
39
40 </head>
41 <body>
42 <!-- MAIL & ERROR -->
43 {if $new_mail eq true}
44 <div class='most_important'><center><a href='/id/24' class='mail'><b>u.have.{$new_mail}.new.mail.last.from.{$new_mail_name}</b></a></center></div>
45 {/if}
46 {if $error eq true}
47 <div class='most_important'><center>{$error}</center></div>
48 {/if}
49
50 {if $node.node_id eq '1'}
51 <center>
52 <a href='/id/1/'>MAIN</a> ::
53 <a href='/id/101/'>KYB</a> ::
54 <a href='/id/102/'>HYST</a> ::
55 <!--<a href='/id/19'>BOOK</a> ::-->
56 <a href='/id/1478235'>BOOK</a> ::
57 <!--<a href='/id/24'>MAIL</a> ::</div>-->
58 {if $new_mail eq true}
59 <a href='/id/1693948/'><i>MAIL</i></a> ::
60 {else}
61 <a href='/id/1693948/'>MAIL</a> ::
62 {/if}
63 <a href='/id/23'>LAST</a> ::
64 <a href='/id/15'>TOP K</a> ::
65 <!--<a href='/id/27'>PEOPLE</a> ::-->
66 <a href='/id/1502464'>PEOPLE</a> ::
67 <a href='/id/21'>BLOGZ</a> ::
68 <a href='/id/{$user_id}'>ME</a> ::
69 <a href='/id/{$user_id}/configure'>CONF</a> ::
70 <form enctype="multipart/form-data" action='/id/25/' method='post'><input type='text' value='' tabindex='24'
71
72 name="query"><input type='submit' name='template_event' value='search'></form> ::
73 <form enctype="multipart/form-data" action='/id/24/' method='post'><input type='hidden' name='event' value='logout'><input
74
75 type='submit' value='LOGOUT' tabindex='23'></form>
76 </center>
77
78 {else}
79 <div id="menu">
80 <div><a href='/id/1/'>MAIN</a></div>
81 <div><a href='/id/101/'>CATS</a></div>
82 <!-- <div><a href='/id/19'>BOOK</a></div>-->
83 <div><a href='/id/1478235'>BOOK</a></div>
84 <!-- <div><a href='/id/24'>MAIL</a></div>-->
85 {if $new_mail eq true}
86 <div><a href='/id/1693948/'><i>MAIL</i></a></div>
87 {else}
88 <div><a href='/id/1693948/'>MAIL</a></div>
89 {/if}
90 <div><a href='/id/23'>LAST</a></div>
91 <div><a href='/id/15'>TOP K</a></div>
92 <!-- <div><a href='/id/27'>PEOPLE</a></div>-->
93 <div><a href='/id/1502464'>PEOPLE</a></div>
94 <div><a href='/id/21'>BLOGZ</a></div>
95 <div><a href='/id/{$user_id}/stats'>ME</a></div>
96 <div><a href='/id/{$user_id}/configure'>CONF</a></div>
97 <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>
98 <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>
99 </div>
100 <div id="body">
101 {/if}
This page took 0.296251 seconds and 4 git commands to generate.