Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1961036.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 {if $header_id neq true}
10 <html>
11 <head>
12 <META http-equiv="Default-Style" content="kyberia">
13 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
14 <link rel='stylesheet' title="kyberia" type='text/css' href='/data/css/kyberia.css'>
15 <title>analyza dokazala hovno</title>
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 </head>
29
30 <body>
31 {if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
32 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
33 {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
34 <!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
35 {/if}
36
37
38 {if $error eq true}
39 <center><font style='error'>{$error}</font></center>
40 {/if}
41
42 {if $user_id eq false}
43 <center>{include file="modules/loginbox.tpl"}</center>
44
45 {else}
46
47 <table width='100%'><tr>
48
49 <!--left column-->
50 <td valign='top' align='center' width='23%'>
51 {include file="modules/node_settings.tpl"}
52 {include file="modules/userinfo.tpl"}
53
54 </td>
55 <!--end of left column-->
56
57 <td valign='top'>
58 {get_neurons user_id=$node.node_id}
59 <table class='bordered'>
60 {foreach from=$get_dendrites item=synapse}
61 <tr><td>
62 <a href='/id/{$synapse.node_id}'>{$synapse.node_name}</a>
63 </td></tr>
64 {/foreach}
65 </table>
66 </td>
67 <td valign='top'>
68 <table class='bordered'>
69 {foreach from=$get_axons item=synapse}
70 <tr><td>
71 <a href='/id/{$synapse.node_id}'>{$synapse.node_name}</a>
72 </td></tr>
73 {/foreach}
74 </table>
75
76 </td>
77
78 <!--end of central column-->
79
80 </td></tr></table>
81 {/if}
82
This page took 0.289573 seconds and 4 git commands to generate.