Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1434513.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 <table align=center>
10
11 <tr>
12 <td colspan=2>
13 {get_movement_params children_count=$node.node_children_count}
14 {include file="modules/header.tpl"}
15
16 {if $error eq true}
17 {$error}
18 {/if}
19
20 {if $user_id eq 2133}
21 LLUUBBOOSSKKOO
22 {/if}
23 </td>
24 </tr>
25
26
27 <tr>
28 <td align=center valign=top>
29 {* show node info *}
30 {include file="modules/node_settings.tpl"}
31
32 {* showing poll *}
33 {include file="modules/get_poll_box.tpl"}
34
35 {*showing bookmark_statistics*}
36 {include file="modules/get_bookmark_statistics_box.tpl"}
37 </td>
38
39 <td valign=top>
40 {*showing node_content*}
41 {include file="modules/node_content.tpl"}
42 {*showing form for adding child node*}
43
44
45
46 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
47
48 {include file="modules/get_threaded_children.tpl"}
49
50 </td>
51 </tr>
52
53 <tr>
54 <td colspan=2>
55 {include file="modules/footer.tpl"}
56 </td>
57 </tr>
58
59 </table>
60
61
62
63
64
65
66
67
68
This page took 0.287589 seconds and 4 git commands to generate.