Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1970364.tpl
CommitLineData
b42b2bf9
H
1{get_movement_params}
2{* header *}{include file="1549864.tpl"}
3
4{if $error eq true}
5<center><font style='error'>{$error}</font></center>
6{/if}
7
8{if $user_id eq false}
9<center>{* loginbox *}{include file="1549885.tpl"}</center>
10
11{else}
12
13<table width='100%'><tr>
14
15<!--left column-->
16<!--end of left column-->
17
18<!--main central column-->
19<td valign='top'>
20<form method='post'>
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>
27</tr></table>
28</form>
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}
32{/if}
33
34{foreach from=$get_last item=child}
35<table>
36<tr>
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>&nbsp;</td>
38<td style='width: 100%' valign='top'>
39<table width=100%><tr class='header' width=100%>
40<td>
41parent: <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
42author: <a href='/{$child.login}'>{$child.login}</a>
43{if $child.user_action neq false}
44&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
45{/if}
46&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
47<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
48</table>
49</table>
50{/foreach}
51<!--end of central column-->
52
53</td></tr></table>
54{/if}
55
56{*footer*}{include file="1549377.tpl"}
57
58
59
60
This page took 0.240839 seconds and 4 git commands to generate.