Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1761254.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 {* showing poll *}
20 {*include file="1549834.tpl"*}
21 <br>
22 {*showing bookmark_statistics*}
23 {include file="1549386.tpl"}
24 </td>
25 <!--end of left column-->
26
27 <!--main central column-->
28 <td valign='top'>
29
30
31 {getCreationByTemplateId template_id="3" creator_id=$node.node_id}
32
33 {foreach from=$getCreationByTemplateId item=child}
34
35 <div class='bordered' style='margin-bottom:13px'>
36 <div class='header' style='text-align:center; padding:3px;'>
37 <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}
38 <br>&nbsp;&nbsp;{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
39 {if $child.k > 0} [<span class='most_important'>{$child.k}K</span>] {/if}
40 {if $child.node_created > $node.last_visit}<span class='most_important'>&nbsp;&nbsp;NEW</span>{/if}
41 </div>
42 <div>
43 {$child.node_content|strip_tags|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
56
57
58
59
60
61
62
63
64
65
66
This page took 0.285337 seconds and 4 git commands to generate.