diff options
Diffstat (limited to 'templates/web/zerotb/around/postcode_form.html')
-rw-r--r-- | templates/web/zerotb/around/postcode_form.html | 36 |
1 files changed, 0 insertions, 36 deletions
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> |