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