Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1269725.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=&quot;modules/header.tpl&quot;}
11
12 {if $error eq true}
13 &lt;center&gt;&lt;font style='error'&gt;{$error}&lt;/font&gt;&lt;/center&gt;
14 {/if}
15
16 {if $user_id eq false}
17 &lt;center&gt;{include file=&quot;modules/loginbox.tpl&quot;}&lt;/center&gt;&lt;br&gt;&lt;br&gt;
18 {/if}
19
20 &lt;table width='100%'&gt;&lt;tr&gt;
21
22 &lt;!--left column--&gt;
23 &lt;td valign='top' align='center' width='23%'&gt;
24 {* show node info *}
25 {include file=&quot;modules/node_settings.tpl&quot;}
26
27 {* showing poll *}
28 {include file=&quot;modules/get_poll_box.tpl&quot;}
29 &lt;br&gt;
30 {*showing bookmark_statistics*}
31 {include file=&quot;modules/get_bookmark_statistics_box.tpl&quot;}
32 &lt;/td&gt;
33 &lt;!--end of left column--&gt;
34
35 &lt;!--main central column--&gt;
36 &lt;td valign='top'&gt;
37 {*showing node_content*}
38 {include file=&quot;modules/node_content.tpl&quot;}
39 {*showing form for adding child node*}
40 &lt;form enctype=&quot;multipart/form-data&quot; action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'&gt;
41 {if $permissions.r eq true}{include file=&quot;modules/addnode.tpl&quot;}{/if}
42 {include file=&quot;modules/get_threaded_children.tpl&quot;}
43 &lt;/form&gt;
44 &lt;!--end of central column--&gt;
45
46 &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
47
48 {include file=&quot;modules/footer.tpl&quot;}
49
50
This page took 0.327312 seconds and 4 git commands to generate.