X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a998a0bb2012a6e983eae3da9377b3669e9f24b2..898bc32f48a395f428e7f57d04bbc95ec27d8517:/app/views/site/_search.html.erb diff --git a/app/views/site/_search.html.erb b/app/views/site/_search.html.erb index f487e8f4a..bcab7e404 100644 --- a/app/views/site/_search.html.erb +++ b/app/views/site/_search.html.erb @@ -1,59 +1,31 @@ -<% content_for "optionals" do %> +<% content_for :optionals do %>
- <%= t 'site.search.where_am_i' %> -

<%= t 'site.search.search' %>

-
+
- <% form_remote_tag(:before => "setSearchViewbox()", - :loading => "startSearch()", - :complete => "endSearch()", - :url => { :controller => :geocoder, :action => :search }, - :html => { :method => "get", :action => url_for(:action => "index") }) do %> - <%= text_field_tag :query, h(params[:query]), :tabindex => "1" %> - <% if params[:action] == 'index' %> - <%= hidden_field_tag :minlon %> - <%= hidden_field_tag :minlat %> - <%= hidden_field_tag :maxlon %> - <%= hidden_field_tag :maxlat %> - <% end %> + <%= form_tag url_for(:controller => :geocoder, :action => :search), :id => "search_form" do %> <%= submit_tag t('site.search.submit_text') %> + <%= text_field_tag :query, h(params[:query]), :tabindex => "1", :placeholder => t('site.search.search') %> <% end %>
-

- <%= t 'site.search.search_help' %> +

+ <%= raw(t 'site.search.search_help') %> + <%= t 'site.search.where_am_i' %>

<% end %>