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