diff options
Diffstat (limited to 'www/templates/en/home.html')
-rw-r--r-- | www/templates/en/home.html | 31 |
1 files changed, 3 insertions, 28 deletions
diff --git a/www/templates/en/home.html b/www/templates/en/home.html index 2a19d6d..e8e0e8c 100644 --- a/www/templates/en/home.html +++ b/www/templates/en/home.html @@ -1,30 +1,5 @@ -<div id="index-header" data-role="header"> - <a id="view-my-reports" class="nodisplay" data-role="button" href="#"> - Drafts <span class="draft_count"><% print( FMS.allDrafts.length ) %></span> - </a> - <h1>Find problem</h1> - <a id="login-options" class="ui-btn-right">Account</a> -</div> -<div data-role="content" class="table-cell"> - <div class="container"> - <div class="content" role="main"> - <div class="tablewrapper"> - <div id="locating" class="nodisplay" style="text-align: center; padding-top: 50%"> - Determining location<br> - <span id="accuracy"></span> - </div> - <div id="have_saved" class="nodisplay"> - <p> - You have an incomplete report saved. Would you like to: - </p> - <ul> - <li><input type="button" id="use_saved" value="Complete Saved Report"></li> - <li>Or create a new report and:</li> - <li><input type="button" id="delete_saved" value="Delete Saved Report"></li> - <li><input type="button" id="continue" value="Keep Saved Report"></li> - </ul> - </div> - </div> - </div> +<div data-role="content"> + <div id="locating"> + <div class="radar"></div> </div> </div> |