Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1478919.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<div class="position:absolute;left:10px;top:10px;text-align:left">
13{if $error eq true}
14{$error}
15{/if}
16{if $user_id eq false}
17{include file="modules/loginbox.tpl"}
18{/if}
19</div>
20<div class="position:absolute;left:10px;top:20px;text-align:right">
21{*showing node_content*} {* show node info *}
22{include file="modules/node_content.tpl"}
23</div>
24<div class="position:absolute;top:20;left: 70%;text-align:right">
25{include file="modules/node_settings.tpl"}
26
27 {* showing poll *}
28 {include file="modules/get_poll_box.tpl"}
29 {*showing bookmark_statistics*}
30 {include file="modules/get_bookmark_statistics_box.tpl"}
31</div>
32<div class="text-align:left">
33{*showing form for adding child node*}
34{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
35{include file="modules/get_threaded_children.tpl"}
36</div>
37{include file="modules/footer.tpl"}
38
39
40
This page took 0.139808 seconds and 4 git commands to generate.