X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=40244a3726a09d6078f26c92a82b362da4e33558;hb=94b22476b017682875212d6c569b221056dd7bb7;hp=d530131c80557f447b320bcbbf735cf6946db729;hpb=cf7e00db16a1ff076df29fc9d4531ea0b19c6243;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index d530131..40244a3 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,7 +55,7 @@ cat <Hide Index view - Browse Folders + Browse Folders @@ -63,6 +64,7 @@ cat <Download +
@@ -73,7 +75,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 +95,7 @@ cat <
+