X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2a2a204125383729223083f203a04e9e6eff873d..a566589c1becb18ad2d12623d0ff240ea279d8e6:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index d93ee091e..4f764860e 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 = { :configured => Settings.key?(:id_oauth_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 %> +