1 <h1><%= t 'user.confirm.heading' %></h1>
3 <p><%= t 'user.confirm.press confirm button' %></p>
5 <div id="contributorTerms">
6 <p id="first"><%= t 'legal.contributor_terms.intro' %></p>
9 <p><%= t 'legal.contributor_terms.section_1' %></p>
12 <p><%= t 'legal.contributor_terms.section_2' %></p>
15 <p><%= t 'legal.contributor_terms.section_3' %></p>
16 <p><%= t 'legal.contributor_terms.active_defn_1' %></p>
17 <p><%= t 'legal.contributor_terms.active_defn_2' %></p>
20 <p><%= t 'legal.contributor_terms.section_4' %></p>
23 <p><%= t 'legal.contributor_terms.section_5' %></p>
26 <p><%= t 'legal.contributor_terms.section_6' %></p>
28 <li><p><%= t 'legal.contributor_terms.section_6_1' %></p></li>
29 <li><p><%= t 'legal.contributor_terms.section_6_2' %></p></li>
33 <p id="last"><%= t 'legal.contributor_terms.section_7' %></p>
40 <label for="confirm_pd_checkbox"><%= t 'user.confirm.consider_pd' %></label>
41 <input id="confirm_pd_checkbox" type="checkbox"
42 name="consider_pd"/><br/>
45 <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>"/>
46 <input type="submit" name="confirm_action" value="<%= t 'user.confirm.button' %>"/>