From 60a369ec8789186dbc68ea5541c5c25ffd3e7411 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 2 Mar 2020 22:32:56 +0100 Subject: Updated management page. --- newspipe/web/templates/management.html | 121 +++++++++++++++++---------------- 1 file changed, 63 insertions(+), 58 deletions(-) diff --git a/newspipe/web/templates/management.html b/newspipe/web/templates/management.html index 4d7c2da3..c3f6a943 100644 --- a/newspipe/web/templates/management.html +++ b/newspipe/web/templates/management.html @@ -1,70 +1,75 @@ {% extends "layout.html" %} {% block content %}
-
-
-
-

{{ _('Your subscriptions') }}

-

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add') }} {{ _('a feed') }}.

-

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

-

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

- {{ _('Delete articles older than 10 weeks') }} -
-
-

{{ _('Your bookmarks') }}

-

{{ _('You have') }} {{ nb_bookmarks }} {{ _('bookmarks') }}.

- {{ _('Delete all bookmarks') }} +
+
+
+
+

{{ _('Your subscriptions') }}

+

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add') }} {{ _('a feed') }}.

+

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

+

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

+ {{ _('Delete articles older than 10 weeks') }} +
+
+

{{ _('Your bookmarks') }}

+

{{ _('You have') }} {{ nb_bookmarks }} {{ _('bookmarks') }}.

+ {{ _('Delete all bookmarks') }} +
-
-
-
-

{{ _('Your data') }}

-
-
-
-
-

{{ _('Articles') }}

-

{{ _('Import') }}

-
- {{ _('Import a Newspipe account') }} (*.json) - -
-

{{ _('Export') }}

- {{ _('Export your Newspipe account to JSON') }} +
+
+
+
+
+

{{ _('Your data') }}

+
-
-

{{ _('OPML') }}

-

{{ _('Import') }}

-
- {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) - -
-

{{ _('Export') }}

-
-
-
- - +
+
+

{{ _('Articles') }}

+

{{ _('Import') }}

+ + {{ _('Import a Newspipe account') }} (*.json) + + +

{{ _('Export') }}

+ {{ _('Export your Newspipe account to JSON') }} +
+
+

{{ _('OPML') }}

+

{{ _('Import') }}

+
+ {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) + +
+

{{ _('Export') }}

+
+
+
+ + +
+
+ + +
+
+ + +
-
- - -
-
- - -
-
- - + + +
-
-
-
-

{{ _('Bookmarks') }}

- {{ _('Export your bookmarks to JSON') }} +
+
+

{{ _('Bookmarks') }}

+ {{ _('Export your bookmarks to JSON') }} +
-- cgit