X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1549582.tpl;fp=data%2Ftemplates%2Fown_templates%2F1549582.tpl;h=31d0f929ef0b324bec069388854c9888a589eabe;hb=8ab498a1ff528bf9a7251ccc94a79ae86774fbca;hp=0000000000000000000000000000000000000000;hpb=2f9b488531ea667d5d2790e671dbe6e058c7ebd2;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1549582.tpl b/data/templates/own_templates/1549582.tpl new file mode 100644 index 0000000..31d0f92 --- /dev/null +++ b/data/templates/own_templates/1549582.tpl @@ -0,0 +1,54 @@ +{if $template_event eq 'preview'} + + + +
+ + +
PREVIEW + +
{$post_vars.node_content|preview}
+
+{* end of preview *} + +{elseif $template_event eq 'filter_by'} + {get_children listing_amount=23232322323 offset=$offset types=$children_types search_type=$post_vars.search_type search=$post_vars.node_content} +{elseif $node.node_user_subchild_count eq true} + {get_children children_type=$children_type listing_amount=$node.node_user_subchild_count+5 offset=$offset} +{else} + {get_children children_type=$children_type listing_amount=$listing_amount offset=$offset} +{/if} + +{get_linked_nodes} + +{merge_arrays array1=$get_children array2=$get_linked_nodes sort_by='node_created'} + + +{foreach from=$merged item=child} + + + + +
+ + {if $child.k eq true}{$child.k} k{/if} + + + + +
+  {$child.creator} + {if $child.user_action neq false} +  [lokacia :: {$child.user_action}] + {/if} +   {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}  +    +   {$child.node_name}   + {if $child.k > 0} [{$child.k}K] {/if} + {if $child.node_created > $node.last_visit}  NEW{/if} + {if $child.node_children_count}{$child.node_children_count}  CHILDREN{/if} + {if $child.node_parent neq $node.node_id}LINKED{/if} +
{$child.node_content|stripslashes}
+
+
+{/foreach}