summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-30 15:49:33 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:46 +0200
commit1c332d8a52e9a7fcfcca9b38542529f6b06f064d (patch)
tree4eaa1632f45e141ed89a72f3fc29d20a04161290 /www/index.html
parentdda22b6eef396762a5525c94996179738e1a462b (diff)
downloadwvs-vplan-1c332d8a52e9a7fcfcca9b38542529f6b06f064d.tar.gz
wvs-vplan-1c332d8a52e9a7fcfcca9b38542529f6b06f064d.zip
füge optionales Vergessen des Passworts hinzu
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index d611028..bf5c99c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -97,6 +97,15 @@
<input type="text" id="username" hint="Benutzername" autofocus required>
<label for="password">Moodle-Passwort:</label>
<input type="password" id="password" hint="Passwort" required>
+
+ <div class="ui-field-contain">
+ <label for="saveflip">Speichern:</label>
+ <select id="saveflip" data-role="slider" data-mini="true" data-inline>
+ <option value="false">Nein</option>
+ <option value="true" selected>Ja</option>
+ </select>
+ </div>
+
<button class="ui-btn ui-corner-all ui-btn-icon-left ui-icon-user" id="loginsubmit" type="submit">Einloggen</button>
</form>