added more info to postcode lookup as requested in ticket 427
This commit is contained in:
parent
fa4e7e2df7
commit
d59d6009e9
1 changed files with 4 additions and 5 deletions
|
@ -2,21 +2,20 @@
|
|||
|
||||
<div id="geocoder">
|
||||
<%= start_form_tag :controller => 'geocoder', :action => 'search' %>
|
||||
<%= text_field 'query', 'postcode'%>
|
||||
<%= text_field 'query', 'postcode' %>
|
||||
<%= text_field 'query', 'place_name'%>
|
||||
<%= submit_tag 'Search' %>
|
||||
<%= end_form_tag %>
|
||||
|
||||
<div id="geocoder-attribution">
|
||||
Geolocation provided by <a href="http://npemap.org.uk/">npemap.org.uk</a>,
|
||||
<a href="http://geocoder.us/">geocoder.us</a>, <a href="http://geocoder.ca/">geocoder.ca</a>
|
||||
and <a href="http://www.geonames.org/">geonames.org</a>
|
||||
<a href="http://geocoder.us/">geocoder.us</a>, <a href="http://geocoder.ca/">geocoder.ca</a> and <a href="http://www.geonames.org/">geonames.org</a>
|
||||
</div>
|
||||
<div id="postcode-helper">
|
||||
eg: SW15 6JH, 95472 or H2L4C1
|
||||
Enter a postcode or zip code, eg: SW15 6JH, 95472
|
||||
</div>
|
||||
<div id="placename-helper">
|
||||
eg:Essen
|
||||
Enter a place-name, eg:Essen
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue