From f0b900057a63a5c9efb8f35daa05b6c7e79d0adb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 27 Jan 2015 16:51:13 -0800 Subject: first cut at direntry template, right now just provide a mockup with a slider and rating count to look at. --- view/tpl/direntry.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'view/tpl/direntry.tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index cdc6f1f97..f51fd0908 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -15,6 +15,18 @@
{{$entry.name}}{{if $entry.online}} {{/if}}
+{{*if $entry.rateme*}} +
+62 ratings
+
+ +
+
+
+ +{{*/if*}} {{if $entry.public_forum}}
{{$entry.forum_label}} @{{$entry.nickname}}+ -- cgit v1.2.3 From 3e22de0be01cc53e74ffd00f5b9d14d4bcc9b6c5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Jan 2015 18:17:24 -0800 Subject: how did that stuff merge? grrrr.... --- view/tpl/direntry.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/direntry.tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index f51fd0908..6ba86a085 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -15,7 +15,7 @@
{{$entry.name}}{{if $entry.online}} {{/if}}
-{{*if $entry.rateme*}} +{{if $entry.rateme}}
62 ratings
@@ -26,7 +26,7 @@ -{{*/if*}} +{{/if}} {{if $entry.public_forum}}
{{$entry.forum_label}} @{{$entry.nickname}}+ -- cgit v1.2.3