X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplaypanel.html.sh;fp=templates%2Fplaypanel.html.sh;h=f3a9f158b2a5a043e4dcf22e53fe0f635c69de42;hb=ca0cde88cb003b41e62c2e08da8dd26b7b3b583e;hp=0000000000000000000000000000000000000000;hpb=f3a95ddb800ed7539917db3e876c2cff4ca4befa;p=serve0 diff --git a/templates/playpanel.html.sh b/templates/playpanel.html.sh new file mode 100755 index 0000000..f3a9f15 --- /dev/null +++ b/templates/playpanel.html.sh @@ -0,0 +1,41 @@ +# Copyright 2016 Paul Hänsch +# +# This file is part of Serve0 +# +# Serve0 is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Serve0 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Serve0 If not, see . + +cat < + Hide +
+ + + + + + +
+ + +
+ $(for n in $(seq 0 5 100); do + printf '' "$([ "$volume" = "$n" ] && printf selected)" "$n" + done) +
+ +
+ +EOF + +# vi:set filetype=html: