Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1857250.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 {get_movement_params children_count=$node.node_children_count}
10 {include file="modules/header.tpl"}
11
12 {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
13
14 {foreach from=$get_nodes_by_parent item=child}
15
16
17 <table>
18 <tr>
19 <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
20 <td valign='top' width='100%'>
21 <table width='100%'><tr class='header' valign='top'>
22 <td align='center'>
23 <b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b><br>
24 (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> ,
25 viewed {$child.node_views} times, {$child.node_children_count} submissions
26 )
27 <tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
28 </table>
29 </table>
30 {/foreach}
31
32 {include file="modules/footer.tpl"}
33
34 <form method='post' action='/id/{$node.node_id}'>
35 <br><br><center>pridaj dennik<br><br>{include file="modules/addnode.tpl"}</center>
36 </form>
This page took 0.29086 seconds and 4 git commands to generate.