Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1492891.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<a href='/id/1492891/configure'>cnf</a>
13
14
15
16
17
18{get_nodes_by_parent parent=0 listing_amount=$listing_amount offset=$offset}
19
20
21{foreach from=$get_nodes_by_parent item=child}
22
23<div style='margin-top: 10px;'>
24<img width='50' hspace='5' src='{get_image_link id=$child.node_creator}' style='float:left; margin-right:5px;'><div style='background:#333;'>
25<a href='/id/{$child.node_id}'>{$child.node_name}</a> <br> (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> viewed {$child.node_views} times, {$child.node_children_count} submissions
26<br style='clear:left;'></div>
27<div style='margin-top: 5px;'>{$child.node_content} </div>
28</div>
29
30{/foreach}
31
32
33{include file="modules/footer.tpl"}
34
35
36
37
38
39
40
41
42
This page took 0.139752 seconds and 4 git commands to generate.