X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fsearch_item.tpl;h=80d6678fb3589747e3d9037d1d788373f10be4d2;hb=7431bd950937929a21b7d158564a8f9a80d07c5f;hp=616eaf110eb2126efad8c11a6137e1bcf7d1a23c;hpb=41617ee987d9153ba9598b6c095a789d0998dd3d;p=friendica.git diff --git a/view/search_item.tpl b/view/search_item.tpl old mode 100644 new mode 100755 index 616eaf110e..80d6678fb3 --- a/view/search_item.tpl +++ b/view/search_item.tpl @@ -1,71 +1,91 @@ +
- $star.starred - {{ if $lock }}$lock{{ endif }} - + $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} +
-
+ +
-
- - $name +
+ + $item.name - menu -
-
$location
+
$item.location
- {{ if $title }}

$title

{{ endif }} - $body + {{ if $item.title }}

$item.title

{{ endif }} + $item.body
+
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
+
+
+ {{ if $item.plink }}$item.plink.title{{ endif }}
- $name $ago + $item.name $item.ago
- {{ if $star }} - $star.do - $star.undo + {{ if $item.star }} + $item.star.do + $item.star.undo + $item.star.tagger {{ endif }} - {{ if $vote }} - $vote.like.1 - $vote.dislike.1 + {{ if $item.vote }} + $item.vote.like.1 + $item.vote.dislike.1 {{ endif }} - {{ if $vote.share }} - $vote.share.1 + {{ if $item.vote.share }} + $item.vote.share.1 {{ endif }} - - {{ if $conv }} - $conv.title - {{ endif }}
- {{ if $drop.dropping }} - - $drop.delete + {{ if $item.drop.dropping }} + + $item.drop.delete {{ endif }} - {{ if $edpost }} - + {{ if $item.edpost }} + {{ endif }}
+
+ + +
$item.dislike
+ {{ if $item.conv }} +
+ $item.conv.title + {{ endif }} +
+
+ +