X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fplayctl.html.sh;h=28f51cff5005e785d383bfa600606de6ac202ef1;hb=4e9318751e491128e3cd922c2ad6bc00f3051ee0;hp=ad1ed9346e9b43e7bf41283da5ee2b080e4555da;hpb=47646cbe5334aba259a73af04680ff7f20cab739;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index ad1ed93..28f51cf 100755 --- a/templates/playctl.html.sh +++ b/templates/playctl.html.sh @@ -16,26 +16,55 @@ # along with Serve0 If not, see . cat < + + + + +
+ +
+ + +
+
+ $(pa_sinks |while read no name; do + printf '' "$no" "$name" + done) +
+ Hide +
+ + + $(. $_EXEC/templates/preferences.html.sh) + + + + +

$info

Download
+
@@ -46,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)
@@ -59,20 +94,8 @@ cat <$(printf %s "$description" |_wiki)}
-
-
- - -
-
- $(pa_sinks |while read no name; do - printf '' "$no" "$name" - done) -
- Hide -
-
+ @@ -108,7 +131,6 @@ cat < Edit Tags - More