Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 21.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{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> ,
25viewed {$child.node_views} times, {$child.node_children_count} submissions
26 {if $child.node_user_subchild_count eq true} <span class='most_important'>{$child.node_user_subchild_count} NEW</span>{/if}
27 )
28<tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
29</table>
30</table>
31{/foreach}
32
33{include file="modules/footer.tpl"}
34
35<form method='post' action='/id/{$node.node_id}'>
36<br><br><center>pridaj dennik<br><br>{include file="modules/addnode.tpl"}</center>
37</form>
38
39
40
41
42
43
44
45
46
47
48
49
This page took 0.145121 seconds and 4 git commands to generate.