X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fpreferences.html.sh;h=dccb6122b67343138c315d1462b6085acefa95a0;hb=c59fd5a4946c4d13fc1692e4561878a9bb2b3e17;hp=49e6c7f89a5816fc7961106f437f635b1f23b23b;hpb=37450b7423b778817c24521e60c6719335d62d26;p=serve0 diff --git a/templates/preferences.html.sh b/templates/preferences.html.sh index 49e6c7f..dccb612 100755 --- a/templates/preferences.html.sh +++ b/templates/preferences.html.sh @@ -1,4 +1,4 @@ -# Copyright 2015 Paul Hänsch +# Copyright 2015, 2016, 2018 Paul Hänsch # # This file is part of Serve0 # @@ -16,25 +16,20 @@ # along with Serve0 If not, see . cat < + Hide +
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")
@@ -43,9 +38,8 @@ cat <
+ - - Hide EOF