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

<%= t 'user.terms.press accept button' %>

<%= t 'legal.contributor_terms.intro' %>

  1. <%= t 'legal.contributor_terms.section_1' %>

  2. <%= t 'legal.contributor_terms.section_2' %>

  3. <%= t 'legal.contributor_terms.section_3' %>

    <%= t 'legal.contributor_terms.active_defn_1' %>

    <%= t 'legal.contributor_terms.active_defn_2' %>

  4. <%= t 'legal.contributor_terms.section_4' %>

  5. <%= t 'legal.contributor_terms.section_5' %>

  6. <%= t 'legal.contributor_terms.section_6' %>

    1. <%= t 'legal.contributor_terms.section_6_1' %>

    2. <%= t 'legal.contributor_terms.section_6_2' %>

  7. <%= t 'legal.contributor_terms.section_7' %>

<% form_tag :action => 'save' do %>

<%= check_box('user', 'consider_pd') %> (<%= 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? %> <%= 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') %> <%= submit_tag(t('user.terms.button')) %>

<% end %>