2016-12-14 20:15:25 +01:00
< html >
< head > < title > WordClock Setup Page< / title >
< / head > < body >
< h1 > Welcome to the WordClock< / h1 >
< form action = "" method = "POST" >
< table >
< tr > < th > WIFI-SSID< / b > < / th > < td > < input name = "ssid" value = "${SSID}" > < / td > < td / > < / tr >
< tr > < th > WIFI-Password< / th > < td > < input name = "password" > < / td > < td / > < / tr >
< tr > < th > SNTP Server< / th > < td > < input name = "sntpserver" value = "${sntpserverhostname}" > < / td > < td > ntp server to sync the time< / tr >
< tr > < th > Offset to UTC time< / th > < td > < input type = "number" name = "timezoneoffset" value = "${TIMEZONEOFFSET}" > < / td > < td > Define the offset to UTC time in hours. E.g +1< / tr >
< tr > < th > Color< / th > < td > < input type = "color" name = "fcolor" value = "${HEXCOLOR}" > < / td > < td / > < / tr >
< tr > < th > 1. Minute Color< / th > < td > < input type = \"color\" name = \"colorMin1\" value = \"" . . hexColor1 . . " \ " > < / td > < td / > < / tr > "
< tr > < th > 2. Minute Color< / th > < td > < input type = \"color\" name = \"colorMin2\" value = \"" . . hexColor2 . . " \ " > < / td > < td / > < / tr > "
< tr > < th > 3. Minute Color< / th > < td > < input type = \"color\" name = \"colorMin3\" value = \"" . . hexColor3 . . " \ " > < / td > < td / > < / tr > "
< tr > < th > 4. Minute Color< / th > < td > < input type = \"color\" name = \"colorMin4\" value = \"" . . hexColor4 . . " \ " > < / td > < td / > < / tr > "
< tr > < th > Three quater< / th > < td > < input type = "checkbox" name = "threequater" $ { THREEQUARTERCHECKED } > < / td > < td > Dreiviertel Joa/nei< / td > < / tr >
< tr > < th > ColorMode< / th > < td > < input type = "checkbox" name = "colorMode" $ { COLORMODECHECKED } > < / td > < td > If checked, words are dark, rest is colored< / td > < / tr >
2016-12-17 02:09:23 +01:00
< tr > < td colspan = "3" > < div align = "center" > < input type = "submit" value = "Save Configuration" onclick = "this.value='Submitting ..';this.disabled='disabled'; this.form.submit();" > < / div > < / td > < / tr >
< tr > < td colspan = "3" > < div align = "center" > < input type = "submit" name = "action" value = "Reboot" > < / div > < / td > < / tr >
< / table > < / form >
$ADDITIONAL_LINE
2019-03-08 21:30:21 +01:00
< / body > < / html >