aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-29 18:58:21 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-29 19:05:02 +0000
commit681e03facd23edcae29cc0e2662e009465b589e0 (patch)
tree095b372bb424d54d9772b99ed782ddca1cab8686 /www/index.html
parentf8a00e7fd5cccaf8407eecf4657a9e8bfd543819 (diff)
basic support for checking for in progress report on startup
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html19
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>