improved options getter/setter
This commit is contained in:
parent
3497037981
commit
3ae9beb803
2 changed files with 54 additions and 4 deletions
|
@ -7,9 +7,10 @@
|
|||
<body>
|
||||
<h1>Welcome to chromesoul</h1>
|
||||
<fieldset>
|
||||
<legend>Connection informations</legend>
|
||||
<legend>Configuration</legend>
|
||||
Login: <input type="text" id="login" class="opt"><br>
|
||||
Password (socks): <input type="password" id="pwd_socks", class="opt"><br>
|
||||
Password (socks): <input type="password" id="pwd_socks" class="opt"><br>
|
||||
Enable messages: <input type="checkbox" id="enable_msg" class="opt" checked="checked"><br>
|
||||
<button id="save">Save</button> <span id="status"></span>
|
||||
</fieldset>
|
||||
<p>Status: <span id="status_txt"></span></p>
|
||||
|
|
Reference in a new issue