28 lines
803 B
HTML
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>
|
|
|