Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / get_last.tpl~
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 border=0 hspace='5' src='{get_image_link id=$child.node_creator}'></a>&nbsp;</td>
6 <td style='width: 100%' valign='top'>
7 <table width=100%><tr class='header' width=100%>
8 <td>
9 parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
10 author: <a href='/{$child.login}'>{$child.login}</a>
11 {if $child.user_action neq false}
12 &nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$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|nl2br|imagestrip}</td></tr>
16 </table>
17 </table>
18 {/foreach}
This page took 0.256813 seconds and 4 git commands to generate.