51ff3226 |
1 | {get_movement_params children_count=$node.node_children_count} |
2 | {include file="modules/header.tpl"} |
3 | |
4 | |
5 | {if $error eq true} |
6 | <center><span style='error'>{$error}</span></center> |
7 | {/if} |
8 | |
9 | {if $user_id eq false} |
10 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
11 | {/if} |
12 | |
13 | <table width='100%'><tr> |
14 | |
15 | |
16 | <!--left column--> |
17 | <td valign='top' align='center' width='23%'> |
18 | {* show node info *} |
19 | {include file="modules/node_settings.tpl"} |
20 | |
21 | {* showing poll *} |
22 | {include file="modules/get_poll_box.tpl"} |
23 | <br> |
24 | {*showing bookmark_statistics*} |
25 | {include file="modules/get_bookmark_statistics_box.tpl"} |
26 | </td> |
27 | |
28 | <!--end of left column--> |
29 | |
30 | <!--main central column--> |
31 | <td valign='top'> |
32 | {*showing node_content*} |
33 | {include file="modules/node_content.tpl"} |
34 | |
35 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'> |
36 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
37 | </form> |
38 | |
39 | {get_nodes_by_parent parent=1571388 listing_amount=666 offset=$offset} |
40 | <span class="important">nodes::</span><br> |
41 | {foreach from=$get_nodes_by_parent item=child} |
42 | <!-- |
43 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> --> |
44 | recycled:: <a href='/id/{$child.node_id}'>{$child.node_id}||{$child.node_name}</a> :: {if $child.node_creator eq $user_id or $child.node_permission eq 'master' or $child.node_permission eq 'op'}(<a href='/id/{$child.node_id}/1961033'>configure</a>){/if} |
45 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
46 | |
47 | {/foreach} |
48 | <br><br> |
49 | <span class="important">forum::</span> |
50 | {include file="1549839.tpl" children_type=4} |
51 | <!--end of central column--> |
52 | </td></tr></table> |
53 | |
54 | |
55 | {include file="modules/footer.tpl"} |
56 | |