#32 Reworked settings page as dummy
Only two dummy checkboxes to approve the concept
This commit is contained in:
parent
f7cbaaac1e
commit
e8d607fd00
|
@ -1,21 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Enhanced Aniwatch Settings</title>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<title>Aniwatch Plus Settings</title>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form>
|
||||
<h4>Enhanced Aniwatch Settings</h4>
|
||||
<label>Maximum Player Width <input type="number" id="maxPlayerWidth" min="1920" max="20000" value="1920" style="width: 75px; text-align:right;">
|
||||
<span style="margin-left:-82px; font-size:12px;">px:</label>
|
||||
<br>
|
||||
<label>Actual Player Width <input type="number" id="actualPlayerWidth" min="1370" max="10000" value="1370" style="width: 75px; text-align:right;">
|
||||
<span style="margin-left:-82px; font-size:12px;">px:</label>
|
||||
<br>
|
||||
<button id="save">Save</button>
|
||||
<h4>Aniwatch Plus Settings</h4>
|
||||
|
||||
</form>
|
||||
<input type="checkbox" id="beautifyRequestsPage" data-default-value="true" />
|
||||
<label for="beautifyRequestsPage">Enhance "Requestes" page</label><br>
|
||||
|
||||
<input type="checkbox" id="quickSearch" data-default-value="false" />
|
||||
<label for="quickSearch">Enable Quick Search</label><br>
|
||||
|
||||
<button id="saveBtn">Save</button>
|
||||
|
||||
</form>
|
||||
|
||||
<script src="../javascript/common.min.js"></script>
|
||||
<script src="../javascript/settings.min.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue