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 | |
9 | <center>{* loginbox *}{include file="1549885.tpl"}</center> |
10 | |
11 | {else} |
12 | |
13 | <table width='100%'><tr> |
14 | |
15 | <!--left column--> |
16 | <td valign='top' align='center' width='23%'> |
17 | {* node settings *} |
18 | {include file="1549925.tpl"} |
19 | |
20 | {* showing poll *} |
21 | {*include file="1549834.tpl"*} |
22 | |
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 | |
33 | {getCreationByTemplateId template_id="10" creator_id=$node.node_creator} |
34 | |
35 | {foreach from=$getCreationByTemplateId item=child} |
36 | |
37 | |
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> {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} |
42 | |
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> |
54 | |
55 | {/if} |
56 | {* footer *}{include file="1549377.tpl"} |