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 | <center>{include file="1549885.tpl"}</center> |
9 | |
10 | {else} |
11 | fylter prispevkov<br> |
12 | /1897709 zadajte do adresy za niekoho userinfo vo formate mesiac: mm rok: yyyy<br><br> |
13 | |
14 | <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/1897709'> |
15 | mesiac_<input type='text' name='mes' value=''> rok_<input type='text' name='rok' value=''><input type='submit' value='mnoo'> |
16 | </form> |
17 | |
18 | {getCreationByTemplateId template_id="4" creator_id=$node.node_creator listing_amount=232323} |
19 | |
20 | {foreach from=$getCreationByTemplateId item=child} |
21 | {if $child.node_created|date_format:"%Y" eq $smarty.post.rok && $child.node_created|date_format:"%m" eq $smarty.post.mes} |
22 | |
23 | <div style=''>{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} |
24 | <div class='bordered' style='margin-bottom:13px; margin-left:90px;'> |
25 | <div class='header' style='text-align:left; padding: 2px; padding-bottom:5px; height:auto;'> |
26 | <a href='/id/{$child.node_id}'>{$child.node_name|escape:"html"}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name|escape:"html"}</a> |
27 | {if $child.node_created > $node.last_visit}<span class='most_important'> NEW</span>{/if} |
28 | </div> |
29 | <div> |
30 | {$child.node_content|truncate:230|stripslashes|escape:"html"} |
31 | </div> |
32 | </div></div> |
33 | {/if} |
34 | {/foreach} |
35 | |
36 | <!--end of central column--> |
37 | |
38 | {/if} |