aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/en/sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/en/sent.html')
-rw-r--r--www/templates/en/sent.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/templates/en/sent.html b/www/templates/en/sent.html
new file mode 100644
index 0000000..f4f1541
--- /dev/null
+++ b/www/templates/en/sent.html
@@ -0,0 +1,22 @@
+<div id="report-created-header" data-role="header">
+ <a class="ui-btn-left">Home</a>
+ <h1>Report Created</h1>
+</div>
+<div data-role="content">
+ <% if ( typeof email_confirm != 'undefined' && email_confirm === 1 ) { %>
+ <h3>Confirmation email sent</h3>
+
+ <p>
+ We've sent you a confirmation email which may take a few minutes to arrive. Once it arrives click the link in the email to confirm your report.
+ </p>
+ <% } else { %>
+ <h3>Thanks. Your report will be sent to the authorities immediately.</h3>
+
+ <p class="center"><input type="button" data-theme="a" id="open_report" value="View it on the site"></p>
+ <% } %>
+
+
+ <div class="bottom-btn">
+ <input type="button" id="id_report_another" data-theme="a" value="Start new report" >
+ </div>
+</div>