summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 19:40:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 19:40:16 +0200
commitb86a5591667ca8de3a83ef5bcbc756e356979b5a (patch)
tree4e364688193ab00a015301659e126ba2c6397a55 /templates/part.content.php
parent748500380e39880e54ee73ebaf5234ddf442e149 (diff)
adding feeds and folders, lady and gentlemen :P
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index e1999e268..f97ad91d5 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -1,9 +1,12 @@
-<div id="first-run" ng-if="App.isFirstRun()">
- <h1><?php p($l->t('Welcome to the ownCloud News app!')) ?></h1>
+<div id="first-run">
+ <div>
+ <div class="helper"><h1><?php p($l->t('Add a feed')) ?></h1></div>
+ <div class="title"><h1><?php p($l->t('There are no feeds yet. Go ahead and add some')) ?> :)</h1></div>
+ <div class="helper"><h1><?php p($l->t('Import feeds and articles')) ?></h1></div>
+ </div>
</div>
-<div ng-if="!App.isFirstRun()"
- news-auto-focus="#app-content"
+<div news-auto-focus="#app-content"
ng-class="{compact: Content.isCompactView(), 'feed-view': Content.isFeed()}">
<ul>
<li class="item {{ Content.getFeed(item.feedId).cssClass }}"
@@ -46,10 +49,10 @@
</div>
<div class="enclosure" ng-if="item.enclosureLink">
- <news-audio type="{{ item.enclosureType }}"
+ <!--<news-audio type="{{ item.enclosureType }}"
ng-src="{{ item.enclosureLink|trustUrl }}">
<?php p($l->t('Download')) ?>
- </news-audio>
+ </news-audio>-->
</div>
<div class="body" news-bind-html-unsafe="item.body"></div>