summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-01 16:47:25 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:55:40 +0200
commit0ab840c3f81b29d6911f1042bc1a0dbcc0c44878 (patch)
treec106d3bb95714c181c6737766442300c518620c1 /index.html
parentc2963183784b2689f34d525a42fae7b43fe06422 (diff)
downloadwvs-vplan-0ab840c3f81b29d6911f1042bc1a0dbcc0c44878.tar.gz
wvs-vplan-0ab840c3f81b29d6911f1042bc1a0dbcc0c44878.zip
zeige Verbindungsfehler
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>