X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..62dff6ab7ff94c38b19208dd1423ad0be5cb9dcf:/app/views/site/export.html.erb
diff --git a/app/views/site/export.html.erb b/app/views/site/export.html.erb
index c8d964a59..4af1a0ff3 100644
--- a/app/views/site/export.html.erb
+++ b/app/views/site/export.html.erb
@@ -1,50 +1,53 @@
-
-
- <%= 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") %>
-
-
<%= t'export.start.manually_select' %>
+<% set_title(t(".title")) %>
+
+
+
+ <%= t ".title" %>
+
+
+<%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %>
+ <%= hidden_field_tag "format", "osm" %>
+
+
-
-
<%= t'export.start.licence' %>
+
<%= t ".licence" %>
+
<%= raw t ".export_details" %>
-
-
<%= raw t'export.start.export_details' %>
-
+
+
+ <%= t ".too_large.body" %>
+
+
-
-
<%= t'export.start.too_large.heading' %>
+
-
-
+
<%= t ".too_large.geofabrik.title" %>
+
<%= t ".too_large.geofabrik.description" %>
-
- <%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
-
+
<%= t ".too_large.other.title" %>
+
<%= t ".too_large.other.description" %>
+
<% end %>