X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30122011609aa02c32cfef6a31d3f28c1d0207e4..228ab23ce16338e281e609d9355c982cd4085c42:/app/views/site/export.html.erb diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb index 2eb23f755..bb66c665a 100644 --- a/app/views/site/export.html.erb +++ b/app/views/site/export.html.erb @@ -1,27 +1,24 @@ <% set_title(t(".title")) %> -

- - <%= t ".title" %> -

+<%= render "sidebar_header", :title => t(".title") %> <%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %> - <%= hidden_field_tag "format", "osm" %> + <%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
-
- <%= text_field_tag("maxlat", nil, :size => 10, :class => "export_bound") %> -
- <%= text_field_tag("minlon", nil, :size => 10, :class => "export_bound") %> - <%= text_field_tag("maxlon", nil, :size => 10, :class => "export_bound") %> -

- <%= text_field_tag("minlat", nil, :size => 10, :class => "export_bound") %> +
+ <%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %> +
+ <%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %> + <%= text_field_tag("maxlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %> +
+ <%= text_field_tag("minlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<%= t ".manually_select" %>

<%= t ".licence" %>

-

<%= t ".export_details_html" %>

+

<%= t ".licence_details_html", :odbl_link => link_to(t(".odbl"), t(".odbl_url")) %>

@@ -30,14 +27,14 @@

-
- <%= submit_tag t(".export_button") %> +
+ <%= submit_tag t(".export_button"), :class => "btn btn-primary mx-auto" %>
- -

<%= t ".too_large.advice" %>

-
+

<%= t ".too_large.advice" %>

+ +
<%= t ".too_large.overpass.title" %>
<%= t ".too_large.overpass.description" %>