X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fadvfilter.html.sh;h=3f8c6207bde7e153719e3a7a7bd5e8716bfd2abd;hb=c59fd5a4946c4d13fc1692e4561878a9bb2b3e17;hp=ce7d6ce365e4977b431f173cd53fb36ac7b94e80;hpb=d0b44dc7ebbb28086c66506cbf40b8df32163796;p=serve0 diff --git a/templates/advfilter.html.sh b/templates/advfilter.html.sh index ce7d6ce..3f8c620 100755 --- a/templates/advfilter.html.sh +++ b/templates/advfilter.html.sh @@ -1,4 +1,4 @@ -# Copyright 2014,2015 Paul Hänsch +# Copyright 2014 - 2016 Paul Hänsch # # This file is part of Serve0 # @@ -18,13 +18,13 @@ category_tabs(){ for cat in "$@"; do cat < - +
+ -
+ EOF done } @@ -40,9 +40,9 @@ filterbox(){ debug "fneg: $fneg fcat: $fcat filter: $filter" cat <<-EOF - + -
+
of the items selected here: @@ -51,44 +51,30 @@ filterbox(){
$(category_tabs $(list_categories) )
-
+ EOF done } cat < - - - - - Clear All - Hide -
+ Hide + Most recent

Up to 10 filter boxes will appear as you start selecting tags. You can select multiple tags in each box by holding down the Ctrl-key. Click the "Filter!" button when you are ready.

$(filterbox {0..9}) -

+

-

- - +
EOF