X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=5d0159791e04095245ae9eaad0fbfe5d0b584dab;hb=5b144c02682c833344dbe71c55b7dc53f63ef45d;hp=a8a14a19b7b51d8f01388eafceaf9fa213635d9f;hpb=f9a2881b35e0a42e36d1558ba4f41301e3acec2f;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index a8a14a1..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 # @@ -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