start of work on UI
This commit is contained in:
parent
50c754061c
commit
2d9282d864
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
@ -53,6 +55,13 @@
|
|||
</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>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue