Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / article.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {get_movement_params children_count=$node.node_children_count}
10 {include file="modules/header.tpl"}
11
12 {if $error eq true}
13 <center><font style='error'>{$error}</font></center>
14 {/if}
15
16 <table width='100%'><tr>
17
18 <!--left column-->
19 <td valign='top' align='center' width='23%'>
20 {* show node info *}
21 {include file="modules/node_settings.tpl"}
22
23 {* showing poll *}
24 {include file="modules/get_poll_box.tpl"}
25 <br>
26 {*showing bookmark_statistics*}
27 {include file="modules/get_bookmark_statistics_box.tpl"}
28 </td>
29 <!--end of left column-->
30
31 <!--main central column-->
32 <td valign='top'>
33 {*showing node_content*}
34 {include file="modules/node_content.tpl"}
35 {*showing form for adding child node*}
36 {if $permissions.r eq true}{include file="modules/addnode.tpl"}{/if}
37 {include file="modules/get_threaded_children.tpl"}
38 <!--end of central column-->
39
40 </td></tr></table>
41
42 {include file="modules/footer.tpl"}
This page took 0.259153 seconds and 4 git commands to generate.