X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=5d0159791e04095245ae9eaad0fbfe5d0b584dab;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=9152db4e4f0f637d9819c2d61c616ecb4dcc2e05;hpb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index 9152db4..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,7 +29,7 @@ cat < - Dismiss + Dismiss @@ -61,10 +61,9 @@ cat <

$info

- Download -
- + +
@@ -75,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)