% content_for :head do %>
<%= javascript_include_tag "index" %>
<% end %>
<% content_for :sidebar do %>
<%= 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' %>
<%= submit_tag t('export.start.export_button'), :id => "export_commit" %>
<% end %>
<% end %>
<%= render :template => 'layouts/map' %>