X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a6fa8cc273017c2673d6d76dae7f5ac811c2027d..6e144577aa5363d9b85a15631cf58d69a80295dd:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index d582028f8..c0ea3631b 100644 --- a/app/views/site/_id.html.erb +++ b/app/views/site/_id.html.erb @@ -1,58 +1,10 @@ -<% if defined? ID_KEY %> -
- -
- -<% else %> - -<% end %> +<%= javascript_include_tag "edit/id" %> + +
+ <% data = { :configured => Settings.key?(:id_application) } + 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]) %> + <%= tag.iframe "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %> +