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