X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=835b3d667778940e3a696b19087b5397700e2ea8;hb=2d687b1052e980b8119525e3d298ce1b0b9e52fe;hp=6c2b8151618b5d3c5feaf7f9718b9771fc13784f;hpb=ebef0d5cd4aacee5debb230ba3c325224f3c0631;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 6c2b815161..835b3d6677 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -1,75 +1,32 @@
+ + + +
{{* Put additional actions in a top-right dropdown menu *}} - +
+ {{if $item.network_icon != ""}} + + {{else}} + {{$item.network_name}} + {{/if}} + {{if $item.plink}} {{*link to the original source of the item *}} + + + + {{/if}} +
{{* The avatar picture and the photo-menu *}} - {{if $item.location}} + {{if $item.location_html}}
- ({{$item.location nofilter}}) + ({{$item.location_html nofilter}})
{{/if}}
@@ -128,7 +85,7 @@
{{$item.name}}

- {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}} + {{$item.ago}} {{if $item.location_html}} — ({{$item.location_html nofilter}}){{/if}}

@@ -139,16 +96,11 @@ {{* item content *}}
- {{* insert some space if it's an top-level post *}} - {{if $item.thread_level==1}} -
 
- {{/if}} - {{if $item.title}}

{{$item.title}}


{{/if}} -
{{$item.body nofilter}}
+
{{$item.body_html nofilter}}
@@ -180,7 +132,7 @@

{{* Action buttons to interact with the item (like: like, dislike, share and so on *}} - - {{* Display likes, dislike and attendance stats *}} + {{* Display likes, dislike and attendance stats *}} {{if $item.responses}}

{{foreach $item.responses as $verb=>$response}}