X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=5d0159791e04095245ae9eaad0fbfe5d0b584dab;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=d530131c80557f447b320bcbbf735cf6946db729;hpb=cf7e00db16a1ff076df29fc9d4531ea0b19c6243;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index d530131..5d01597 100755 --- a/templates/playctl.html.sh +++ b/templates/playctl.html.sh @@ -1,4 +1,4 @@ -# Copyright 2014 - 2016 Paul Hänsch +# Copyright 2014 - 2017 Paul Hänsch # # This file is part of Serve0 # @@ -29,11 +29,12 @@ cat < - Dismiss + Dismiss
+
@@ -54,15 +55,15 @@ cat <Hide Index view - Browse Folders + Browse Folders

$info

- Download - + +
@@ -73,7 +74,13 @@ cat <
$(for n in $(seq 0 5 100); do - printf '' "$([ "$volume" = "$n" ] && printf selected)" "$n" + printf '' \ + "$( [ "$n" = "$volume" ] && printf selected + [ "$n" = "$((volume - 10))" ] && printf llselected + [ "$n" = "$((volume - 5))" ] && printf lselected + [ "$n" = "$((volume + 5))" ] && printf gselected + [ "$n" = "$((volume + 10))" ] && printf ggselected + )" "$n" done)
@@ -87,6 +94,7 @@ cat <
+