Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1888361.tpl
1 {include file="1549864.tpl"}
2
3 {if $error eq true}
4 <center><font style='error'>{$error}</font></center>
5 {/if}
6
7
8 {if $user_id eq false}
9 <center>{include file="1549885.tpl"}</center>
10
11 {else}
12
13
14 {getCreationByTemplateId template_id="4" creator_id=$node.node_creator listing_amount=232323}
15 {foreach from=$getCreationByTemplateId item=child}
16 {if $child.node_created|date_format:"%m.%Y" eq "03.2004"}
17 <div style='float:left;'>{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</div>
18
19
20 <div class='bordered' style='margin-bottom:13px; float:right;'>
21 <div class='header' style='text-align:left; padding: 2px; padding-bottom:5px; height:auto;'>
22 <a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name}</a>
23 {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
24 </div>
25
26 <div>
27 {$child.node_content|truncate:230|stripslashes|escape:"html"}<br />
28 </div>
29 </div>
30 {/if}
31 {/foreach}
32
33 {/if}
This page took 0.252151 seconds and 4 git commands to generate.