]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.rhtml
view changesets by user
[rails.git] / app / views / export / _start.rhtml
index 891ec3600bf114539030ea3a38a93a4e06a78e60..9776261ea3e9d356aa52321f4e2feeca940241ae 100644 (file)
   <div id="export_html">
     <p class="export_heading">Options</p>
     <div class="export_details">
-      <p><%= check_box_tag("html_marker", "true") %> Include Marker on Map</p>
+      <p><a id="add_marker" href="#">Add a marker to the map</a></p>
+      <p id="marker_inputs" style="display:none">
+        Lat: <input type="text" id="marker_lat" size="9" />
+        Lon: <input type="text" id="marker_lon" size="9" />
+      </p>
     </div>
 
     <p class="export_heading">Output</p>