From: Christopher Schmidt Date: Tue, 29 Apr 2008 13:19:24 +0000 (+0000) Subject: start of work on UI X-Git-Tag: live~7762^2~11 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2d9282d864231b59ffd26edab970ed75cf5107cc start of work on UI --- diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 4da754496..b484831b8 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -23,6 +23,8 @@ <%= radio_button_tag("format", "mapnik") %>Mapnik Image
<%= radio_button_tag("format", "osmarender") %>Osmarender Image +
+ <%= radio_button_tag("format", "html") %>Embeddable HTML

@@ -52,6 +54,13 @@

Zoom <%= select_tag("osmarender_zoom", options_for_select([4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17])) %>

+ +
+ +
+ +
+

<%= submit_tag "Export", :id => "export_commit" %>