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