Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1940529.tpl
CommitLineData
51ff3226 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<table width='100%'><tr>
13
14<!--left column-->
15<td valign='top' align='center' width='23%'>
16{include file="1549925.tpl"}
17
18{* showing poll *}
19{*include file="1549834.tpl"*}
20<br>
21{*showing bookmark_statistics*}
22{include file="1549386.tpl"}
23</td>
24<!--end of left column-->
25
26<!--main central column-->
27<td valign='top'>
28
29
30{getCreationByTemplateId template_id="4" creator_id=$node.node_creator}
31
32{foreach from=$getCreationByTemplateId item=child}
33
34<div class='bordered' style='margin-bottom:13px'>
35<div class='header' style='text-align:center;padding:2px;'>
36<a href='/id/{$child.node_id}'>{$child.node_name}</a> in <a
37href='/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}
38<br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}{if $child.node_user_subchild_count eq true} <span class='most_important'>{$child.node_user_subchild_count} NEW</span>{/if}
39
40
41</div>
42<div>
43{$child.node_content|truncate:230|stripslashes}
44</div>
45</div>
46{/foreach}
47
48<!--end of central column-->
49
50</td></tr></table>
51{/if}
This page took 0.261733 seconds and 4 git commands to generate.