From 1eef7893068655f8d145a3e06061a9e6296ac1f3 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 1 Oct 2014 11:27:41 +0200 Subject: Reorganize subscription management code There is still a lot of work to do. Some links are broken. See https://github.com/marienfressinaud/FreshRSS/issues/646 --- app/views/subscription/index.phtml | 132 +++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 app/views/subscription/index.phtml (limited to 'app/views/subscription/index.phtml') diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml new file mode 100644 index 000000000..444dc9d9b --- /dev/null +++ b/app/views/subscription/index.phtml @@ -0,0 +1,132 @@ +partial('aside_subscription'); ?> + +
+ + +

+ +
+
+ + + +
+
+ +

+ default_category->name()); ?> +

+ +
+
+ +
    +
    +
  • +
  • +
    +
+
+ + + + categories as $cat) { + $feeds = $cat->feeds(); + ?> +
+
+
+ + + +
+
+ +
    + + inError() ? ' error' : ''; + $empty = $feed->nbEntries() == 0 ? ' empty' : ''; + ?> +
  • + + ✇ name(); ?> +
  • + +
  • + +
+
+ +
+ +
+
-- cgit v1.2.3