X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f5cbc9c4fec78f4b8a1d01859b08d82ecb66a1b0..2aa391e8490dcc4bfcb6cdcf483ee3ce5d610851:/app/views/export/start.html.erb diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb index 78a22bc47..0bc1ac5bb 100644 --- a/app/views/export/start.html.erb +++ b/app/views/export/start.html.erb @@ -1,6 +1,5 @@ -<%= form_tag :action => "finish" do %> - -

<%= t'export.start.area_to_export' %>

+<%= form_tag :controller => "export", :action => "finish" do %> + <%= hidden_field_tag 'format', 'osm' %>
@@ -14,14 +13,6 @@ <%= t'export.start.manually_select' %>
-

<%= t'export.start.format_to_export' %>

- - -

<%= t'export.start.licence' %>

@@ -34,39 +25,24 @@

<%= t'export.start.too_large.body' %>

-
-
-
- -
-

<%= t'export.start.options' %>

- - -
- -
-

<%= t'export.start.options' %>

+
+
<%= t'export.start.too_large.planet.title' %>
+
<%= t'export.start.too_large.planet.description' %>
-
- - <%= t'export.start.add_marker' %> -
+
<%= t'export.start.too_large.geofabrik.title' %>
+
<%= t'export.start.too_large.geofabrik.description' %>
-

<%= t'export.start.output' %>

+
<%= t'export.start.too_large.metro.title' %>
+
<%= t'export.start.too_large.metro.description' %>
-
- -

<%= t'export.start.paste_html' %>

+
<%= t'export.start.too_large.other.title' %>
+
<%= t'export.start.too_large.other.description' %>
+
+
- <%= submit_tag t('export.start.export_button'), :id => "export_commit" %> - +
+ <%= submit_tag t('export.start.export_button'), :id => "export_commit" %> +
<% end %>