X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fwall_thread.tpl;h=763a68bde676c8be6570ea395b7ebfd696e8bfe7;hb=9c383e20044b03e1590899e65509eb13dc22d414;hp=7b205504d46187651498798ac2686f9ae778ca87;hpb=6f0d40c6c0957751d5f0de844c81a7a140eb7ec7;p=friendica.git diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 7b205504d4..763a68bde6 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -14,19 +14,22 @@ - + {{/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}}
+
+ {{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}} @@ -94,10 +102,10 @@ {{/if}} {{if $item.pin}} - + {{/if}} {{if $item.star}} - + {{/if}} {{if $item.tagger}} @@ -107,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}}
@@ -126,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}}