51ff3226 |
1 | |
2 | {get_movement_params children_count=$node.node_children_count} |
3 | {include file="modules/header.tpl"} |
4 | |
5 | {if $error eq true} |
6 | <center><font style="">{$error}</font></center> |
7 | {/if} |
8 | |
9 | {if $user_id eq false} |
10 | |
11 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
12 | {/if} |
13 | |
14 | |
15 | |
16 | <!--left column--> |
17 | |
18 | <!--end of left column--> |
19 | |
20 | <!--main central column--> |
21 | <table width="100%"><tbody><tr><td align="center" valign="top" width="23%"> |
22 | {* show node info *} |
23 | {include file="modules/node_settings.tpl"} |
24 | |
25 | |
26 | {* showing poll *} |
27 | {include file="modules/get_poll_box.tpl"} |
28 | <br> |
29 | {*showing bookmark_statistics*} |
30 | {include file="modules/get_bookmark_statistics_box.tpl"} |
31 | </td><td valign="top" width="66%"> |
32 | {*showing node_content*} |
33 | {include file="modules/node_content.tpl"} |
34 | {*showing form for adding child node*} |
35 | |
36 | <form enctype="multipart/form-data" action="/id/{$node.node_id}/<br /> |
37 | {if $action neq false}{$action}{/if}" method="post" name="formular"> |
38 | |
39 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
40 | {include file="modules/get_threaded_children.tpl"} |
41 | </form> |
42 | <!--end of central column--> |
43 | |
44 | </td></tr></tbody></table> |
45 | |
46 | {include file="modules/footer.tpl"} |