From 49feb09c98aef8133f7f46a74934bef03b32618e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 21:25:29 +0100 Subject: Port Comix-plain - also needs some CSS-fu, but works. --- view/theme/comix-plain/tpl/search_item.tpl | 54 ++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 view/theme/comix-plain/tpl/search_item.tpl (limited to 'view/theme/comix-plain/tpl/search_item.tpl') diff --git a/view/theme/comix-plain/tpl/search_item.tpl b/view/theme/comix-plain/tpl/search_item.tpl new file mode 100644 index 000000000..dba289031 --- /dev/null +++ b/view/theme/comix-plain/tpl/search_item.tpl @@ -0,0 +1,54 @@ +
+
+
+
+ + $item.name + menu +
+
    + $item.item_photo_menu +
+
+
+
+
+ {{ if $item.lock }}
$item.lock
+ {{ else }}
{{ endif }} +
$item.location
+
+
+
+ $item.name +
$item.ago
+ +
+
+
$item.title
+
+
$item.body
+
+
+
+ {{ if $item.drop.dropping }}{{ endif }} +
+ {{ if $item.drop.dropping }}{{ endif }} +
+
+
+
+ + +
+ {{ if $item.conv }} + $item.conv.title + {{ endif }} +
+ +
+ +
+ + -- cgit v1.2.3