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