Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 12.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
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 <center><span class='most_important'>download here: <a href='/id/{$node.node_id}/download'>{$node.node_name}</a></span></cen
41 <br><br><br>
42 {*showing form for adding child node*}
43 <form method='post' action='/id/{$node.node_id}'>
44 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
45 </form>
46 {include file="modules/get_threaded_children.tpl"}
47 <center>{include file="modules/movement.tpl"}</center>
48 <!--end of central column-->
49
50 </td></tr></table>
51
52 {include file="modules/footer.tpl"}
This page took 0.271509 seconds and 4 git commands to generate.