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