images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 21.tpl
diff --git a/data/templates/own_templates/21.tpl b/data/templates/own_templates/21.tpl
new file mode 100644 (file)
index 0000000..bf8eea6
--- /dev/null
@@ -0,0 +1,35 @@
+{get_movement_params children_count=$node.node_children_count}
+
+{if $header_id neq true}
+{include file="1549864.tpl"}
+{/if}
+
+{if $node.node_user_subchild_count eq true}
+{get_nodes_by_parent time=$node.last_visit parent=21 time=$node.last_visit listing_amount=$listing_amount offset=$offset}
+{else}
+{get_nodes_by_parent parent=21 listing_amount=$listing_amount offset=$offset}
+{/if}
+
+{foreach from=$get_nodes_by_parent item=child}
+
+
+<table>
+<tr>
+<td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'>&nbsp;</td>
+<td valign='top' width='100%'>
+<table width='100%' {if $friends[$child.node_creator] eq true}class='hilight'{/if}><tr class='header' valign='top'>
+<td align='center'>
+        <b><a href='/id/{$child.node_id}'>{$child.node_name}</a></b><br>
+        (written by <a href='/id/{$child.node_creator}'>{$child.login}</a> ,
+viewed {$child.node_views} times, {$child.node_children_count} submissions, {if $child.k > 0}<span class='most_important'>{$child.k}K</span>{/if})
+        {if $child.node_user_subchild_count eq true} <span class='most_important'>{$child.node_user_subchild_count} NEW</span>{/if}
+<tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
+</table>
+</table>
+{/foreach}
+
+<form method='post' action='/id/{$node.node_id}'>
+<br><br><center>pridaj dennik<br><br>{include file="1548927.tpl"}</center>
+</form>
+
+{include file="1549377.tpl"}
\ No newline at end of file
This page took 0.116109 seconds and 4 git commands to generate.