diff options
-rw-r--r-- | templates/web/seesomething/report/display.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/seesomething/report/display.html b/templates/web/seesomething/report/display.html new file mode 100644 index 000000000..0068c66c1 --- /dev/null +++ b/templates/web/seesomething/report/display.html @@ -0,0 +1,20 @@ +[% + PROCESS "report/photo-js.html"; + PROCESS "maps/${map.type}.html"; + + INCLUDE 'header.html' + robots = 'index, nofollow', + bobyclass = 'mappage', + no_version_css => 1; +%] + +[% IF !c.user_exists OR !c.user.from_council %] +Reports to this site are private +[% ELSE %] +[% map_html %] + +</div> +[% INCLUDE 'report/_main.html' %] +[% END %] + +[% INCLUDE 'footer.html' %] |