Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 23.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{*IGNORE USER CONDITION*}{if $ignore[$child.node_creator] neq true}
36<table>
37<tr>
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>&nbsp;</td>
39<td style='width: 100%' valign='top'>
40<table width=100%><tr class='header' width=100%>
41<td>
42<a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
43author: <a href='/id/{$child.node_creator}'>{$child.login}</a>
44{if $child.user_action neq false}
45&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
46{/if}
47&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
48{if $child.k > 0} [{$child.k}K]{/if}
49<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
50</table>
51</table>
52{/if}{*IGNORE USER CONDITION end*}
53{/foreach}
54<!--end of central column-->
55
56</td></tr></table>
57{/if}
58
59{*footer*}{include file="1549377.tpl"}
This page took 0.238642 seconds and 4 git commands to generate.