Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1757900.tpl
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="2" creator_id=$node.node_id}
31
32 {foreach from=$getCreationByTemplateId item=child}
33
34 <div class='bordered' style='margin-bottom:13px'>
35 <div class='header' style='text-align:center; height: 3em'>
36 <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}
37 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
38 </div>
39 <div>
40 {$child.node_content|truncate:230|stripslashes}
41 </div>
42 </div>
43
44 {/foreach}
45
46 <!--end of central column-->
47
48 </td></tr></table>
49 {/if}
50
51
52
This page took 0.273421 seconds and 4 git commands to generate.