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}
35 {*IGNORE USER CONDITION*}{if $ignore[$child.node_creator] neq true}
38 <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}' width='50'></a> </td>
39 <td style='width: 100%' valign='top'>
40 <table width=100%><tr class='header' width=100%>
42 <a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
43 author: <a href='/id/{$child.node_creator}'>{$child.login}</a>
44 {if $child.user_action neq false}
45 [lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
47 {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}
48 {if $child.k > 0} [{$child.k}K]{/if}
49 <tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
52 {/if}{*IGNORE USER CONDITION end*}
54 <!--end of central column-->
59 {*footer*}{include file="1549377.tpl"}