51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {* header *}{include file="1549864.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>{* loginbox *}{include file="1549885.tpl"}</center><br><br> |
10 | {/if} |
11 | |
12 | <table width='100%'><tr> |
13 | <!--left column--> |
14 | <td valign='top' align='center' width='23%'> |
15 | {* node_settings *} {include file="1549925.tpl"} |
16 | {* get_poll_box *} {include file="1549834.tpl"} <br> |
17 | {*get_bookmark_statistics_box*} {include file="1549386.tpl"} |
18 | </td> |
19 | <!--end of left column--> |
20 | |
21 | <!--main central column--> |
22 | <td width=666 valign='top'> |
23 | {*node_content*} {include file="1549916.tpl"} |
24 | |
25 | <div style='width:666px; text-align:center;' class='most_important'>download here: <a href='/id/{$node.node_id}/download'>{$node.node_name}</a> </div><br><br><br> |
26 | |
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}{*addnode*}{include file="1548927.tpl"}{/if} {*get_threaded_children*}{include file="1549839.tpl" children_type=4} </form> |
30 | <center>{*movement*}{include file="1549913.tpl"}</center> |
31 | <!--end of central column--> |
32 | </td></tr></table> |
33 | {*footer*}{include file="1549377.tpl"} |