Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / article.tpl~
1 LALALAL
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 <table width='100%'><tr>
10
11 <!--left column-->
12 <td valign='top' align='center' width='23%'>
13 {* show node info *}
14 {include file="modules/node_settings.tpl"}
15
16 {* showing poll *}
17 {include file="modules/get_poll_box.tpl"}
18 <br>
19 {*showing bookmark_statistics*}
20 {include file="modules/get_bookmark_statistics_box.tpl"}
21 </td>
22 <!--end of left column-->
23
24 <!--main central column-->
25 <td valign='top'>
26 {*showing node_content*}
27 {include file="modules/node_content.tpl"}
28 {*showing form for adding child node*}
29 {if $permissions.r eq true}{include file="modules/addnode.tpl"}{/if}
30 {include file="modules/get_threaded_children.tpl"}
31 <!--end of central column-->
32
33 </td></tr></table>
34
35 {include file="modules/footer.tpl"}
This page took 0.26456 seconds and 4 git commands to generate.