X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bbc62406b588221adcbdda71fd167ee3c666c253..b69e8b5c42b4bd184199757263ca05e1d7db43a9:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index f95073df6..47e2f8b54 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,45 +1,56 @@ <% content_for :heading do %>

<%= t 'user.terms.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 %> -
+
<% end %> -
-
+
+ +
<%= render :partial => "terms" %>
- - <%= form_tag({:action => "save"}, { :class => "sign" }) do %> -

- + +

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

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

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

<%= 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 %> - + +
+

+ <%= 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 %>