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