Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2013212.tpl
diff --git a/data/templates/own_templates/2013212.tpl b/data/templates/own_templates/2013212.tpl
new file mode 100644 (file)
index 0000000..3f7cce3
--- /dev/null
@@ -0,0 +1,15 @@
+{getCreationByTemplateId template_id="4" creator_id=$node.node_creator listing_ammount=23232323232323323 offset=0}
+
+{foreach from=$getCreationByTemplateId item=child}
+
+<div class='bordered' style='margin-bottom:13px'>
+<div class='header' style='text-align:center; height: 3em'>
+<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} [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"}
+</div>
+<div>
+{$child.node_content|stripslashes}
+</div>
+</div>
+
+{/foreach}
This page took 0.105395 seconds and 4 git commands to generate.