Files
Arduino/ESP8266_DOMOTICZ_OCTOPRINT_WEB_VOLETS/data/body.html
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

28 lines
803 B
HTML

<body>
<form action='/ident' method='get'>
<script type='text/javascript'>\nfunction showValue(newValue)\n{\ndocument.getElementById('text').innerHTML=newValue;\n}\n</script>
<div>
<label for='name'>SSID:</label>
<input type='text' id='name' name='name' />
</div>
<div>
<label for='pass'>Password:</label>
<input type='password' id='pass' name='pass' />
</div>
<div>
<label for='domo'>Domoticz:</label>
<input type='text' id='domo' name='domo' />
<label for='port'>Port:</label>
<input type='text' id='port' name='port' />
</div>
<div>
<label for='radi'>Id Radiateur:</label>
<input type='radi' id='radi' name='radi' />
</div>
<div class='button'>
<button name=H type='submit'>Ok</button>
</div>
</form>
</body>