1 <!-- Written by Mike Frysinger <vapier@gmail.com>. Released into the public domain. -->
6 <meta charset='utf-8'/>
7 <title>Web Power Switch Manager Options</title>
8 <script src='common.js'></script>
9 <script src='options.js'></script>
10 <style>body { padding: 0px; }</style>
17 <td><input type='text' id='url' size=40
18 autocapitalize='none' autocorrect='off' spellcheck='false'></td>
22 <td><input type='text' id='user' size=40
23 autocapitalize='none' autocorrect='off' spellcheck='false'></td>
27 <td><input type='password' id='pass' size=30
28 autocapitalize='none' autocorrect='off' spellcheck='false'> <button id='show-pass'>👁</button></td>
32 <p style='text-align: center'>
33 <input type='button' id='save' value='Save'>
35 <p style='text-align: center' id='msg'>
36 You must hit "Save" the first time to authorize the client.