X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fwall_thread.tpl;h=763a68bde676c8be6570ea395b7ebfd696e8bfe7;hb=18c642f2a7ffce4fcef1e01bff55ae42143fc04a;hp=bd8a1a2309943d777b092b810d0765b372b7a90a;hpb=70563d251fa6da035a05b5e52334fb1e95c0c30c;p=friendica.git diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index bd8a1a2309..763a68bde6 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -16,20 +16,20 @@ {{/if}} -
- -
-
+
+ +
+
{{if $item.reshared}}

{{$item.reshared nofilter}}

{{/if}}
{{if $item.owner_url}} -
+ -
{{$item.wall}}
+
{{$item.wall}}
{{/if}}
menu
    - {{$item.item_photo_menu nofilter}} + {{$item.item_photo_menu_html nofilter}}
-
+
{{if $item.lock}}
{{$item.lock}}
{{else}}
{{/if}} -
{{$item.location nofilter}}
+
{{$item.location_html nofilter}}
- {{$item.name}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}{{/if}}
-
{{$item.pinned}}
+ {{$item.name}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}{{/if}}
+
{{$item.pinned}}
-
-
{{$item.title}}
+
+
{{$item.title}}
-
{{$item.body nofilter}} -
- {{if !$item.suppress_tags}} - {{foreach $item.tags as $tag}} - {{$tag nofilter}} - {{/foreach}} - {{/if}} -
- {{if $item.has_cats}} -
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}} -
- {{/if}} +
+ {{$item.body_html nofilter}} +
+ {{if !$item.suppress_tags}} + {{foreach $item.tags as $tag}} + {{$tag nofilter}} + {{/foreach}} + {{/if}} +
+ {{if $item.has_cats}} +
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}} +
+ {{/if}} - {{if $item.has_folders}} -
{{$item.txt_folders}} {{foreach $item.folders as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}}{{if $cat.last}}{{else}}, {{/if}}{{/foreach}} -
- {{/if}} + {{if $item.has_folders}} +
{{$item.txt_folders}} {{foreach $item.folders as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}}{{if $cat.last}}{{else}}, {{/if}}{{/foreach}} +
+ {{/if}} + {{if $item.edited}} +
{{$item.edited['label']}} ({{$item.edited['relative']}})
+ {{/if}}
{{if $item.vote}} {{/if}} @@ -97,10 +102,10 @@ {{/if}} {{if $item.pin}} - + {{/if}} {{if $item.star}} - + {{/if}} {{if $item.tagger}} @@ -110,15 +115,15 @@ {{/if}} {{if $item.isevent }}
- - - + + +
{{/if}} -
- {{if $item.drop.dropping}}{{/if}} +
+ {{if $item.drop && $item.drop.dropping}}{{/if}}
- {{if $item.drop.pagedrop}}{{/if}} + {{if $item.drop && $item.drop.pagedrop}}{{/if}}
@@ -129,22 +134,22 @@ {{/foreach}} {{/if}} {{if $item.threaded}} - {{if $item.comment}} -
- {{$item.comment nofilter}} + {{if $item.comment_html}} +
+ {{$item.comment_html nofilter}}
{{/if}} {{/if}} -
+
{{foreach $item.children as $child}} {{include file="{{$child.template}}" item=$child}} {{/foreach}} {{if $item.flatten}} -
- {{$item.comment nofilter}} +
+ {{$item.comment_html nofilter}}
{{/if}}