Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 23.tpl
diff --git a/data/templates/own_templates/23.tpl b/data/templates/own_templates/23.tpl
new file mode 100644 (file)
index 0000000..958cc1c
--- /dev/null
@@ -0,0 +1,59 @@
+{get_movement_params}
+{* header *}{include file="1549864.tpl"}
+
+{if $error eq true}
+<center><font style='error'>{$error}</font></center>
+{/if}
+
+{if $user_id eq false}
+<center>{* loginbox *}{include file="1549885.tpl"}</center>
+
+{else}
+
+<table width='100%'><tr>
+
+<!--left column-->
+<!--end of left column-->
+
+<!--main central column-->
+<td valign='top'>
+<form method='post'>
+<table align='center'><tr>
+<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
+<td><input type='submit' name='get_children_move' value='<'></td>
+<td><input type='submit' name='get_children_move' value='<<'></td>
+<td><input name='get_children_move' type='submit' value='>>'></td>
+<td><input type='submit' name='get_children_move' value='>'></td>
+</tr></table>
+</form>
+{if $node.node_id eq 23}
+{get_last vector=0 listing_amount=$listing_amount offset=$offset}
+{else}{get_last listing_amount=$listing_amount offset=$offset}
+{/if}
+
+{foreach from=$get_last item=child}
+{*IGNORE USER CONDITION*}{if $ignore[$child.node_creator] neq true}
+<table>
+<tr>
+<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>
+<td style='width: 100%' valign='top'>
+<table width=100%><tr class='header' width=100%>
+<td>
+<a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a><br>
+author: <a href='/id/{$child.node_creator}'>{$child.login}</a>
+{if $child.user_action neq false}
+&nbsp;[lokacia :: <a href='/id/{$child.user_action_id}/'>{$child.user_action}</a>]
+{/if}
+&nbsp;&nbsp;{$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}&nbsp;
+{if $child.k > 0} [{$child.k}K]{/if}
+<tr><td>{$child.node_content|stripslashes|nl2br|imagestrip}</td></tr>
+</table>
+</table>
+{/if}{*IGNORE USER CONDITION end*}
+{/foreach}
+<!--end of central column-->
+
+</td></tr></table>
+{/if}
+
+{*footer*}{include file="1549377.tpl"}
\ No newline at end of file
This page took 0.149135 seconds and 4 git commands to generate.