51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | |
3 | {if $user_id eq false} |
4 | |
5 | {include file="modules/loginbox.tpl"} |
6 | |
7 | |
8 | |
9 | {/if} |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | {* show node info *} |
21 | {include file="modules/node_settings.tpl"} |
22 | |
23 | {* showing poll *} |
24 | {include file="modules/get_poll_box.tpl"} |
25 | |
26 | |
27 | {*showing bookmark_statistics*} |
28 | {include file="modules/get_bookmark_statistics_box.tpl"} |
29 | |
30 | {*showing node_content*} |
31 | {include file="modules/node_content.tpl"} |
32 | {*showing form for adding child node*} |
33 | |
34 | |
35 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
36 | {include file="modules/get_threaded_children.tpl" children_type=4} |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | {include file="modules/footer.tpl"} |