From 66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 18:19:23 +0200 Subject: first try to set indention limit at 80 characters in php --- templates/part.content.php | 91 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 71 insertions(+), 20 deletions(-) (limited to 'templates/part.content.php') diff --git a/templates/part.content.php b/templates/part.content.php index 10f8d860e..beb8bd24d 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -2,13 +2,21 @@
-
- + ng-class="{ + compact: Content.isCompactView(), + 'feed-view': Content.isFeed() + }"> +
+
  • @@ -26,22 +34,53 @@
  • + ng-class="{ + 'icon-rss': + !Content.getFeed(item.feedId).faviconLink + }" + ng-style="{ + backgroundImage: + 'url(' + + Content.getFeed(item.feedId).faviconLink + + ')' + }">

    {{ item.title }}

  • -
  • -
  • - - +
  • + +
  • -
  • - - +
  • + +
@@ -49,8 +88,13 @@
- +

@@ -72,8 +122,9 @@

- t('Browser can not play media type')) ?>: - {{ item.enclosureMime }} + t('Browser can not play media type')) + ?>: {{ item.enclosureMime }}