From 1e7f1434b062a81b46cd434bd30c309b7252c057 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 May 2017 00:33:51 +0200 Subject: added some fitlters for the bookmarks page --- src/web/static/css/customized-bootstrap.css | 5 +++++ src/web/templates/bookmarks.html | 12 +++++++++++- src/web/views/bookmark.py | 20 +++++++++++++++++--- 3 files changed, 33 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css index 7760e90a..c385c908 100644 --- a/src/web/static/css/customized-bootstrap.css +++ b/src/web/static/css/customized-bootstrap.css @@ -48,3 +48,8 @@ a { display: block; z-index: 1001; } + +/*customization for Flask-Paginate*/ +.pagination-page-info { + display: inline; +} diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 39528322..ee93253c 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -1,7 +1,17 @@ {% extends "layout.html" %} {% block content %}
- {{ pagination.info }} +
+
+ {{ pagination.info }} +
+
+ all ⸱  + private ⸱  + public ⸱  + unread +
+
{{ pagination.links }}