X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Ftagger.html.sh;h=4b1d0fe698f83e47b74366d6f328ebca38f94095;hb=5b28c95408ac219fa5abf790eda7c937542d4e7d;hp=779f29c95801759f1e584107a264274490535142;hpb=1f540143d78c7b001e89df09c57b04c063e79723;p=serve0 diff --git a/templates/tagger.html.sh b/templates/tagger.html.sh index 779f29c..4b1d0fe 100755 --- a/templates/tagger.html.sh +++ b/templates/tagger.html.sh @@ -1,4 +1,4 @@ -# Copyright 2014, 2015 Paul Hänsch +# Copyright 2014, 2015, 2016 Paul Hänsch # # This file is part of Serve0 # @@ -19,35 +19,35 @@ category_options(){ cat="${1}:" [ "$cat" = "none:" ] && cat='' - printf %s "$taglist" \ + printf %s "$taglist_set" \ | sed -rn 's;^('"$cat"')([^:]+)$;;p' } category_box(){ for cat in "$@"; do cat < +
-

+
EOF done } cat < - Hide -
+

Add selectetd tags to selected videos.

$(category_box $(list_categories)) -

+

-

+
+ + Hide
EOF