Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1796858.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 <link rel="shortcut icon" href="http://freezy.rulez.sk/kyb.ico">
14
15 <!-- CSS -->
16 <link rel='stylesheet' type='text/css' href='http://freezy.rulez.sk/kyb_orange.css'>
17
18 <!-- TITLE -->
19 <title>{if $new_mail eq true}{$new_mail} m@il from {$new_mail_name} || {/if}{$node.node_name} || {$node.node_id} || {$user_k}K left ||</title>
20
21 <!-- IN MAIL SCRIPT -->
22 {if $node.node_name eq 'mail'}
23 <script>
24 function vymena() {ldelim}
25 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
26 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
27 {rdelim}
28
29 function chngto(name,id) {ldelim}
30 document.formular.mail_to.value = name ;
31 name = name.toLowerCase() ;
32 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
33 {rdelim}
34 </script>
35 {/if}
36
37 </head>
38
39 <body>
40 <!-- HEADER -->
41 <div class="t1">
42 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
43 <a href='/id/1/'>main</a>&nbsp;
44 <a href='/id/101/'>kyberia</a>&nbsp;
45 <a href='/id/102/'>hysteria</a>&nbsp;
46 <a href='/id/19/'>bookmarks</a>&nbsp;
47 {if $new_mail eq true}
48 <a href='/id/1693948/'><i><b><font color='white'>mail</font></b></i></a>&nbsp;
49 {else}
50 <a href='/id/1693948/'>mail</a>&nbsp;
51 {/if}
52 <!-- <a href='/id/24/'>mail</a> -->
53 <a href='/id/23/'>last</a>&nbsp;
54 <!-- <a href='/id/15/'>k!</a>&nbsp; -->
55 <a href='/id/1670413/'>k!</a>&nbsp;
56 <!-- <a href='/id/27'>people</a> -->
57 <a href='/id/21/'>blogs</a>&nbsp;
58 <!-- <a href='/id/29'>news</a> -->
59 <a href='/id/25/'>search</a>&nbsp;
60 <a href='/id/1127438/'>frz&#39;s</a>&nbsp;
61 <a href='/id/{$user_id}/'>me</a>&nbsp;
62 <a href='/id/{$user_id}/configure'>configure</a>&nbsp;&nbsp;
63 <input type='submit' value='logout' name='event' tabindex='23'>
64 </form>
65 </div>
66 <div class="t2"></div>
67 {if $new_mail eq true}
68 <center><a href='/id/1693948' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>
69 {/if}
70
71 {if $error eq true}
72 <center><span align='center' class='most_important'>{$error}</span></center>
73 {/if}
This page took 0.288245 seconds and 4 git commands to generate.