X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1858646.tpl;fp=data%2Ftemplates%2Fown_templates%2F1858646.tpl;h=b69601eeab1ed17846349a66a7f23c8a819fc2af;hb=b42b2bf946332ad8544d53f610be9cb05e80bf56;hp=0000000000000000000000000000000000000000;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1858646.tpl b/data/templates/own_templates/1858646.tpl new file mode 100644 index 0000000..b69601e --- /dev/null +++ b/data/templates/own_templates/1858646.tpl @@ -0,0 +1,81 @@ +{if $template_event eq 'preview'} +
+ +
+ PREVIEW +
+
+ {$post_vars.node_content|preview} +
+
+{* end of preview *} + +{elseif $template_event eq 'filter_by'} +{get_threaded_children listing_amount=23232322323 offset=$offset types=$children_types search_type=$post_vars.search_type search=$post_vars.node_content} +{elseif $user_id neq true} +{get_threaded_children offset=0 listing_amount=232 orderby="asc"} +{elseif $node.node_user_subchild_count eq true} +{get_threaded_children offset=0 listing_amount=232 time=$node.last_visit time=$node.last_visit orderby=$listing_order types=$children_types} + +{else} +{get_threaded_children listing_amount=$listing_amount offset=$offset types=$children_types orderby=$listing_order} +{/if} + +{*get_linked_nodes time_1=$time_1 time_2=$time_2 orderby=$listing_order*} +{if $user_id neq true} +{merge_arrays array1=$get_threaded_children array2=$get_linked_nodes sort_by='thread' orderby="asc"} +{else} +{merge_arrays array1=$get_threaded_children array2=$get_linked_nodes sort_by='thread' orderby=$listing_order} +{/if} + +{foreach from=$merged item=child} +{if $child.template_id eq 11} +{get_poll poll=$child} +{include file="modules/show_poll.tpl" get_poll=$get_poll} +
+{else} + +
+
+ {*if $child.node_created > $node.last_visit and $child.depth>$node.vector_depth*} + {$child.node_vector} + {*/if*} +
+
+
$node.last_visit} class='th_body_new' {else} class='th_body' {/if}> + +
+ {$child.login} + + {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"} + {if $child.node_created > $node.last_visit} + NEW + {/if} + {if $child.node_status eq 'linked'} + LINKED + {/if} +
+ {if $child.node_name eq ''} + {$child.node_created|date_format:"%d.%m.%Y.-%H:%M:%S"} + {else} + {$child.node_name} + {/if} + | conf +
+
+
+ {$child.node_content|stripslashes|nl2br} +
+
+
+
+{/if} +{/foreach} + +
+ + + + + +
\ No newline at end of file