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