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