first commit
This commit is contained in:
27
ESP8266_DOMOTICZ_OCTOPRINT_WEB/data/body.html
Normal file
27
ESP8266_DOMOTICZ_OCTOPRINT_WEB/data/body.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user