From c26787ab948d719fd59c8dc856ddfd67d101198b Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 2 Mar 2012 15:57:32 +0100 Subject: adjust2 --- view/theme/diabook | 1 - view/theme/diabook/wall_item.tpl | 92 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+), 1 deletion(-) delete mode 160000 view/theme/diabook create mode 100644 view/theme/diabook/wall_item.tpl (limited to 'view/theme/diabook/wall_item.tpl') diff --git a/view/theme/diabook b/view/theme/diabook deleted file mode 160000 index e29c43c4e..000000000 --- a/view/theme/diabook +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e29c43c4e78e42f448cbd84dc51a3a346bdab01f diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl new file mode 100644 index 000000000..1f1a878b4 --- /dev/null +++ b/view/theme/diabook/wall_item.tpl @@ -0,0 +1,92 @@ +{{ if $item.indent }}{{ else }} +
+ $item.star.starred + {{ if $item.lock }}$item.lock{{ endif }} + +
+{{ endif }} +
+
+
+
+ + $item.name + + menu + + +
+
+
+ $item.name + - + {{ if $item.plink }}$item.ago{{ else }} $item.ago {{ endif }} + {{ if $item.lock }} - $item.lock {{ endif }} + +
+
+ + {{ if $item.title }}

$item.title

{{ endif }} + $item.body +
+
+
+ +
+ {{ for $item.tags as $item.tag }} + $item.tag + {{ endfor }} +
+
+
+
+ {{ if $item.plink }}$item.plink.title{{ endif }} +
+
+
$item.location 
+
+ + {{ if $item.star }} + $item.star.do + $item.star.undo + $item.star.tagger + {{ endif }} + + {{ if $item.vote }} + + + {{ endif }} + + {{ if $item.vote.share }} + + {{ endif }} +
+ +
+ + {{ if $item.drop.dropping }} + + $item.drop.delete + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} +
+ +
+
+
+ + +
$item.dislike
+
+
+ +
+ $item.comment +
-- cgit v1.2.3