X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4368ba9f117651cdfbf1e21225a518a566130a2f..13289d404188bd397ee72852f66c415a2bb87066:/app/views/export/_start.html.erb diff --git a/app/views/export/_start.html.erb b/app/views/export/_start.html.erb deleted file mode 100644 index baa92d5fc..000000000 --- a/app/views/export/_start.html.erb +++ /dev/null @@ -1,89 +0,0 @@ -<%= form_tag :action => "finish" do %> - -

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

- -
- <%= 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' %> -

-
- -

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

- -
-

- <%= radio_button_tag("format", "osm") %> <%= t'export.start.osm_xml_data' %> -
- <%= radio_button_tag("format", "mapnik") %> <%= t'export.start.mapnik_image' %> -
- <%= radio_button_tag("format", "osmarender") %> <%= t'export.start.osmarender_image' %> -
- <%= radio_button_tag("format", "html") %> <%= t'export.start.embeddable_html' %> -

-
- -
-

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

- -
-

<%= raw t'export.start.export_details' %>

-
- -
-

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

- -
-

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

-
-
-
- -
-

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

- -
-

<%= t'export.start.format' %> <%= select_tag("mapnik_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"], ["SVG", "svg"], ["PDF", "pdf"], ["Postscript", "ps"]], "png")) %>

-

<%= t'export.start.scale' %> 1 : <%= text_field_tag("mapnik_scale", nil, :size => 8) %> (<%= t'export.start.max' %> 1 : )

-

<%= t'export.start.image_size' %> x

-
-
- -
-

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

- -
-

<%= t'export.start.format' %> <%= select_tag("osmarender_format", options_for_select([["PNG", "png"], ["JPEG", "jpeg"]], "png")) %>

-

<%= t'export.start.zoom' %> <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>

-
-
- -
-

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

- -
-

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

- -
- -

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

- -
-

-

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

-
-
- -
-

<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>

-
- -<% end %>