51ff3226 |
1 | <table align=center> |
2 | |
3 | <tr> |
4 | <td colspan=2> |
5 | {get_movement_params children_count=$node.node_children_count} |
6 | {include file="modules/header.tpl"} |
7 | |
8 | {if $error eq true} |
9 | {$error} |
10 | {/if} |
11 | |
12 | {if $user_id eq 2133} |
13 | LLUUBBOOSSKKOO |
14 | {/if} |
15 | </td> |
16 | </tr> |
17 | |
18 | |
19 | <tr> |
20 | <td align=center valign=top> |
21 | {* show node info *} |
22 | {include file="modules/node_settings.tpl"} |
23 | |
24 | {* showing poll *} |
25 | {include file="modules/get_poll_box.tpl"} |
26 | |
27 | {*showing bookmark_statistics*} |
28 | {include file="modules/get_bookmark_statistics_box.tpl"} |
29 | </td> |
30 | |
31 | <td valign=top> |
32 | {*showing node_content*} |
33 | {include file="modules/node_content.tpl"} |
34 | {*showing form for adding child node*} |
35 | |
36 | |
37 | |
38 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
39 | |
40 | {include file="modules/get_threaded_children.tpl"} |
41 | |
42 | </td> |
43 | </tr> |
44 | |
45 | <tr> |
46 | <td colspan=2> |
47 | {include file="modules/footer.tpl"} |
48 | </td> |
49 | </tr> |
50 | |
51 | </table> |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |
60 | |