big commit
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 369842.tpl
CommitLineData
b42b2bf9
H
1{include file="1549864.tpl"}
2
3{if $error eq true}
4<center><font style='error'>{$error}</font></center>
5{/if}
6
7{if $user_id eq false}
8<center>{include file="1549885.tpl"}</center>
9
10{else}
11
12
13{getCreationByTemplateId template_id="4" creator_id=$node.node_creator listing_amount=232323}
14
15{foreach from=$getCreationByTemplateId item=child}
16{if $child.node_created|date_format:"%Y" eq "2004"}
17
18<div style=''>{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
19<div class='bordered' style='margin-bottom:13px; margin-left:90px;'>
20 <div class='header' style='text-align:left; padding: 2px; padding-bottom:5px; height:auto;'>
21 <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>
22{if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
23 </div>
24 <div>
25 {$child.node_content|truncate:230|stripslashes|escape:"html"}
26 </div>
27</div></div>
28{/if}
29{/foreach}
30
31
32{/if}
33
34
35
36
37
38
39
40
41
42
43
44
45
46
This page took 0.306003 seconds and 4 git commands to generate.