X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fwall_item.tpl;h=e4eabb9e5cb099197e931c412c092eb97e7c439d;hb=8a4dcc28c1e3a0bdb5b8b4fa971ff48cf3e0fb75;hp=5cae6b1424c7b750e1ab5c2435a0bb0531d6f9f3;hpb=b00abf7e329de95791f1e50e39a2eba37ba73f10;p=friendica.git diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 5cae6b1424..e4eabb9e5c 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,39 +1,79 @@ -
-
- -
- - $name + +
+
+
+
+ + $item.name + + 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 - $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
-
- -
+
+