diff options
-rw-r--r-- | www/no_connection.html | 16 | ||||
-rw-r--r-- | www/report.html | 16 |
2 files changed, 9 insertions, 23 deletions
diff --git a/www/no_connection.html b/www/no_connection.html index d46049a..0cda9d9 100644 --- a/www/no_connection.html +++ b/www/no_connection.html @@ -1,10 +1,12 @@ <div id="no-connection-page" class="wrapper" data-role="page"> + <div data-id="locate" id="no-connection-header" data-role="header" data-position="fixed"> + <h1>No Connection</h1> + <a href="index.html" class="ui-btn-right">Try Again</a> + </div> <div class="table-cell"> <div class="container"> <div class="content" role="main" data-enhance="false"> <div class="tablewrapper"> - <h2>No Internet connection</h2> - <p id="have-gps"> </p> @@ -18,14 +20,4 @@ </div><!-- .content role=main --> </div><!-- .container --> </div><!-- .table-cell --> - - <div data-role="footer" data-id="foo1" data-position="fixed"> - <div data-role="navbar"> - <ul> - <li><a href="index.html">Report</a></li> - <li><a href="account.html">Account</a></li> - <li><a href="about.html" class="ui-button-active ui-state-persist">Info</a></li> - </ul> - </div><!-- /navbar --> - </div> </div> <!-- .wrapper --> diff --git a/www/report.html b/www/report.html index d9de50d..9f1d3f1 100644 --- a/www/report.html +++ b/www/report.html @@ -1,4 +1,8 @@ <div class="wrapper" id="report-page" data-role="page"> + <div data-id="locate" id="report-header" data-role="header" data-position="fixed"> + <h1>Report</h1> + <a href="settings.html" class="ui-btn-right" data-icon="gear" data-iconpos="notext"></a> + </div> <div class="table-cell"> <div class="container" data-role="content"> <div class="content" id="report" role="main" data-enhance="false"> @@ -24,7 +28,7 @@ <div class="problem-header cf"> <h1 id="title"></h1> - <div id="report-img" class="update-img"> + <div id="report-img" class="update-img nodisplay"> <a id="photo_link" href="" rel="fancy"><img id="photo" alt="Photo of this report" width="250" src=""><span>zoom</span></a> </div> @@ -42,15 +46,5 @@ </div> </div> </div> - - <div data-role="footer" data-id="foo1" data-position="fixed"> - <div data-role="navbar"> - <ul> - <li><a href="index.html">Report</a></li> - <li><a href="account.html">Account</a></li> - <li><a href="about.html">Info</a></li> - </ul> - </div> - </div> </div> </div> |