X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Ftemplates%2Fown_templates%2F23.tpl;fp=data%2Ftemplates%2Fown_templates%2F23.tpl;h=958cc1c5058d94b0e81aab51cf19ed6b54374ff7;hb=8ab498a1ff528bf9a7251ccc94a79ae86774fbca;hp=0000000000000000000000000000000000000000;hpb=2f9b488531ea667d5d2790e671dbe6e058c7ebd2;p=mirrors%2FKyberia-bloodline.git diff --git a/data/templates/own_templates/23.tpl b/data/templates/own_templates/23.tpl new file mode 100644 index 0000000..958cc1c --- /dev/null +++ b/data/templates/own_templates/23.tpl @@ -0,0 +1,59 @@ +{get_movement_params} +{* header *}{include file="1549864.tpl"} + +{if $error eq true} +
{$error}
+{/if} + +{if $user_id eq false} +
{* loginbox *}{include file="1549885.tpl"}
+ +{else} + + + + + + + +
+
+ + + + + + +
+
+{if $node.node_id eq 23} +{get_last vector=0 listing_amount=$listing_amount offset=$offset} +{else}{get_last listing_amount=$listing_amount offset=$offset} +{/if} + +{foreach from=$get_last item=child} +{*IGNORE USER CONDITION*}{if $ignore[$child.node_creator] neq true} + + + +
  + + +
+{$child.node_name} in {$child.parent_name}
+author: {$child.login} +{if $child.user_action neq false} + [lokacia :: {$child.user_action}] +{/if} +  {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}  +{if $child.k > 0} [{$child.k}K]{/if} +
{$child.node_content|stripslashes|nl2br|imagestrip}
+
+{/if}{*IGNORE USER CONDITION end*} +{/foreach} + + +
+{/if} + +{*footer*}{include file="1549377.tpl"} \ No newline at end of file