X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fsearch_item.tpl;h=fc322be95e873c056066c91d9bcfcb8eb9f828a8;hb=a5aa44f18995ed3370d04941ea4c04f56450d9a4;hp=a97574b7b4f5e93d8f3f52f23a39a17d0e3d703b;hpb=5a929c587f69ba98a0f5d6f28cf3d209edc9bca0;p=friendica.git diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl index a97574b7b4..fc322be95e 100644 --- a/view/templates/search_item.tpl +++ b/view/templates/search_item.tpl @@ -1,36 +1,39 @@ - -
-
+ + + + + +
+
- - {{$item.name|escape}} + + {{$item.name}} menu
    - {{$item.item_photo_menu}} + {{$item.item_photo_menu_html nofilter}}
-
- {{if $item.lock}}
{{$item.lock}}
+
+ {{if $item.lock}}
{{$item.lock}}
{{else}}
{{/if}} -
{{$item.location}}
+
{{$item.location_html nofilter}}
- {{$item.name|escape}} -
{{$item.ago}}
- + {{$item.name}} +
{{$item.pinned}}
-
-
{{$item.title|escape}}
+
+
{{$item.title}}
-
{{$item.body}}
+
{{$item.body_html nofilter}}
{{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}}
@@ -42,23 +45,23 @@ {{/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}}
-
+
{{if $item.conv}} - {{$item.conv.title|escape}} + {{$item.conv.title}} {{/if}}
-
+