summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index cfad5d5..3e1180c 100644
--- a/index.html
+++ b/index.html
@@ -84,10 +84,14 @@
<input type="text" id="username" hint="Benutzername" autofocus required>
<label for="password" class="ui-hidden-accessible">Passwort</label>
<input type="password" id="password" hint="Passwort" required>
- <button type="submit" onclick="javascript:track('ui/tab/login/loginbutton');">Einloggen</button>
+ <button id="loginsubmit" type="submit" onclick="javascript:track('ui/tab/login/loginbutton');">Einloggen</button>
</form>
<div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_noconn">
+ <div style="text-align: center">Keine Netzwerkverbindung verfügbar.</div>
+ </div>
+
+ <div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_general">
<div style="text-align: center">Etwas ist schiefgelaufen.</div>
<div style="text-align: center">Versuche es in Kürze noch einmal.</div>
</div>