51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {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>{include file="1549885.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="1549925.tpl"} |
18 | |
19 | {* showing poll *} |
20 | {include file="1549834.tpl"} |
21 | <br> |
22 | {*showing bookmark_statistics*} |
23 | {include file="1549386.tpl"} |
24 | </td> |
25 | <!--end of left column--> |
26 | |
27 | <!--main central column--> |
28 | <td width=66% valign='top'> |
29 | {*showing node_content*} |
30 | <pre> |
31 | {$node.node_content|escape: "html"} |
32 | </pre> |
33 | |
34 | {*showing form for adding child node*} |
35 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/ |
36 | {if $action neq false}{$action}{/if}' method='post' name='formular'> |
37 | |
38 | {if $permissions.w eq true}{include file="1548927.tpl"}{/if} |
39 | {include file="1549839.tpl"} |
40 | </form> |
41 | <!--end of central column--> |
42 | |
43 | </td></tr></table> |
44 | |
45 | {include file="1549377.tpl"} |