X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=c990775106f5efba8b9e81a1bcd076876e45ff50;hb=a1305433b8110ebfa9d722ba4053f0292dadf22a;hp=b9f27ed4ad9aa15d47af4949e1d81ca6c35da123;hpb=9f1f9da89bb98d768b7a41b388e9c5c0d28ec946;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl old mode 100644 new mode 100755 index b9f27ed4ad..c990775106 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,31 +1,87 @@ -
-
-
- - $name -
-
- $lock - $name -
$ago
-
$location
- $vote +
+ $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} + +
+ +
+
+
+
+ + $item.name + + menu + + +
+
$item.location
-
-
$title
-
$body
+
+ {{ if $item.title }}

$item.title

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