X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=1d439e53ac93b72b2eb0f3aba26f1261f07b2b58;hb=86e8f96af15808d921bba4e8daf3b3facbd00afd;hp=a8a14a19b7b51d8f01388eafceaf9fa213635d9f;hpb=f9a2881b35e0a42e36d1558ba4f41301e3acec2f;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index a8a14a1..1d439e5 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 # @@ -16,26 +16,54 @@ # along with Serve0 If not, see . cat < + + + - Clear All - Dismiss + +
+ +
+ + +
+
+ $(pa_sinks |while read no name; do + printf '' "$no" "$name" + done) +
+ Hide
+ + $(. $_EXEC/templates/preferences.html.sh) + + + + +

$info

- Download
+
@@ -46,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)
@@ -59,27 +93,15 @@ cat <$(printf %s "$description" |_wiki)}
-
-
- - -
-
- $(pa_sinks |while read no name; do - printf '' "$no" "$name" - done) -
- Hide -
-
+ $( for cat in $(list_categories); do - printf '

' "${cat}" catt="${cat}:" [ "$catt" = "none:" ] && catt='' @@ -88,18 +110,18 @@ cat <

' + printf '' done ) -

+

-

-

+

+
-

+
@@ -108,7 +130,6 @@ cat < Edit Tags - More