Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / modules / get_last.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_last vector=$vector listing_amount=$listing_amount offset=$offset}
10{foreach from=$get_last item=child}
11<table>
12<tr>
13<td width='100' valign='top' rowspan='2'><a href='/id/{$child.node_creator}'><img border=0 hspace='5' src='{get_image_link id=$child.node_creator}'></a>&nbsp;</td>
14<td style='width: 100%' valign='top'>
15<table width=100%><tr class='header' width=100%>
16<td>
17parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
18author: <a href='/{$child.login}'>{$child.login}</a>
19{if $child.user_action neq false}
20&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
21{/if}
22&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
23<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
24</table>
25</table>
26{/foreach}
This page took 0.137988 seconds and 4 git commands to generate.