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 | |
9 | {if $user_id eq false} |
10 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
11 | {/if} |
12 | |
13 | <table width='100%'><tr> |
14 | |
15 | <!--left column--> |
16 | <td valign='top' align='center' width='23%'> |
17 | {* show node info *} |
18 | {include file="modules/node_settings.tpl"} |
19 | |
20 | |
21 | {* showing poll *} |
22 | {include file="modules/get_poll_box.tpl"} |
23 | <br> |
24 | {*showing bookmark_statistics*} |
25 | {include file="modules/get_bookmark_statistics_box.tpl"} |
26 | </td> |
27 | <!--end of left column--> |
28 | |
29 | <!--main central column--> |
30 | <td valign='top'> |
31 | {*showing node_content*} |
32 | {include file="modules/node_content.tpl"} |
33 | |
34 | <!--end of central column--> |
35 | </td></tr></table> |
36 | |
37 | {include file="modules/footer.tpl"} |
38 | |