Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Side by Side Diff: app/views/account/signup.rhtml

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <h1>Register</h1> 1 <h1>Register</h1>
2 <%= start_form_tag({:action => "signup"}, :multipart => true) %> 2 <% form_tag({:action => "signup"}, :multipart => true) do %>
3 3
4 <div title="Account signup" id="signupform" class="form"> 4 <div title="Account signup" id="signupform" class="form">
5 <h3>Family Member Registration</h3> 5 <h3>Family Member Registration</h3>
6 6
7 <%= error_messages_for 'user' %><br/> 7 <%= error_messages_for 'user' %><br/>
8 8
9 <%= render :partial => 'form' %> 9 <%= render :partial => 'form' %>
10 10
11 <div id="security_code"> 11 <div id="security_code">
12 <h3>Security Code</h3> 12 <h3>Security Code</h3>
13 <p>Please enter the family password to create an account. If you aren't sur e what this is, you can talk to the family website administrator to get the pass word.</p> 13 <p>Please enter the family password to create an account. If you aren't sur e what this is, you can talk to the family website administrator to get the pass word.</p>
14 <label for='security_password'>Family Password:</label><br/> 14 <label for='security_password'>Family Password:</label><br/>
15 <%= password_field 'security', 'password' %> 15 <%= password_field 'security', 'password' %>
16 </div> 16 </div>
17 17
18 <input type="submit" value="Register &#187;" class="primary" /><br/><br/> 18 <input type="submit" value="Register &#187;" class="primary" /><br/><br/>
19 <p align="center">That's it! Click the <i>Register</i> button to finish.</p> 19 <p align="center">That's it! Click the <i>Register</i> button to finish.</p>
20 </div> 20 </div>
21 <%= end_form_tag %> 21 <% end %>
22 22
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497