]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - options.html
options: switch to new chrome options page
[chrome-ext/web-power-switch.git] / options.html
index 849f183b72864ebe5c421a2799052d4f67b1e2f5..f9cac46f4ceeefcbcceaab0aa20421d59fd37997 100644 (file)
@@ -6,19 +6,28 @@
 <title>Web Power Switch Manager Options</title>
 <script src='common.js'></script>
 <script src='options.js'></script>
+<style>body { padding: 0px; }</style>
 </head>
 
-<body background='images/outlet.svg'>
+<body>
 <table>
 <tr>
- <td>URL:</td><td><input type='text' id='url'></td>
+ <td>URL:</td><td><input type='text' id='url' size=40></td>
 </tr>
 <tr>
- <td>User:</td><td><input type='text' id='user'></td>
+ <td>User:</td><td><input type='text' id='user' size=40></td>
 </tr>
 <tr>
- <td>Pass:</td><td><input type='text' id='pass'></td>
+ <td>Pass:</td><td><input type='text' id='pass' size=40></td>
 </tr>
 </table>
+
+<p style='text-align: center'>
+<input type='button' id='save' value='Save'>
+</p>
+<p style='text-align: center' id='msg'>
+You must hit "Save" the first time to authorize the client.
+</p>
+
 </body>
 </html>