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