1 {get_last vector=$vector listing_amount=$listing_amount offset=$offset}
2 {foreach from=$get_last item=child}
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> </td>
6 <td style='width: 100%' valign='top'>
7 <table width=100%><tr class='header' width=100%>
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 [lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
14 {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}
15 <tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>