Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2390009.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 {*get_bookmark_statistics_box*} {include file="1549386.tpl"}
19 </td>
20 <!--end of left column-->
21
22 <!--main central column-->
23 <td width=66% valign='top'>
24 {*node_content*}
25 <div class='bordered' id='topic'>
26 <span style='font-face:monospace'>{$node.node_content|nl2br|replace:'...':'&hellip;'}</span>
27 </div><br /><br />
28 {*showing form for adding child node*}
29 <form enctype="multipart/form-data" action='/id/{$node.node_id}/
30 {if $action neq false}{$action}{/if}' method='post' name='formular'>
31
32 {if $permissions.w eq true}{include file="1548927.tpl"}{else}{* read-only *}{include file="2264143.tpl"}{/if}
33 {include file="1549839.tpl"}
34 </form>
35 <!--end of central column-->
36
37 </td></tr></table>
38
39 {*footer*}{include file="1549377.tpl"}
40
41
This page took 0.274971 seconds and 4 git commands to generate.