summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
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>