aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/zerotb/report/display.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/web/zerotb/report/display.html b/templates/web/zerotb/report/display.html
new file mode 100644
index 000000000..5febcaaab
--- /dev/null
+++ b/templates/web/zerotb/report/display.html
@@ -0,0 +1,28 @@
+[%
+ PROCESS "report/photo-js.html";
+ PROCESS "maps/${map.type}.html";
+
+ problem_title = problem.title_safe _ ' - ' _ loc('Viewing a Clinic');
+ INCLUDE 'header.html'
+ title = problem_title
+ robots = 'index, nofollow'
+ bodyclass = 'mappage';
+%]
+
+[% map_html %]
+
+</div>
+
+[% INCLUDE 'report/banner.html' %]
+
+[% INCLUDE 'report/_main.html' %]
+
+<div class="shadow-wrap">
+ <ul id="key-tools">
+ <li><a class="chevron" id="key-tool-problems-nearby" href="[% c.uri_for( '/around', { lat => short_latitude, lon => short_longitude } ) %]">[% loc( 'Clinics nearby' ) %]</a></li>
+ </ul>
+
+</div>
+
+[% INCLUDE 'report/update-form.html' %]
+[% INCLUDE 'footer.html' %]