Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549469.tpl
diff --git a/data/templates/own_templates/1549469.tpl b/data/templates/own_templates/1549469.tpl
new file mode 100644 (file)
index 0000000..05b28ab
--- /dev/null
@@ -0,0 +1,23 @@
+{get_creation_by_template_id template_id=$node.template_id listing_amount=$listing_amount offset=$offset}
+{foreach from=$get_creation_by_template_id item=child}
+       {if $type eq 11}
+               {get_poll poll=$child}
+                       {include file="modules/show_poll.tpl" get_poll=$get_poll}
+                       <br>
+
+       {else}
+               <table width='100%' class='bordered'>
+               <tr>
+               {if $type eq 8}<td valign='top' width='50' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_parent}'>&nbsp;</td>{/if}
+               <td valign='top'>
+               <table width='100%'><tr class='header' valign='top'>
+                       <td align='center'>
+                       &nbsp;<a href='/id/{$child.node_id}'>{$child.node_name}</a>  in  <a href='/id/{$child.node_parent}'>{$child.parent_name}</a>
+                       {if $child.user_action neq false} &nbsp;[lokacia :: <a href='/{$child.user_action}/'>{$child.user_action}</a>]{/if}
+                       <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
+                       <tr><td>{$child.node_content|truncate:230|stripslashes}</td></tr>
+               </table>
+               </table>
+               <br>
+       {/if}
+{/foreach}
This page took 0.104018 seconds and 4 git commands to generate.