diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-29 11:39:12 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:47 +0200 |
| commit | 6f71ae5cc3dc1f9812ac84695f418adc19b938df (patch) | |
| tree | d8d46584dea07a3bae5ec16c88cba6d98500f5e2 /index.html | |
| parent | 4fcf21c8fb2b8f9420f102c6006860c77ee9ce64 (diff) | |
| download | wvs-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.html | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -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> |
