Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1664674.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
10{get_movement_params children_count=$node.node_children_count}
11{include file="modules/header.tpl"}
12
13{if $error eq true}
14<center><font style='error'>{$error}</font></center>
15{/if}
16
17{if $user_id eq false}
18<center>{include file="modules/loginbox.tpl"}</center><br><br>
19{/if}
20
21<table width='100%'><tr>
22
23<!--left column-->
24<td valign='top' align='center' width='23%'>
25{* show node info *}
26{include file="modules/node_settings.tpl"}
27
28{* showing poll *}
29{include file="modules/get_poll_box.tpl"}
30<br>
31{*showing bookmark_statistics*}
32{include file="modules/get_bookmark_statistics_box.tpl"}
33</td>
34<!--end of left column-->
35
36<!--main central column-->
37<td width=66% valign='top'>
38{*showing node_content*}
39{include file="modules/node_content.tpl"}
40{*showing form for adding child node*}
41<form enctype="multipart/form-data" action='/id/{$node.node_id}/
42{if $action neq false}{$action}{/if}' method='post' name='formular'>
43
44{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
45{include file="modules/get_threaded_children.tpl"}
46</form>
47<!--end of central column-->
48
49</td></tr></table>
50
51{include file="modules/footer.tpl"}
52
This page took 0.157068 seconds and 4 git commands to generate.