X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=9d1dd7d70e45c183d353b9925c4339ec1dc5d53b;hb=9b6e91086b29554fd04362f6c87ea148718e8b1c;hp=8934832590f38e434bfba6aab67bb43f0f0c1aed;hpb=1bba63fb607c2cb5fb2c002e63ad7128ecf8b1ea;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl old mode 100644 new mode 100755 index 8934832590..9d1dd7d70e --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,49 +1,78 @@ -
-
- -
- - $name +
+
+
+
+ + $item.name - menu -
+ menu +
    - $item_photo_menu + $item.item_photo_menu
-
- $lock -
$location
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
$item.location
- +
- $name -
$ago
+ $item.name +
$item.ago
-
-
$title
+
+
$item.title
-
$body
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
-
- $vote - $plink - $edpost - $drop +
+ {{ if $item.vote }} + + {{ endif }} + {{ if $item.plink }} + + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} + + {{ if $item.star }} + + + {{ endif }} + {{ if $item.filer }} + + {{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
- -
$dislike
+ +
$item.dislike
- $comment + $item.comment
-
- -
+
+