1 <% set_title(t(".title")) %>
 
   4   <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
 
   8 <%= form_tag({ :controller => "export", :action => "finish" }, { :class => "export_form" }) do %>
 
   9   <%= hidden_field_tag "format", "osm" %>
 
  11   <div class='export_area_inputs'>
 
  12     <div class='export_boxy'>
 
  13       <%= text_field_tag("maxlat", nil, :size => 10, :class => "export_bound") %>
 
  15       <%= text_field_tag("minlon", nil, :size => 10, :class => "export_bound") %>
 
  16       <%= text_field_tag("maxlon", nil, :size => 10, :class => "export_bound") %>
 
  18       <%= text_field_tag("minlat", nil, :size => 10, :class => "export_bound") %>
 
  20     <a id='drag_box' href="#"><%= t ".manually_select" %></a>
 
  23   <h4><%= t ".licence" %></h4>
 
  24   <p><%= raw t ".export_details" %></p>
 
  26   <div id="export_osm_too_large">
 
  28       <%= t ".too_large.body" %>
 
  32   <div id="export_commit">
 
  33     <div class="export_button">
 
  34       <%= submit_tag t(".export_button") %>
 
  37     <p><%= t ".too_large.advice" %></p>
 
  41     <dt><a id="export_overpass" href="https://overpass-api.de/api/map?bbox="><%= t ".too_large.overpass.title" %></a></dt>
 
  42     <dd><%= t ".too_large.overpass.description" %></dd>
 
  44     <dt><a href="https://planet.openstreetmap.org/"><%= t ".too_large.planet.title" %></a></dt>
 
  45     <dd><%= t ".too_large.planet.description" %></dd>
 
  47     <dt><a href="https://download.geofabrik.de/"><%= t ".too_large.geofabrik.title" %></a></dt>
 
  48     <dd><%= t ".too_large.geofabrik.description" %></dd>
 
  50     <dt><a href="https://wiki.openstreetmap.org/wiki/Download"><%= t ".too_large.other.title" %></a></dt>
 
  51     <dd><%= t ".too_large.other.description" %></dd>