From 79dfa104623d51b7e0bdb411eadceda1747d0a20 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 14 Sep 2013 10:44:59 +0200 Subject: Templates has been removed to the upper folder. --- source/templates/management.html | 84 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 source/templates/management.html (limited to 'source/templates/management.html') diff --git a/source/templates/management.html b/source/templates/management.html new file mode 100644 index 00000000..f6c68ace --- /dev/null +++ b/source/templates/management.html @@ -0,0 +1,84 @@ +## management.html +<%inherit file="base.html"/> +
+

Subscriptions

+

Add a new subscription (current subscriptions):

+
+ + +
+ + %if feeds: +

Unsubscribe from a source (deletes corresponding articles):

+
+ + +
+ %endif + + %if not mail_notification_enabled: +

E-mail notification is disabled in the configuration file.

+ %endif + + %if feeds: +
+

Facts

+ + %endif + +
+ +

Account

+

+

+ +
+
+
+ +
+

+ +
+ + +

Database

+

${nb_articles} article(s) are stored in the database with ${nb_unread_articles} unread article(s). + +

+ +
+
+ +
+ +
+
+ (${nb_indexed_documents} indexed documents) +
+ + +
+ +

Export articles

+

+

+ + +
+

-- cgit