X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f7f2b7482d7bcfc7905746cee650ceb51c4e8e01..034982a12fa025af8c1d381cd09483c97fb29dbe:/app/views/site/_search.rhtml diff --git a/app/views/site/_search.rhtml b/app/views/site/_search.rhtml index 83411f54d..aa9294236 100644 --- a/app/views/site/_search.rhtml +++ b/app/views/site/_search.rhtml @@ -1,20 +1,61 @@ -
- <% form_tag :controller => 'geocoder', :action => 'search' do %> - <%= hidden_field_tag 'next_controller', @controller.controller_name %> - <%= hidden_field_tag 'next_action', @controller.action_name %> - <%= text_field 'query', 'postcode' %> - <%= text_field 'query', 'place_name'%> - <%= submit_tag 'Search' %> +
+ + + + + +
Search ResultsClose
+
+
+
+ + -
- Geolocation provided by npemap.org.uk, - geocoder.us, geocoder.ca and geonames.org -
-
- Enter a postcode or zip code, eg: SW15 6JH, 95472 +<% content_for "optionals" do %> +
+ Search +
+ + <% form_remote_tag(:loading => "startSearch()", + :complete => "endSearch()", + :url => { :controller => :geocoder, :action => :search }) do %> + <%= text_field_tag :query, params[:query] %> + <% end %> + +

Searching...

+
+

+ examples: 'Alkmaar', 'Regent Street, Cambridge', 'CB2 5AQ', + or 'post offices near Lünen' + more examples... +

-
- Enter a place-name, eg:Essen -
-
+<% end %>