start of work on UI

This commit is contained in:
Christopher Schmidt 2008-04-29 13:19:24 +00:00
parent 50c754061c
commit 2d9282d864

View file

@ -23,6 +23,8 @@
<%= radio_button_tag("format", "mapnik") %>Mapnik Image
<br/>
<%= radio_button_tag("format", "osmarender") %>Osmarender Image
<br/>
<%= radio_button_tag("format", "html") %>Embeddable HTML
</p>
</div>
@ -52,6 +54,13 @@
<p>Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %></p>
</div>
</div>
<div id="export_html">
<div class="export_details">
<textarea id="export_html_text"></textarea>
</div>
</div>
<div class="export_buttons">
<p><%= submit_tag "Export", :id => "export_commit" %></p>