X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4b2ac2ea2b4f914a87537c099f699a5351f22d82..b43f9c47145a14b547a900d9559f9aa3fd0895d1:/app/views/user/terms.html.erb?ds=sidebyside diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 23e2ba068..049e07ca7 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -2,54 +2,30 @@
<%= t 'user.terms.press accept button' %>
-<%= t 'user.terms.legale_select' %> + <% form_tag :action => 'terms' do %> - -<% end %>
++ <%= 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 %> +
+<% end %><%= @text['intro'] %>
-<%= @text['section_1'] %>
-<%= @text['section_2'] %>
-<%= @text['section_3'] %>
-<%= @text['active_defn_1'] %>
-<%= @text['active_defn_2'] %>
-<%= @text['section_4'] %>
-<%= @text['section_5'] %>
-<%= @text['section_6'] %>
-<%= @text['section_6_1'] %>
<%= @text['section_6_2'] %>
<%= @text['section_7'] %>
-<%= check_box('user', 'consider_pd') %> @@ -62,7 +38,9 @@ <%= hidden_field('user', 'display_name') %> <%= hidden_field('user', 'pass_crypt') %> <%= hidden_field('user', 'pass_crypt_confirmation') %> - <%= t 'user.terms.decline' %> - <%= submit_tag(t('user.terms.button')) %> +
<% end %>