+
+ <div id="export_html">
+ <p class="export_heading">Options</p>
+ <div class="export_details">
+ <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>
+ <div class="export_details">
+ <p><input type="text" id="export_html_text" style="width:95%" /></p>
+ <p>Paste HTML to embed in website</p>
+ </div>
+ </div>