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