Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1664674.tpl
1
2 {get_movement_params children_count=$node.node_children_count}
3 {include file="modules/header.tpl"}
4
5 {if $error eq true}
6 <center><font style='error'>{$error}</font></center>
7 {/if}
8
9 {if $user_id eq false}
10 <center>{include file="modules/loginbox.tpl"}</center><br><br>
11 {/if}
12
13 <table width='100%'><tr>
14
15 <!--left column-->
16 <td valign='top' align='center' width='23%'>
17 {* show node info *}
18 {include file="modules/node_settings.tpl"}
19
20 {* showing poll *}
21 {include file="modules/get_poll_box.tpl"}
22 <br>
23 {*showing bookmark_statistics*}
24 {include file="modules/get_bookmark_statistics_box.tpl"}
25 </td>
26 <!--end of left column-->
27
28 <!--main central column-->
29 <td width=66% valign='top'>
30 {*showing node_content*}
31 {include file="modules/node_content.tpl"}
32 {*showing form for adding child node*}
33 <form enctype="multipart/form-data" action='/id/{$node.node_id}/
34 {if $action neq false}{$action}{/if}' method='post' name='formular'>
35
36 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
37 {include file="modules/get_threaded_children.tpl"}
38 </form>
39 <!--end of central column-->
40
41 </td></tr></table>
42
43 {include file="modules/footer.tpl"}
44
This page took 0.282475 seconds and 4 git commands to generate.