Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / get_creation_by_type.tpl~~
CommitLineData
e586807d
H
1{get_creation_by_type type=$type listing_amount=$listing_amount offset=$offset}
2{foreach from=$get_creation_by_type item=child}
3<table>
4<tr>
5{if $type eq 8}<td valign='top' width='50' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_parent}'>&nbsp;</td>{/if}
6<td valign='top' width='100%'>
7<table width='100%'><tr class='header' valign='top'>
8<td>
9&nbsp;<a href='/id/{$child.node_parent}'>{$child.login}</a>
10
11{if $child.user_action neq false} &nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]
12
13<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
14<tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
15</table>
16</table>
17{/foreach}
This page took 0.106271 seconds and 4 git commands to generate.