From e04b73d516f1cb1e62c5c92ff77f31bdcd268a78 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 1 Oct 2014 08:42:01 +0200 Subject: Improved home page with tabs. --- pyaggr3g470r/templates/home.html | 49 ++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 27 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 5c9cf0f7..5e9180fa 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -53,33 +53,28 @@
- {% if filter_ == 'all' %}{% endif %} - {{ _('All') }} - {% if filter_ == 'all' %}{% endif %} - | - {% if filter_ == 'read' %}{% endif %} - {{ _('Read') }} - {% if filter_ == 'read' %}{% endif %} - | - {% if filter_ == 'unread' %}{% endif %} - {{ _('Unread') }} - {% if filter_ == 'unread' %}{% endif %} - - - {% if limit == 10 %}{% endif %} - {{ _(10) }} - {% if limit == 10 %}{% endif %} - | - {% if limit == 100 %}{% endif %} - {{ _(100) }} - {% if limit == 100 %}{% endif %} - | - {% if limit == 1000 %}{% endif %} - {{ _(1000) }} - {% if limit == 1000 %}{% endif %} - | - {% if limit == 'all' %}{% endif %} - {{ _('All') }} - {% if limit == 'all' %}{% endif %} + +
+ {% if limit == 10 %}{% endif %} + {{ _(10) }} + {% if limit == 10 %}{% endif %} + | + {% if limit == 100 %}{% endif %} + {{ _(100) }} + {% if limit == 100 %}{% endif %} + | + {% if limit == 1000 %}{% endif %} + {{ _(1000) }} + {% if limit == 1000 %}{% endif %} + | + {% if limit == 'all' %}{% endif %} + {{ _('All') }} + {% if limit == 'all' %}{% endif %} +
{% if articles | count != 0%}
-- cgit