From 84de9af5e55e5cf52345a1d78bde436c5ba87b61 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 22 Nov 2012 15:09:03 +0100 Subject: Template for the /management page. --- source/templates/management.html | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 source/templates/management.html (limited to 'source/templates') diff --git a/source/templates/management.html b/source/templates/management.html new file mode 100644 index 00000000..fbb27c37 --- /dev/null +++ b/source/templates/management.html @@ -0,0 +1,50 @@ +## management.html +<%inherit file="base.html"/> +

pyAggr3g470r - News aggregator

+pyAggr3g470r (source code) +
+

Add Feeds

+
+ + +
+ + %if feeds: +

Delete Feeds

+
+ + +
+ +

Active e-mail notifications: ${nb_mail_notifications}

+ +

You like ${nb_favorites} article(s).

+ %endif + +
+ +

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

+ +
+ +
+
+ +
+ +

Export articles

+
+ + +
\ No newline at end of file -- cgit