diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index b9dbe1a..1ac5272 100644 --- a/www/index.html +++ b/www/index.html @@ -57,9 +57,22 @@ <div class="table-cell"> <div class="container"> <div class="content" role="main"> - <div class="tablewrapper" style="text-align: center; padding-top: 50%"> - Determining location<br> - <span id="accuracy"></span> + <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> |