%= form_tag :action => "finish" do %>
<%= t'export.start.area_to_export' %>
<%= 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.map_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"]], "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.output' %>
<%= t'export.start.paste_html' %>