X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bbc62406b588221adcbdda71fd167ee3c666c253..f906373be251d79988335e96e8046c7f001c613b:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index f95073df6..a836c8590 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,45 +1,54 @@ +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %> -

<%= t 'user.terms.heading' %>

+

<%= t '.heading' %>

+
<% end %> -
-
-

<%= t 'user.terms.read and accept' %>

- - - <%= form_tag :action => 'terms' do %> -

<%= t 'user.terms.legale_select' %>

-
- <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name,legale| %> - <%= radio_button_tag 'legale', legale, @legale == legale %> - <%= label_tag "legale_#{legale}", t('user.terms.legale_names.' + name) %> - - <% end %> -
+<%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %> + +
+ + + <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> +
+ +
<% end %> -
-
+
+ +
<%= render :partial => "terms" %>
- - <%= form_tag({:action => "save"}, { :class => "sign" }) do %> -

- + +

+ + (<%= link_to(t('.consider_pd_why'), t('.consider_pd_why_url'), :target => :new)%>) + <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> -
- <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> - <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> + +
+

<%= t '.read and accept' %>

+ <%= submit_tag(t('.agree'), :name => "agree", :id => "agree") %> + <%= submit_tag(t('.decline'), :name => "decline", :id => "decline") %> +
+ +
+

+ <%= raw t '.guidance', + :summary => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', + :translations => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %> +

-

<%= raw t 'user.terms.guidance', :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>

- <% end %> - +
+<% end %>