<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>