From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/wall_item.tpl | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 view/tpl/wall_item.tpl (limited to 'view/tpl/wall_item.tpl') diff --git a/view/tpl/wall_item.tpl b/view/tpl/wall_item.tpl new file mode 100644 index 000000000..458677433 --- /dev/null +++ b/view/tpl/wall_item.tpl @@ -0,0 +1,79 @@ + +
+
+
+
+ + $item.name + + menu +
+
    + $item.item_photo_menu +
+
+
+
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
$item.location
+
+
+
+ $item.name +
$item.ago{{ if $item.app }}$item.str_app{{ endif }}
+ +
+
+
$item.title
+
+
$item.body +
+ {{ for $item.tags as $tag }} + $tag + {{ endfor }} +
+
+
+
+ {{ 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.pagedropping }}{{ endif }} +
+
+
+
+ +
$item.dislike
+
+ $item.comment +
+ +
+
-- cgit v1.2.3