conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html><head>
  2. <meta charset='utf-8'><meta name='viewport' content='width=device-width,initial-scale=1,user-scalable=no'/>
  3. <link rel='stylesheet' href='style.css'>
  4. <title>WiFiThermostat - WTherm-3598</title></head>
  5. <body>
  6. <div id='main'>
  7. <div id='head'>WiFiThermostat - WTherm-3598
  8. </div><hr>
  9. <div></div>
  10. <p><b>Configuration</b></p>
  11. <table style='width:100%'>
  12. <tr><td><form action='confdevwifi' method='get'><button>Device &amp; WiFi</button></form></td></tr>
  13. <tr><td><form action='conftime' method='get'><button>Date &amp; Time</button></form></td></tr>
  14. <tr><td><form action='conflog' method='get'><button>Logging</button></form></td></tr>
  15. <tr><td><form action='confweb' method='get'><button>Web Interface</button></form></td></tr>
  16. <tr><td><form action='confmqtt' method='get'><button>MQTT</button></form></td></tr>
  17. <tr><td><form action='confbas' method='get'><button>Thermostat Basic</button></form></td></tr>
  18. <tr><td><form action='confadv' method='get'><button>Thermostat Advanced</button></form></td></tr>
  19. <tr><td><form action='confadd' method='get'><button>Additional Functions</button></form></td></tr>
  20. <tr><td><form action='update' method='get'><button>OTA Firmware Update</button></form></td></tr>
  21. <tr><td>&nbsp;</td></tr>
  22. <tr><td><form action='console' method='get'><button>Web Console</button></form></td></tr>
  23. <tr><td><form action='wsconsole' method='get'><button>WebSockets Console</button></form></td></tr>
  24. </table>
  25. <div></div>
  26. <table style='width:100%'><tr>
  27. <td style='width:50%'><form action='.' method='get'><button class='bgrey'>Main Menu</button></form></td>
  28. <td><form action='/' method='get' onsubmit='return confirm("Confirm Restart");'><button name='restart' class='bred'>Restart</button></form></td>
  29. </tr></table>
  30. <div style='text-align:right;font-size:0.7em;color:#AAA;'><hr/><a href='https://git.flokra.at/flo/WiFiThermostat' target='_blank' style='color:#AAA;'>WiFiThermostat</a> 0.6.1 by <a href='https://www.flokra.at/' target='_blank' style='color:#AAA;'>FloKra</a></div>
  31. </div></body></html>