diff options
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> |
