Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1041756.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{if $error eq true}
13<center><font style='error'>{$error}</font></center>
14{/if}
15
16{if $user_id eq false}
17<center>{include file="modules/loginbox.tpl"}</center><br><br>
18{/if}
19
20<table width='100%'><tr>
21
22<!--left column-->
23<td valign='top' align='center' width='23%'>
24{* show node info *}
25{include file="modules/node_settings.tpl"}
26
27{* showing poll *}
28{include file="modules/get_poll_box.tpl"}
29<br>
30{*showing bookmark_statistics*}
31{include file="modules/get_bookmark_statistics_box.tpl"}
32</td>
33<!--end of left column-->
34
35<!--main central column-->
36<td width=66% valign='top'>
37{*showing node_content*}
38{get_children listing_amount='23232323232323' offset=$offset}
39<table width='100%' align='center'><tr>
40{foreach name=picz from=$get_children item=child}
41{if $smarty.foreach.picz.iteration is div by 5}</tr><tr>{/if}
42<td width='190'>
43 <table>
44 <tr><td class='important'>{$child.node_name}</td></tr>
45 <tr>
46 <td><a href='/id/{$child.node_id}/'><img border='0' name='{$child.node_name}' src='{get_image_link id=$child.node_id}'></a>
47
48 </tr>
49 </table>
50</td>
51{/foreach}
52</tr>
53</table>
54
55{*showing form for adding child node*}
56<form method='post' action='/id/{$node.node_id}'>
57{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
58</form>
59
60<center>{include file="modules/movement.tpl"}</center>
61<!--end of central column-->
62
63</td></tr></table>
64
65{include file="modules/footer.tpl"}
66
67
68
This page took 0.143458 seconds and 4 git commands to generate.