From b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 8 Mar 2012 23:22:26 +0100 Subject: add theme diabook-blue, fix css --- view/theme/diabook-blue/wall_item.tpl | 100 ++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 view/theme/diabook-blue/wall_item.tpl (limited to 'view/theme/diabook-blue/wall_item.tpl') diff --git a/view/theme/diabook-blue/wall_item.tpl b/view/theme/diabook-blue/wall_item.tpl new file mode 100644 index 000000000..0a02ba812 --- /dev/null +++ b/view/theme/diabook-blue/wall_item.tpl @@ -0,0 +1,100 @@ +{{ 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 $tag }} + $tag + {{ endfor }} +
+
+
+
+ +
+
+
$item.location 
+
+ + + {{ if $item.vote }} + + + {{ endif }} + + {{ if $item.vote.share }} + + {{ endif }} + + + {{ if $item.star }} + + $item.star.do + + $item.star.undo + $item.star.tagger + {{ endif }} + + {{ if $item.plink }}$item.plink.title{{ endif }} + + + +
+ +
+ + {{ if $item.drop.dropping }} + + $item.drop.delete + {{ endif }} + {{ if $item.edpost }} + + {{ endif }} +
+ +
+
+
+ + +
$item.dislike
+
+
+ +
+ $item.comment +
-- cgit v1.2.3