X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0814b4096c443e2ab3c09baa058aa81a00d205d1..cf3cf5216fa3697ad2e3c060fced6a7bbb16f4a4:/app/views/site/_id.html.erb
diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb
index d93ee091e..9b44ed461 100644
--- a/app/views/site/_id.html.erb
+++ b/app/views/site/_id.html.erb
@@ -1,47 +1,10 @@
-<% if defined? ID_KEY %>
-
-
-
-
-<% else %>
-
-<% end %>
+<%= javascript_include_tag "edit/id" %>
+
+
+ <% data = { :key => Settings.id_key } -%>
+ <% data[:lat] = @lat if @lat -%>
+ <% data[:lon] = @lon if @lon -%>
+ <% data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx] -%>
+ <% data[:url] = id_url(:locale => params[:locale]) -%>
+ <%= content_tag :iframe, "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %>
+