blob: 0a455434bf881d2df07529941ac1d66f21919414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[%
IF report.used_map;
PROCESS "maps/${map.type}.html";
END;
INCLUDE 'header.html',
title => loc('Report created')
bodyclass => 'mappage',
robots => 'noindex,nofollow';
%]
[% IF report.used_map %]
[% map_html %]
</div>
<div id="map_sidebar">
[% END %]
<div id="side">
<div id="report-a-problem-main">
<h1>Complete</h1>
<p>Your report has been sent. If you included contact details we may be in touch to follow up or request more details.</p>
<p>Thank you for saying something and making our transport safer.</p>
<p><img src="../cobrands/seesomething/images/btp-wmp-logos.png" alt="British Transport Police and the West Midlands Police" width="271" height="116"></p>
</div>
</div>
[% IF report.used_map %]
</div>
[% END %]
[% INCLUDE 'footer.html' %]
|