diff options
-rw-r--r-- | www/templates/en/offline.html | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index d6a2b35..645269a 100644 --- a/www/templates/en/offline.html +++ b/www/templates/en/offline.html @@ -1,24 +1,20 @@ -<div data-role="header"> +<div data-role="header" data-position="fixed"> <a id="offline-prev-btn" data-icon="arrow-l" data-iconpos="left" class="ui-btn-left">Try Again</a> <h1>Offline</h1> <a id="offline-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> </div> -<div data-role="content"> - <div id="locating" class="nodisplay" style="background: white; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3000; text-align: center; padding-top: 50%"> - <p> - Getting Your Location - </p> + <div id="locating" class="nodisplay"> + <div class="radar"></div> + <div id="progress"> + <div id="progress-bar"> + </div> + </div> <p> - Current accuracy is <span id="accuracy">unknown</span> - we'll add the - location to the draft when it's <% print( CONFIG.ACCURACY ) %>m or better. + <input data-theme="c" type="button" id="locate_cancel" value="Cancel"> </p> - - <div style="width:100%; height:10px; border:1px solid black;"> - <div id="progress-bar" style="width:0%; background-color: grey; height:10px;"> - </div> - </div> </div> +<div data-role="content"> <p class="notopmargin"> Sorry, there doesn't seem to be any internet connection. You can save this report for sending later though </p> |