From 208501e57617e1251215091a3fd44255501a48c4 Mon Sep 17 00:00:00 2001 From: Shayan Ruhifard Date: Sat, 1 Dec 2018 23:15:26 +0100 Subject: [PATCH] fixes #61, fixes #40 The table has advanced features now. One can filter over all columns, sort all columns asc/desc and paginate the table. The state (filtered result, current page, sorting order and number of entries shown) will be saved in localStorage so the user can open the page in another window or tab and see the same output again. --- archiver/templates/index.html | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/archiver/templates/index.html b/archiver/templates/index.html index 21bb87375..a8ee60e32 100644 --- a/archiver/templates/index.html +++ b/archiver/templates/index.html @@ -38,12 +38,15 @@ header h1 small a { text-decoration: none; color: orange; - opacity: 0.6 + opacity: 0.6; font-weight: 300; } header h1 small a:hover { opacity: 1; } + header + div { + margin-top: 10px; + } .header-center { width: 100%; text-align: center; @@ -56,6 +59,9 @@ padding: 20px; margin-right: -70px; } + #table-bookmarks_length, #table-bookmarks_filter { + padding: 0px 15px; + } table { padding: 6px; width: 100%; @@ -67,7 +73,7 @@ height: 35px; } tbody tr:nth-child(odd) { - background-color: #ffebeb; + background-color: #ffebeb !important; } table tr td { white-space: nowrap; @@ -90,7 +96,13 @@ vertical-align: middle; margin-left: 4px; } + #table-bookmarks { + width: 100%; + overflow-y: scroll; + table-layout: fixed; + } +
@@ -113,7 +125,7 @@

- +
@@ -141,5 +153,15 @@


+ + +

Bookmarked