]> git.wh0rd.org - chrome-ext/music-player-client.git/blobdiff - main.html
add refresh option for updating the gui automatically
[chrome-ext/music-player-client.git] / main.html
index 8f5e3c46165c6e4e434fbe2dbcb2778cf5eae497..8793bf6f3c4aa034c12a274ec44a5e26bb86323b 100644 (file)
--- a/main.html
+++ b/main.html
@@ -90,17 +90,23 @@ div#footer {
 <table>
  <tr>
   <td>Host:</td>
-  <td><input type='text' id='host' value='192.168.0.2'></td>
+  <td><input type='text' id='host'></td>
  </tr>
  <tr>
   <td>Port:</td>
-  <td><input type='number' id='port' value='6600'></td>
- </tr>
- <tr>
   <td colspan=2>
+   <input type='number' id='port' style='width:60px'>
+   &nbsp;&nbsp;&nbsp;
    <input type='button' id='connect' value='connect'>
+  </td>
+ </tr>
+ <tr>
+  <td>Refresh (sec):</td>
+  <td>
+   <input type='number' id='refresh' style='width:40px'>
    &nbsp;&nbsp;&nbsp;
-   Sync Settings:<input type='checkbox' id='sync' checked></td>
+   Sync Settings:<input type='checkbox' id='sync' checked>
+  </td>
  </tr>
 </table>
 </div>