Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1757626.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
19
20 {* showing poll *}
21 {*include file="1549834.tpl"*}
22 <br>
23 {*showing bookmark_statistics*}
24 {include file="1549386.tpl"}
25 </td>
26 <!--end of left column-->
27
28 <!--main central column-->
29 <td valign='top'>
30
31
32 {getCreationByTemplateId template_id="12" creator_id=$node.node_id}
33
34 {foreach from=$getCreationByTemplateId item=child}
35
36 <div class='bordered' style='margin-bottom:13px'>
37 <div class='header' style='text-align:center; height: 3em'>
38 <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}
39 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
40 {if $child.k > 0} [<span class='most_important'>{$child.k}K</span>] {/if}
41 </div>
42 <div>
43 {$child.node_content|truncate:230|stripslashes}
44 </div>
45 </div>
46
47 {/foreach}
48
49 <!--end of central column-->
50
51 </td></tr></table>
52 {/if}
53
54
55
This page took 0.357138 seconds and 4 git commands to generate.