X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b25a468e3c0aeb868f46ea758d4cf33ad7890bcb..a70898be6dde1e9e9f61f90f8dc9b2c18a6f9287:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index db052bb24..3d8cb22f7 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,51 +1,54 @@ -

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

- -

<%= 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, - :onchange => remote_function( - :before => update_page do |page| - page.replace_html 'contributorTerms', image_tag('searching.gif') - end, - :url => {:legale => legale} - ) - %> - <%= label_tag "legale_#{legale}", t('user.terms.legale_names.' + name) %> - <% end %> -

+<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + +<% content_for :heading do %> +

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

+
<% end %> -
- <%= render :partial => "terms" %> -
+<%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %> + +
+ -<%= form_tag({:action => "save"}, { :id => "termsForm" }) do %> -

- - <%= check_box('user', 'consider_pd') %> + <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> +

+ +
+ <% end %> +
+ +
+ <%= render :partial => "terms" %> +
+ +
+ (<%= 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? %> - <% if @user.new_record? %> - <%= hidden_field('user', 'email') %> - <%= hidden_field('user', 'email_confirmation') %> - <%= hidden_field('user', 'display_name') %> - <%= hidden_field('user', 'pass_crypt') %> - <%= hidden_field('user', 'pass_crypt_confirmation') %> - <%= hidden_field('user', 'openid_url') %> - <% end %> -

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

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

-

-
-

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