Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 157593.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{get_movement_params children_count=$node.node_children_count}
10{include file="modules/header.tpl"}
11
12
13{if $error eq true}
14<center><span style='error'>{$error}</span></center>
15{/if}
16
17{if $user_id eq false}
18<center>{include file="modules/loginbox.tpl"}</center><br><br>
19{/if}
20
21<table width='100%'><tr>
22
23
24<!--left column-->
25<td valign='top' align='center' width='23%'>
26{* show node info *}
27{include file="modules/node_settings.tpl"}
28
29{* showing poll *}
30{include file="modules/get_poll_box.tpl"}
31<br>
32{*showing bookmark_statistics*}
33{include file="modules/get_bookmark_statistics_box.tpl"}
34</td>
35
36<!--end of left column-->
37
38<!--main central column-->
39<td valign='top'>
40{*showing node_content*}
41{include file="modules/node_content.tpl"}
42
43<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq false}{$action}{/if}' method='post' name='formular'>
44{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
45</form>
46
47{get_nodes_by_parent parent=1571388 listing_amount=666 offset=$offset}
48<span class="important">nodes::</span><br>
49{foreach from=$get_nodes_by_parent item=child}
50<!--
51<input style='height: 11px; width: 11px;' type='checkbox' value='{$child.node_id}' name='node_chosen[]'> -->
52 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}
53 (<a href='/id/{$child.node_creator}'>{$child.login}</a>)<br>
54
55{/foreach}
56<br><br>
57<span class="important">forum::</span>
58{include file="1549839.tpl" children_type=4}
59<!--end of central column-->
60</td></tr></table>
61
62
63{include file="modules/footer.tpl"}
64
This page took 0.165761 seconds and 4 git commands to generate.