X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftemplates%2Fwall_thread.tpl;h=5f682dd3e288ed0e0dc506e247231280f03075af;hb=2d687b1052e980b8119525e3d298ce1b0b9e52fe;hp=79bf1d6b6f028477120551e99cb1f211fad0fc5d;hpb=7d1bb9ecf482874155695488ba54021ce0200f5c;p=friendica.git diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 79bf1d6b6f..5f682dd3e2 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -1,19 +1,13 @@ {{if $mode == display}} {{else}} {{if $item.comment_firstcollapsed}} -
- {{$item.num_comments}} - {{$item.hide_text}} - {{if $item.thread_level==3}} - - expand / - collapse thread{{/if}} + @@ -56,11 +50,11 @@
{{/if}} -
{{$item.location}}
+
{{$item.location_html nofilter}}
{{if $item.title}}

{{$item.title}}

{{/if}} - {{$item.body}} +
{{$item.body_html nofilter}}
@@ -69,19 +63,22 @@
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} - {{foreach $item.mentions as $tag}} - {{$tag}} + {{foreach $item.mentions as $tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.folders as $cat}} {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} {{/foreach}} {{foreach $item.categories as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} {{/foreach}} {{/if}}
+ {{if $item.edited}} +
{{$item.edited['label']}} ({{$item.edited['relative']}})
+ {{/if}}
+ {{if $item.pin}} + {{$item.pin.do}} + {{$item.pin.undo}} + {{/if}} {{if $item.star}} {{$item.star.do}} {{$item.star.undo}} @@ -114,10 +116,17 @@ {{$item.filer}} {{/if}} + {{if $item.remote_comment}} + {{$item.remote_comment.1}} + {{/if}} + {{if $item.vote}} - {{$item.vote.like.1}} + {{$item.vote.like.1}} {{if $item.vote.dislike}} - {{$item.vote.dislike.1}} + {{$item.vote.dislike.1}} + {{/if}} + {{if $item.vote.announce}} + {{$item.vote.announce.1}} {{/if}} {{if $item.vote.share}} {{$item.vote.share.1}} @@ -126,9 +135,9 @@ {{if $item.isevent}}
{{/if}} @@ -140,7 +149,7 @@ {{/if}} {{if $item.drop.dropping}} - {{$item.drop.delete}} + {{$item.drop.delete}} {{/if}} {{if $item.edpost}} @@ -153,16 +162,16 @@ {{if $item.responses}} {{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}} {{/if}}
- {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}} + {{if $item.threaded}}{{if $item.comment_html}}{{if $item.indent==comment}}
- {{$item.comment}} + {{$item.comment_html nofilter}}
{{/if}}{{/if}}{{/if}} @@ -186,11 +195,11 @@ {{/if}} {{* top thread comment box *}} -{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+{{if $item.threaded}}{{if $item.comment_html}}{{if $item.thread_level==1}} +
{{$item.comment_html nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment_html nofilter}}
{{/if}}