Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 369842.tpl
diff --git a/data/templates/own_templates/369842.tpl b/data/templates/own_templates/369842.tpl
new file mode 100644 (file)
index 0000000..4102a77
--- /dev/null
@@ -0,0 +1,46 @@
+{include file="1549864.tpl"}
+
+{if $error eq true}
+<center><font style='error'>{$error}</font></center>
+{/if}
+
+{if $user_id eq false}
+<center>{include file="1549885.tpl"}</center>
+
+{else}
+
+
+{getCreationByTemplateId template_id="4" creator_id=$node.node_creator listing_amount=232323}
+
+{foreach from=$getCreationByTemplateId item=child}
+{if $child.node_created|date_format:"%Y" eq "2004"}
+
+<div style=''>{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
+<div class='bordered' style='margin-bottom:13px; margin-left:90px;'>
+   <div class='header' style='text-align:left; padding: 2px; padding-bottom:5px; height:auto;'>
+      <a href='/id/{$child.node_id}'>{$child.node_name|escape:"html"}</a>  in  <a href='/id/{$child.node_parent}'>{$child.parent_name|escape:"html"}</a>
+{if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
+   </div>
+   <div>
+     {$child.node_content|truncate:230|stripslashes|escape:"html"}
+   </div>
+</div></div>
+{/if}
+{/foreach}
+
+
+{/if}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This page took 0.138815 seconds and 4 git commands to generate.