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 <%= radio_button_tag("format", "mapnik") %>Mapnik Image
<br/> <br/>
<%= radio_button_tag("format", "osmarender") %>Osmarender Image <%= radio_button_tag("format", "osmarender") %>Osmarender Image
<br/>
<%= radio_button_tag("format", "html") %>Embeddable HTML
</p> </p>
</div> </div>
@ -53,6 +55,13 @@
</div> </div>
</div> </div>
<div id="export_html">
<div class="export_details">
<textarea id="export_html_text"></textarea>
</div>
</div>
<div class="export_buttons"> <div class="export_buttons">
<p><%= submit_tag "Export", :id => "export_commit" %></p> <p><%= submit_tag "Export", :id => "export_commit" %></p>
</div> </div>