29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<div style="display:flex">
|
|
<span style="flex-grow: 1; text-align: center; font-weight: bold;">
|
|
Time:
|
|
</span>
|
|
<input id="timeview_auto_refresh" type="checkbox">⟳
|
|
</div>
|
|
|
|
<div style="display:flex">
|
|
<span style="min-width: 50px;">MCU:</span>
|
|
<div id="timeview_esp_time" style="text-wrap: nowrap; flex-grow: 1;">Esp time</div>
|
|
</div>
|
|
<div style="display:flex">
|
|
<span style="min-width: 50px;">RTC:</span>
|
|
<div id="timeview_rtc_time" style="text-wrap: nowrap; flex-grow: 1;">Rtc time</div>
|
|
</div>
|
|
<div style="display:flex">
|
|
<span style="min-width: 50px;">Local:</span>
|
|
<div id="timeview_browser_time" style="text-wrap: nowrap; flex-grow: 1;">Local time</div>
|
|
</div>
|
|
|
|
<div style="display:flex">
|
|
<span style="min-width: 50px;">Timezone:</span>
|
|
<select id="timezone_select" style="text-wrap: nowrap; flex-grow: 1;">
|
|
<option value="" disabled selected>Select Timezone</option>
|
|
</select>
|
|
</div>
|
|
|
|
<button id="timeview_time_upload">Store Browser time into esp and rtc</button>
|