Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1075821.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='stylesheet' type='text/css' href='/id/1069463/download'>
14 <title>virtual office slobodna volba</title>
15 </head>
16 <body>
17 <!--<center><img src='http://kyberia.sk/id/1069461/download'></center>-->
18 <table><tr><td valign='top' width='230'>
19 {get_children listing_amount='23232323232323' offset=$offset types=$children_types}
20 {foreach from=$get_children item=child}
21 {$child.depth}
22 <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a><br>
23 {/foreach}
24
25 <!-- SHOWING USERLIST IN LEFT COLUMN-->
26 {get_userlist vector='00000103'}
27 <table cellspacing='0' cellpadding='0'>
28 {if $active_friends eq true}
29 <tr><td width=100%>
30 <span class='important'><center>friends</center></span>
31 {foreach from=$active_friends item=node_visitor}
32 <div class='active_user'><div class='active_user_img'><a href='/id/{$node_visitor.user_id}/'>
33 <img border='0' name='{$node_visitor.login}' width='50' height='50' alt='{$node_visitor.login}' src='{get_image_link id=$node_visitor.user_id}'>
34 </a></div></div>
35 {/foreach}
36 <!--END OF USERLIST-->
37
38 </td></tr>
39 <tr><td width=100%>
40 <span class='important'><center>users</center></span>
41 {foreach from=$active_users item=node_visitor}
42 <div class='active_user'><div class='active_user_img'><a href='/id/{$node_visitor.user_id}/'>
43 <img border='0' name='{$node_visitor.login}' width='50' height='50' alt='{$node_visitor.login}' src='{get_image_link id=$node_visitor.user_id}'>
44 </a></div></div>
45 {/foreach}
46 {/if}
47
48 </table>
49
50 <!--main central column-->
51 <td valign='top'>
52 {*showing node_content*}
53 <table><tr><td>datovy bod:</td><td><a href='/id/{$node.node_id}'>{$node.node_name}</a></td></tr>
54 <tr><td>rodicovsky datovy bod:</td><td><a href='/id/{$node.node_parent}'>{$node.node_parent_name}</a></td>
55 <tr><td>vytvoril:</td><td><a href='/id/{$node.node_creator}'>{$node.owner}</a></td>
56 <tr><td>datum:</td><td>{$node.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</td></tr>
57 </table>
58 <br>
59 {include file="modules/node_content.tpl"}
60 <form enctype="multipart/form-data" action='/id/{$node.node_id}/
61 {if $action neq false}{$action}{/if}' method='post' name='formular'>
62 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
63 {* getting and showing nodeshell children *}
64 {include file="modules/get_threaded_children.tpl"}
65
66
67 {* get_nodeshell_children.tpl *}
68 </form>
69 <!--end of central column-->
70
71 </td>
72
73 </tr></table>
74
75 {include file="modules/footer.tpl"}
76 </td>
77 </tr></table>
78 </body>
79 </html>
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
This page took 0.297637 seconds and 4 git commands to generate.