aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/en/sent.html
blob: f4f1541cc607db0a96ec57ae239d33be9041a8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>