X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F1562726.tpl;fp=data%2Ftemplates%2Fown_templates%2F1562726.tpl;h=6457ca1176568d7af528129ca23441d5eb01faf4;hb=8ab498a1ff528bf9a7251ccc94a79ae86774fbca;hp=0000000000000000000000000000000000000000;hpb=2f9b488531ea667d5d2790e671dbe6e058c7ebd2;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/1562726.tpl b/data/templates/own_templates/1562726.tpl new file mode 100644 index 0000000..6457ca1 --- /dev/null +++ b/data/templates/own_templates/1562726.tpl @@ -0,0 +1,123 @@ +{include file="modules/header.tpl"} + +{if $user_id eq false} +
{include file="modules/loginbox.tpl"}


+{/if} + + + + + + + + + +
+{* show node info *} +{include file="modules/node_settings.tpl"} + +{* showing poll *} +{include file="modules/get_poll_box.tpl"} +
+{*showing bookmark_statistics*} + +{include file="modules/get_bookmark_statistics_box.tpl"} +
+{*showing node_content*} +
+{$node.node_content|nl2br} +


+{*showing form for adding child node*} +
+{if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if} + +{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*} + + +{*/if*} + + +
{$child.node_vector}
+ + +
{$child.login} +{if $child.user_action neq false} + [lokacia :: {$child.user_action}] +{/if} +   +  {$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 ''} + +{else} + +{/if} +
{$child.node_content|stripslashes|nl2br}
+
+{/if} +
+{/foreach} + + + + + + + +
+ + + +
+ + +
+ +{include file="modules/footer.tpl"} +