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