diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-28 18:36:32 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:47 +0200 |
| commit | 4fcf21c8fb2b8f9420f102c6006860c77ee9ce64 (patch) | |
| tree | d606c1b293d437964c912c8786da554190268c34 /index.html | |
| parent | c1b413b4fcbc15436d667a436cd53fe066fe2414 (diff) | |
| download | wvs-vplan-4fcf21c8fb2b8f9420f102c6006860c77ee9ce64.tar.gz wvs-vplan-4fcf21c8fb2b8f9420f102c6006860c77ee9ce64.zip | |
stelle Login als Popup dar
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -28,32 +28,33 @@ </head> <body> <div class="app"> - <div data-role="page" class="page" id="loginpage"> + <div data-role="page" class="page" id="loginpage" data-theme="a"> <div data-role="header"> - <h1>WvS VPlan | Login</h1> + <h1>WvS VPlan</h1> </div> <div role="main" class="ui-content"> - <form action="javascript:login()" id="loginform"> - <label for="username">Benutzername</label> - <input type="text" id="username" hint="Benutzername" autofocus required> - <label for="password">Passwort</label> - <input type="password" id="password" hint="Passwort" required> - <button type="submit">Einloggen</button> - </form> - <div data-role="popup" id="loginpopup"> - <p>Deine Logindaten sind inkorrekt.</p> + <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;"> + <h3>Bitte einloggen</h3> + <label for="username" class="ui-hidden-accessible">Benutzername</label> + <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">Einloggen</button> + </form> </div> </div> </div> </div> + <script type="text/javascript" src="js/jquery-2.1.0.min.js"></script> + <script type="text/javascript" src="js/jquery.mobile-1.4.2.min.js"></script> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="js/index.js"></script> <script type="text/javascript"> app.initialize(); </script> <script type="text/javascript" src="js/pdf.js"></script> - <script type="text/javascript" src="js/jquery-2.1.0.min.js"></script> - <script type="text/javascript" src="js/jquery.mobile-1.4.2.min.js"></script> </body> </html> |
