<% form_tag :action => 'next' do %>

Area to Export

<%= text_field('export', 'maxlat', { :size => 10, :class => "export_bound" }) %>
<%= text_field('export', 'minlon', { :size => 10, :class => "export_bound" }) %> <%= text_field('export', 'maxlon', { :size => 10, :class => "export_bound" }) %>
<%= text_field('export', 'minlat', { :size => 10, :class => "export_bound" }) %>

Format to Export

<%= radio_button('export', 'format', 'osm' ) %>OpenStreetMap XML Data
<%= radio_button('export', 'format', 'png' ) %>PNG Image
<%= radio_button('export', 'format', 'pdf' ) %>PDF Document
<%= radio_button('export', 'format', 'svg' ) %>SVG Document

Licence

OSM license agreement blah blah blah...

Options

Scale 1 : <%= text_field('export', 'mapnik_scale', { :size => 10 }) %>

<% end %>