Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / 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 style='width: 100%' valign='top'>
14<table width=100%><tr class='header' width=100%>
15<td>
16parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
17author: <a href='/{$child.login}'>{$child.login}</a>
18{if $child.user_action neq false}
19&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
20{/if}
21&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
22<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
23</table>
24</table>
25{/foreach}
This page took 0.131509 seconds and 4 git commands to generate.