51ff3226 |
1 | <table width='100%' class='bordered'><tr><td> |
2 | |
3 | {include file="modules/header.tpl"}<br /> |
4 | |
5 | {if $user_id eq false} |
6 | <center>{include file="modules/loginbox.tpl"}</center><br><br> |
7 | {/if} |
8 | |
9 | |
10 | <table width='100%'><tr> |
11 | |
12 | <!--left column--> |
13 | <td valign='top' align='center' width='23%'> |
14 | {* show node info *} |
15 | {include file="modules/node_settings.tpl"} |
16 | |
17 | {* showing poll *} |
18 | {include file="modules/get_poll_box.tpl"} |
19 | <br> |
20 | {*showing bookmark_statistics*} |
21 | |
22 | {include file="modules/get_bookmark_statistics_box.tpl"} |
23 | </td> |
24 | <!--end of left column--> |
25 | |
26 | <!--main central column--> |
27 | <td width=666 valign='top'> |
28 | {*showing node_content*} |
29 | {include file="modules/node_content.tpl"} |
30 | {*showing form for adding child node*} |
31 | <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'> |
32 | {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} |
33 | </form> |
34 | |
35 | {get_children listing_amount='23232323232323' offset=$offset types=$children_types} |
36 | |
37 | {foreach from=$get_children item=child} |
38 | {$child.depth} |
39 | |
40 | {if $child.template_id eq 2} |
41 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
42 | nodeshell:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> :: |
43 | (<a href='/id/23/{$child.node_vector}'>posledne</a>, |
44 | <a href='/id/15/{$child.node_vector}'>k</a>) |
45 | {if $child.lastdescendant_created > $child.last_visit}<span class='most_important'> NEW DESCENDANT</span>{/if} |
46 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
47 | {elseif $child.template_id eq 3} |
48 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
49 | forum:: <a href='/id/{$child.node_id}'>{$child.node_name}</a> :: |
50 | ({$child.node_children_count} children{if $child.node_user_subchild_count} <span class='most_important'> {$child.node_user_subchild_count} NEW</span>{/if}) |
51 | {if $child.lastdescendant_created > $child.last_visit}<span class='most_important'> NEW DESCENDANT</span>{/if} |
52 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
53 | {elseif $child.template_id eq 5} |
54 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
55 | article:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
56 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
57 | {elseif $child.template_id eq 12} |
58 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
59 | data:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
60 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
61 | {elseif $child.template_id eq 14} |
62 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
63 | template:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
64 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
65 | |
66 | {elseif $child.template_id eq 4} |
67 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
68 | submission:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
69 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
70 | |
71 | {elseif $child.template_id eq 28} |
72 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
73 | rss_bot:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
74 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
75 | |
76 | |
77 | {else} |
78 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> |
79 | shit:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> |
80 | (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br> |
81 | {/if} |
82 | {/foreach} |
83 | |
84 | {get_linked_nodes orderby=$listing_order} |
85 | {foreach from=$get_linked_nodes item=link} |
86 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'> |
87 | link:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> :: |
88 | (<a href='/id/23/{$link.node_vector}'>posledne</a>, |
89 | <a href='/id/15/{$link.node_vector}'>k</a>) |
90 | {if $link.synapse_created > $link.last_visit}<span class='most_important'> NEW LINK</span>{/if} |
91 | (<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br> |
92 | {/foreach} |
93 | |
94 | {foreach from=$get_linked_bookmarks item=link} |
95 | <input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'> |
96 | bookmark:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> :: |
97 | (<a href='/id/23/{$link.node_vector}'>posledne</a>, |
98 | <a href='/id/15/{$link.node_vector}'>k</a>) |
99 | {if $link.synapse_created > $link.last_visit}<span class='most_important'> NEW LINK</span>{/if} |
100 | (<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br> |
101 | {/foreach} |
102 | |
103 | |
104 | <!--end of central column--> |
105 | |
106 | </td></tr></table> |
107 | |
108 | {include file="modules/footer.tpl"} |
109 | |
110 | </td></tr></table> |
111 | |
112 | |
113 | |
114 | |
115 | |