Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 4.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 {get_movement_params children_count=$node.node_children_count}
10 {include file="1549864.tpl"}
11
12 {if $error eq true}
13 <center><font style='error'>{$error}</font></center>
14 {/if}
15
16 {if $user_id eq false}
17 <center>{include file="1549885.tpl"}</center><br><br>
18 {/if}
19
20 <table width='100%'><tr>
21
22 <!--left column-->
23 <td valign='top' align='center' width='23%'>
24 {* show node info *}
25 {include file="1549925.tpl"}
26
27 {* showing poll *}
28 {include file="1549834.tpl"}
29 <br>
30 {*showing bookmark_statistics*}
31 {include file="1549386.tpl"}
32 </td>
33 <!--end of left column-->
34
35 <!--main central column-->
36 <td width=66% valign='top'>
37 {*showing node_content*}
38 {include file="1549916.tpl"}
39 {*showing form for adding child node*}
40 <form enctype="multipart/form-data" action='/id/{$node.node_id}/
41 {if $action neq false}{$action}{/if}' method='post' name='formular'>
42
43 {if $permissions.w eq true}{include file="1548927.tpl"}{/if}
44 {include file="1549839.tpl"}
45 </form>
46 <!--end of central column-->
47
48 </td></tr></table>
49
50 {include file="1549377.tpl"}
51
52
53
54
55
56
57
This page took 0.270096 seconds and 4 git commands to generate.