Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2084340.tpl
1 {get_movement_params children_count=$node.node_children_count}
2
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}
10 {get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
11 {/if}
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%'>
20 <table width='100%' {if $friends[$child.node_creator] eq true}class='hilight'{/if}><tr class='header' valign='top'>
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> ,
24 viewed {$child.node_views} times, {$child.node_children_count} submissions, {if $child.k > 0}<span class='most_important'>{$child.k}K</span>{/if})
25 {if $child.node_user_subchild_count eq true} <span class='most_important'>{$child.node_user_subchild_count} NEW</span>{/if}
26 <tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
27 </table>
28 </table>
29 {/foreach}
30
31 <form method='post' action='/id/{$node.node_id}'>
32 <br><br><center>pridaj dennik<br><br>{include file="1548927.tpl"}</center>
33 </form>
34
35 {include file="1549377.tpl"}
This page took 0.242211 seconds and 4 git commands to generate.