X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Ftagger.html.sh;h=4b1d0fe698f83e47b74366d6f328ebca38f94095;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=20fdc84aa713f4a47ac876ba36cd4df121de183a;hpb=c107b42c61b01b9deef58e8d40ac642fc3d94d08;p=serve0 diff --git a/templates/tagger.html.sh b/templates/tagger.html.sh index 20fdc84..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 < +

Add selectetd tags to selected videos.

$(category_box $(list_categories)) -

+

-

+
- Hide + Hide
EOF