X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f2545ea903f8f2ce2f41b0fa90f204da73f05bd..ae4487921350e141efed42fdf7cd3fd70d72bc97:/app/views/site/_potlatch2.html.erb diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index c91a01984..9e01eef30 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -1,66 +1,19 @@ +<%= javascript_include_tag "edit/potlatch2" %> +
- <%= t 'site.edit.flash_player_required' %> + <% session[:token] = current_user.tokens.create.token unless session[:token] and UserToken.find_by_token(session[:token]) -%> + <% data = { :token => session[:token] } -%> + <% data[:lat] = @lat if @lat -%> + <% data[:lon] = @lon if @lon -%> + <% data[:zoom] = @zoom if @zoom -%> + <% if defined? POTLATCH2_KEY %> + <% token = current_user.access_token(POTLATCH2_KEY) %> + <% data[:token] = token.token -%> + <% data[:token_secret] = token.secret -%> + <% data[:consumer_key] = token.client_application.key -%> + <% data[:consumer_secret] = token.client_application.secret -%> + <% end %> + <% data[:locale] = Locale.list(Potlatch2::LOCALES.keys).preferred(preferred_languages).to_s -%> + <% data[:locale_path] = asset_path("potlatch2/locales/#{Potlatch2::LOCALES[data[:locale]]}.swf") -%> + <%= content_tag :div, raw(t("site.edit.flash_player_required")), :id => "potlatch", :data => data %>
- -<%= javascript_include_tag 'swfobject.js' %> - -<% if defined? POTLATCH2_KEY %> -<% token = @user.access_token(POTLATCH2_KEY) %> -<% else%> - -<% end %> - -<% locale = request.compatible_language_from(Potlatch2::LOCALES.keys) || "en" %> - -