From 185a6b4e48bbf0b1111bc5addace1f6ea5ec69f0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 2 Dec 2012 23:34:22 +0100 Subject: New page (/inactives) which displays the list of inactive feeds since a certain number of days (given in parameter in the URL, 365 days by default). --- source/templates/inactives.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/templates/inactives.html (limited to 'source/templates') diff --git a/source/templates/inactives.html b/source/templates/inactives.html new file mode 100644 index 00000000..10a79e8e --- /dev/null +++ b/source/templates/inactives.html @@ -0,0 +1,13 @@ +## inactives.html +<%inherit file="base.html"/> +
+ %if inactives != []: +

Feeds with no recent articles since ${nb_days} days:

+ + %else: +

No inactive feeds.

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