summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-29 11:39:12 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:47 +0200
commit6f71ae5cc3dc1f9812ac84695f418adc19b938df (patch)
treed8d46584dea07a3bae5ec16c88cba6d98500f5e2 /index.html
parent4fcf21c8fb2b8f9420f102c6006860c77ee9ce64 (diff)
downloadwvs-vplan-6f71ae5cc3dc1f9812ac84695f418adc19b938df.tar.gz
wvs-vplan-6f71ae5cc3dc1f9812ac84695f418adc19b938df.zip
benutze Popup mit Ladebalken und Fehlermeldungen beim Login
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/index.html b/index.html
index 90d6b61..eaa573a 100644
--- a/index.html
+++ b/index.html
@@ -34,8 +34,9 @@
</div>
<div role="main" class="ui-content">
<a id='lnklogin' href='#loginpopup' data-rel="popup" data-role="button" data-position-to="window" data-inline="true" style="display:none;"></a>
- <div data-role="popup" id="loginpopup" data-theme="a">
- <form style="padding:10px 20px;">
+
+ <div data-role="popup" id="loginpopup" data-theme="a" data-dismissible>
+ <form style="padding:10px 20px;" id="loginform" action="javascript:login()">
<h3>Bitte einloggen</h3>
<label for="username" class="ui-hidden-accessible">Benutzername</label>
<input type="text" id="username" hint="Benutzername" autofocus required>
@@ -43,6 +44,21 @@
<input type="password" id="password" hint="Passwort" required>
<button type="submit">Einloggen</button>
</form>
+
+ <div>
+ <div id="loader" style="display:none;">
+ <input name="slider" id="slider" data-highlight="true" min="0" max="100" value="50" type="range">
+ </div>
+ </div>
+
+ <div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_noconn">
+ <center>Etwas ist schiefgelaufen.</center>
+ <center>Versuche es in Kürze noch einmal.</center>
+ </div>
+ <div class="ui-bar ui-bar-a ui-corner-all" style="display:none;" id="error_passwd">
+ <center>Deine Benutzerdaten stimmen nicht.</center>
+ <center>Bitte versuche es erneut.</center>
+ </div>
</div>
</div>
</div>