Updated Config with "new" options.

This commit is contained in:
Brinken
2012-03-22 11:35:13 +01:00
parent c400908ab2
commit 6f2c1ea997
4 changed files with 61 additions and 19 deletions
+21
View File
@@ -619,6 +619,27 @@
</option>
%endfor
</select>
<div id="customoptions">
<h3>Host:<br>
<input type="text" name="customhost" value="${config['customhost']}" size="20">
</h3>
<h3>
Port:<br>
<input type="text" name="customport" value="${config['customport']}" size="8">
</h3>
<h3>
Sleep Interval:
<br>
<input type="text" name="customsleep" value="${config['customsleep']}" size="4">
</h3>
</div>
<div id="hpserveroptions">
<h3>Username:<br><input type="text" name="hpuser" value="${config['hpuser']}" size="20"></h3>
<h3>Password:<br><input type="password" name="hppass" value="${config['hppass']}" size="15"></h3>
<i class="smalltext2"><a href="http://headphones.codeshy.com/vip">Get an Account</a></p>
</div>
</td>
</tr>
</table>