X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fpreferences.html.sh;h=dccb6122b67343138c315d1462b6085acefa95a0;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=24e5df9cc12d68661be9eaf2431bb981d5d9d839;hpb=f9a2881b35e0a42e36d1558ba4f41301e3acec2f;p=serve0 diff --git a/templates/preferences.html.sh b/templates/preferences.html.sh index 24e5df9..dccb612 100755 --- a/templates/preferences.html.sh +++ b/templates/preferences.html.sh @@ -1,4 +1,4 @@ -# Copyright 2015, 2016 Paul Hänsch +# Copyright 2015, 2016, 2018 Paul Hänsch # # This file is part of Serve0 # @@ -22,21 +22,14 @@ cat < Watch videos: - -
- -
- -
- -
- -
- -
+ $(form_radio watch 240p "${_COOKIE[watch]}" "as Download in 240p" )
+ $(form_radio watch 480p "${_COOKIE[watch]}" "as Download in 480p" )
+ $(form_radio watch download "${_COOKIE[watch]}" "as Download (original)")
+ $(form_radio watch raspi "${_COOKIE[watch]}" "on playback device" )
+ $(form_radio watch player "${_COOKIE[watch]}" "in embedded player" )
+ $(form_radio watch server "${_COOKIE[watch]}" "on screen connected to server")
- - + $(form_check fakemp4 yes "${_COOKIE[fakemp4]}" "Fake .mp4 file ending, even if file is of different type")
@@ -45,6 +38,7 @@ cat <
+ EOF