Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1502006.tpl
1 <html>
2 <head>
3 <meta http-equiv="Cache-Control" content="Public">
4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
5
6 <!-- TITLE -->
7 <title>
8 {if $new_mail eq true}
9 {$new_mail}.m@il.from.{$new_mail_name}..
10 {/if}
11 {include file="791948.tpl"}
12 </title>
13
14 {if $node.node_name eq 'mail'}
15 <!-- IN MAIL SCRIPT -->
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 <link rel='stylesheet' type='text/css' href='/data/templates/own_templates/1499805.tpl'>
32
33 <!-- PANEL JS -->
34 <script src='/data/templates/own_templates/1515428.tpl' type='text/javascript'></script>
35
36 </head>
37
38 <body>
39 <!-- HEADER -->
40 <div class="t1">
41 <form enctype="multipart/form-data" action='/id/{$user_id}/' method='post'>
42 <a href='/id/1/'>main</a> ::
43 <a href='/id/101/'>kyb</a> ::
44 <a href='/id/19/'>bookmarks</a> ::
45 {if $new_mail eq true}
46 <a href='/id/24/'><i><b>mail</b></i></a> ::
47 {else}
48 <a href='/id/24/'>mail</a> ::
49 {/if}
50 <a href='http://kyberia.sk/id/23/'>last</a> ::
51 <a href='/id/2024123/'>k!</a> ::
52 <a href='/id/27'>people</a> ::
53 <a href='/id/21/'>blogs</a>::
54 <!-- <a href='/id/29'>news</a> -->
55 <a href='/id/25/'>search</a> ::
56 <a href='/id/2063096/'>a ttack</a> ::
57 <a href='/id/{$user_id}/'>me</a> ::
58 <a href='/id/{$user_id}/1961033'>conf</a> :::
59 <input type='submit' value='logout' name='event' tabindex='23'>
60 </form>
61 </div>
62 <div class="t2"></div>
63
64 <!-- PANEL -->
65 <div id='panel' onmouseout='hideSubmenu();' onmouseover='km();'></div>
66 <script language='JavaScript' type='text/javascript'>p = document.getElementById("panel");</script>
67
68 {if $new_mail eq true}
69 <center><a href='/id/24/' class='mail'>u have {$new_mail} new mail, last from {$new_mail_name}</a></center>
70 {/if}
71
72 {if $error eq true}
73 <center><span align='center' class='most_important'>{$error}</span></center>
74 {/if}
This page took 0.294591 seconds and 4 git commands to generate.