big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2084340.tpl
CommitLineData
e586807d 1{get_movement_params children_count=$node.node_children_count}
e586807d 2
b42b2bf9
H
3{if $header_id neq true}
4{include file="1549864.tpl"}
5{/if}
6
7{if $node.node_user_subchild_count eq true}
8{get_nodes_by_parent time=$node.last_visit parent=21 time=$node.last_visit listing_amount=$listing_amount offset=$offset}
9{else}
e586807d 10{get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
b42b2bf9 11{/if}
e586807d
H
12
13{foreach from=$get_nodes_by_parent item=child}
14
15
16<table>
17<tr>
18<td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
19<td valign='top' width='100%'>
b42b2bf9 20<table width='100%' {if $friends[$child.node_creator] eq true}class='hilight'{/if}><tr class='header' valign='top'>
e586807d
H
21<td align='center'>
22 <b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b><br>
23 (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> ,
b42b2bf9 24viewed {$child.node_views} times, {$child.node_children_count} submissions, {if $child.k > 0}<span class='most_important'>{$child.k}K</span>{/if})
e586807d 25 {if $child.node_user_subchild_count eq true} <span class='most_important'>{$child.node_user_subchild_count} NEW</span>{/if}
e586807d
H
26<tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
27</table>
28</table>
29{/foreach}
30
e586807d 31<form method='post' action='/id/{$node.node_id}'>
b42b2bf9 32<br><br><center>pridaj dennik<br><br>{include file="1548927.tpl"}</center>
e586807d
H
33</form>
34
b42b2bf9 35{include file="1549377.tpl"}
This page took 0.332608 seconds and 4 git commands to generate.