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