Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1532607.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 <table width='100%' class='bordered'><tr><td>
10
11 {include file="modules/header.tpl"}<br />
12
13 {if $user_id eq false}
14 <center>{include file="modules/loginbox.tpl"}</center><br><br>
15 {/if}
16
17
18 <table width='100%'><tr>
19
20 <!--left column-->
21 <td valign='top' align='center' width='23%'>
22 {* show node info *}
23 {include file="modules/node_settings.tpl"}
24
25 {* showing poll *}
26 {include file="modules/get_poll_box.tpl"}
27 <br>
28 {*showing bookmark_statistics*}
29
30 {include file="modules/get_bookmark_statistics_box.tpl"}
31 </td>
32 <!--end of left column-->
33
34 <!--main central column-->
35 <td width=666 valign='top'>
36 {*showing node_content*}
37 {include file="modules/node_content.tpl"}
38 {*showing form for adding child node*}
39 <form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}'method='post' name='formular'>
40 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
41 </form>
42
43 {get_children listing_amount='23232323232323' offset=$offset types=$children_types}
44
45 {foreach from=$get_children item=child}
46 {$child.depth}
47
48 {if $child.template_id eq 2}
49 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
50 nodeshell:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a> ::
51 (<a href='/id/23/{$child.node_vector}'>posledne</a>,
52 <a href='/id/15/{$child.node_vector}'>k</a>)
53 {if $child.lastdescendant_created > $child.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW DESCENDANT</span>{/if}
54 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
55 {elseif $child.template_id eq 3}
56 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
57 &nbsp;forum:: <a href='/id/{$child.node_id}'>{$child.node_name}</a> ::
58 ({$child.node_children_count} children{if $child.node_user_subchild_count} <span class='most_important'> {$child.node_user_subchild_count} NEW</span>{/if})
59 {if $child.lastdescendant_created > $child.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW DESCENDANT</span>{/if}
60 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
61 {elseif $child.template_id eq 5}
62 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
63 &nbsp;article:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
64 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
65 {elseif $child.template_id eq 12}
66 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
67 &nbsp;data:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
68 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
69 {elseif $child.template_id eq 14}
70 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
71 &nbsp;template:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
72 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
73
74 {elseif $child.template_id eq 4}
75 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
76 &nbsp;submission:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
77 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
78
79 {elseif $child.template_id eq 28}
80 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
81 &nbsp;rss_bot:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
82 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
83
84
85 {else}
86 <input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'>&nbsp;
87 &nbsp;shit:: <a class='important' href='/id/{$child.node_id}'>{$child.node_name}</a>
88 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
89 {/if}
90 {/foreach}
91
92 {get_linked_nodes orderby=$listing_order}
93 {foreach from=$get_linked_nodes item=link}
94 <input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'>&nbsp;
95 link:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> ::
96 (<a href='/id/23/{$link.node_vector}'>posledne</a>,
97 <a href='/id/15/{$link.node_vector}'>k</a>)
98 {if $link.synapse_created > $link.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW LINK</span>{/if}
99 (<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br>
100 {/foreach}
101
102 {foreach from=$get_linked_bookmarks item=link}
103 <input style='height: 11px; width: 11px;' type='checkbox' value='{$link.node_id}' name='node_chosen[]'>&nbsp;
104 bookmark:: <a class='important' href='/id/{$link.node_id}'>{$link.node_name}</a> ::
105 (<a href='/id/23/{$link.node_vector}'>posledne</a>,
106 <a href='/id/15/{$link.node_vector}'>k</a>)
107 {if $link.synapse_created > $link.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW LINK</span>{/if}
108 (<a href='/id/{$link.synapse_creator}'>{$link.login}</a>)<br>
109 {/foreach}
110
111
112 <!--end of central column-->
113
114 </td></tr></table>
115
116 {include file="modules/footer.tpl"}
117
118 </td></tr></table>
119
120
121
122
123
This page took 0.315652 seconds and 4 git commands to generate.