X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a42dc9f4826da27b21fa1f66ea6318110afaa0b2..6b4803d87fc957d0a779ebedc39e8499af1b7733:/app/views/site/index.rhtml?ds=sidebyside diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index e08565a21..78623603a 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,23 +1,67 @@ + +
-
- - -
+ <%= start_form_tag :controller => 'site', :action => 'search' %> + <%= text_field 'query', 'query'%> + <%= submit_tag 'Search' %> + <%= end_form_tag %>
-
-
- zoom out - zoom in -
-
-
+ +<% lon = params['lon'] || '-0.1' %> +<% lat = params['lat'] || '51.5' %> +<% zoom = params['zoom'] || '4' %> + + +