aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zerotb/around
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zerotb/around')
-rw-r--r--templates/web/zerotb/around/_updates.html0
-rw-r--r--templates/web/zerotb/around/intro.html1
-rw-r--r--templates/web/zerotb/around/location_error.html8
-rw-r--r--templates/web/zerotb/around/on_map_list_items.html14
-rw-r--r--templates/web/zerotb/around/postcode_form.html36
-rw-r--r--templates/web/zerotb/around/tabbed_lists.html3
6 files changed, 0 insertions, 62 deletions
diff --git a/templates/web/zerotb/around/_updates.html b/templates/web/zerotb/around/_updates.html
deleted file mode 100644
index e69de29bb..000000000
--- a/templates/web/zerotb/around/_updates.html
+++ /dev/null
diff --git a/templates/web/zerotb/around/intro.html b/templates/web/zerotb/around/intro.html
deleted file mode 100644
index 07d018f57..000000000
--- a/templates/web/zerotb/around/intro.html
+++ /dev/null
@@ -1 +0,0 @@
-<h2>[% loc('If a hospital, clinic or other health facility near you is experiencing <b>stockouts of tuberculosis drugs</b> you can use this form to report it') %]</h2>
diff --git a/templates/web/zerotb/around/location_error.html b/templates/web/zerotb/around/location_error.html
deleted file mode 100644
index 45428e723..000000000
--- a/templates/web/zerotb/around/location_error.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<p class="form-error">
-[% IF location_error_no_areas %]
- [% loc('This location seems to be outside the Dehli area.') %]
-[% ELSE %]
- [% location_error %]
-[% END %]
-</p>
-
diff --git a/templates/web/zerotb/around/on_map_list_items.html b/templates/web/zerotb/around/on_map_list_items.html
deleted file mode 100644
index 5c7822b48..000000000
--- a/templates/web/zerotb/around/on_map_list_items.html
+++ /dev/null
@@ -1,14 +0,0 @@
-[% all_reports = on_map.merge(around_map) %]
-[% IF all_reports.size %]
- [% FOREACH problem IN all_reports %]
- [% UNLESS problem.title;
- dist = tprintf("%.1f", (problem.distance || 0) );
- problem = problem.problem;
- END %]
- [% INCLUDE 'report/_item.html' %]
- [% END %]
-[% ELSE %]
- <li class="item-list__item item-list__item--empty">
- <p>[% loc('No clinics found.') %]</p>
- </li>
-[% END %]
diff --git a/templates/web/zerotb/around/postcode_form.html b/templates/web/zerotb/around/postcode_form.html
deleted file mode 100644
index 484f41c5c..000000000
--- a/templates/web/zerotb/around/postcode_form.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<div id="front-main">
- <div id="front-main-container">
- [% INCLUDE 'around/intro.html' %]
-
- [%
- question = c.cobrand.enter_postcode_text || loc('Enter a nearby street name and area');
- %]
-
- <div id="postcodeForm">
- <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm">
- <label for="pc">[% question %]:</label>
- <div>
- <input type="text" name="pc" value="[% pc | html %]" id="pc" size="10" maxlength="200" placeholder="[% tprintf(loc('e.g. ā€˜%s’ or ā€˜%s’'), c.cobrand.example_places) %]">
- <input type="submit" value="[% loc('Go') %]" id="sub">
- </div>
-
- [% IF partial_token %]
- <input type="hidden" name="partial" value="[% partial_token.token %]">
- [% END %]
-
- </form>
- <form action="[% c.uri_for( '/report' ) %]/" method="get" name="clinicForm">
- <label for="clinic">[% loc('... or select a clinic by name' ) %]</label>
- <div>
- <select id="clinic" name="clinic">
- [% FOR clinic IN c.cobrand.get_clinic_list %]
- <option value="[% clinic.id %]">[% clinic.title %]</option>
- [% END %]
- </select>
- <input class="green-btn" type="submit" value="[% loc('Go') %]" id="show_report">
- </div>
- </form>
- </div>
-
- </div>
-</div>
diff --git a/templates/web/zerotb/around/tabbed_lists.html b/templates/web/zerotb/around/tabbed_lists.html
deleted file mode 100644
index 090f03be0..000000000
--- a/templates/web/zerotb/around/tabbed_lists.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<ul id="current" class="item-list item-list--reports tab">
- [% INCLUDE "around/on_map_list_items.html" %]
-</ul>