X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/41a8b62ff2698b411c3bebeef26dc6f69df01a4c..901de4a56a58b4967eec5f2a20e241e3d1c088e9:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index f95073df6..e26439394 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,45 +1,55 @@ <% 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| %> +<%= form_tag({:action => "save"}, { :class => "standard-form fillL col6 pad2" }) do %> + + + + <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> +
+
- <% end %> -
+ <%= t('user.terms.legale_names.' + name) %> + + +
+ <% 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? %> + +
+ <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> + <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> +
+<% end %> + +
+

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

+

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

+