diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-19 17:41:51 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:12 +0100 |
commit | 36c4b4453badef9f9d162de326d36e6e17e172a5 (patch) | |
tree | f5f326d1d1187b16d9c638833988204e31f19b48 | |
parent | d20a625ce63fc4182b54d12d5392b78fabdd1ca9 (diff) |
Problem -> Clinic on around page for ZeroTB
-rw-r--r-- | templates/web/zerotb/around/tabbed_lists.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/zerotb/around/tabbed_lists.html b/templates/web/zerotb/around/tabbed_lists.html new file mode 100644 index 000000000..8b8e8753e --- /dev/null +++ b/templates/web/zerotb/around/tabbed_lists.html @@ -0,0 +1,14 @@ +<menu id="problems-nav" class="tab-nav"> + <ul> + <li><a href="#current">[% loc('Clinics on the map') %]</a></li> + <li><a href="#current_near">[% loc( 'Clinics nearby' ) %]</a></li> + </ul> +</menu> + +<ul id="current" class="issue-list-a tab"> + [% INCLUDE "around/on_map_list_items.html" %] +</ul> + +<ul id="current_near" class="issue-list-a tab"> + [% INCLUDE "around/around_map_list_items.html" %] +</ul> |