2 {* header *}{include file="1549864.tpl"}
5 <center><font style='error'>{$error}</font></center>
9 <center>{* loginbox *}{include file="1549885.tpl"}</center>
13 <table width='100%'><tr>
16 <!--end of left column-->
18 <!--main central column-->
21 <table align='center'><tr>
22 <td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
23 <td><input type='submit' name='get_children_move' value='<'></td>
24 <td><input type='submit' name='get_children_move' value='<<'></td>
25 <td><input name='get_children_move' type='submit' value='>>'></td>
26 <td><input type='submit' name='get_children_move' value='>'></td>
29 {if $node.node_id eq 23}
30 {get_last vector=0 listing_amount=$listing_amount offset=$offset}
31 {else}{get_last listing_amount=$listing_amount offset=$offset}
34 {foreach from=$get_last item=child}
37 <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>
38 <td style='width: 100%' valign='top'>
39 <table width=100%><tr class='header' width=100%>
41 parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
42 author: <a href='/{$child.login}'>{$child.login}</a>
43 {if $child.user_action neq false}
44 [lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
46 {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}
47 <tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
51 <!--end of central column-->
56 {*footer*}{include file="1549377.tpl"}