diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-15 17:11:18 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:52 +0200 |
| commit | ed86b13b009f5a6d648c4b70503f1e154ba61b52 (patch) | |
| tree | c026625fa04e888628fd53bd063423229004d3ad /index.html | |
| parent | 9f6c23e63a14f7602f6c57bb3d17c7a3a8fdd413 (diff) | |
| download | wvs-vplan-ed86b13b009f5a6d648c4b70503f1e154ba61b52.tar.gz wvs-vplan-ed86b13b009f5a6d648c4b70503f1e154ba61b52.zip | |
zeige Login-Popup über den Plänen an, lade Pläne sofort, sortiere Pläne in Tabs
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -28,13 +28,14 @@ </head> <body> <div class="app"> - <div data-role="page" class="page" id="loginpage" data-theme="a"> + <div data-role="page" class="page" id="mainpage" data-theme="a"> <div data-role="header"> <h1>WvS VPlan</h1> </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" data-dismissible> + <div data-role="popup" id="loginpopup" data-theme="a"> <form style="padding:10px 20px;" id="loginform" action="javascript:login()"> <h3>Bitte einloggen</h3> <label for="username" class="ui-hidden-accessible">Benutzername</label> @@ -52,20 +53,29 @@ <center>Etwas ist schiefgelaufen.</center> <center>Versuche es in Kürze noch einmal.</center> <div style="width:100%;margin 0 auto;"> - <button class="ui-btn" id="loadbtn" onclick="load()">Pläne aus dem Speicher anzeigen</button> - </div> - <div class="ui-bar ui-bar-a ui-corner-all" id="error_nofiles" style="display:none;"> - <center>keine Pläne im Speicher :(</center> + <button class="ui-btn" id="loadbtn" onclick="$('#loginpopup').close()">Pläne aus dem Speicher anzeigen</button> </div> </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> - </div> + </div> <!-- loginpopup --> + + <div data-role="tabs" id="vplantabs"> + <div data-role="navbar"> + <ul> + <li><a href="#nothing">Nichts1</a></li> + </ul> + </div> + <div id="nothing"> + <p>Es sind noch keine Pläne verfügbar. Bitte logge dich ein!</p> + </div> + </div> <!-- vplantabs --> + </div> <!-- main ui-content --> + </div> <!-- mainpage --> + </div> <!-- app --> <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> |
