]> git.openstreetmap.org Git - rails.git/blob - app/views/user/new.rhtml
Added user home lat and lon
[rails.git] / app / views / user / new.rhtml
1 <h1>Create a user account</h1><br>
2 Fill in the form and we'll send you a quick email to activate your account.<br><br>
3
4 By creating an account, you agree that all work uploaded to openstreetmap.org and all data created by use of any tools which connect to openstreetmap.org is to be licensed under this <a href="http://creativecommons.org/licenses/by-sa/2.0/">this Creative Commons license (by-sa)</a>.<br><br>
5
6 <%= error_messages_for 'user' %>
7
8 <%= start_form_tag :action => 'save' %>
9 <table>
10   <tr><td>email:</td><td><%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %></td></tr>
11   <tr><td>login name</td><td><%= text_field('user', 'display_name',{:size => 50, :maxlength => 255}) %></td></tr>
12   <tr><td>password:</td><td><%= password_field('user', 'pass_crypt',{:size => 50, :maxlength => 255}) %></td></tr>
13   <tr><td>retype password:</td><td><%= password_field('user', 'pass_crypt_confirmation',{:size => 50, :maxlength => 255}) %></td></tr>
14 </table>
15 <br>
16 FIXME OL map so people can submit where they live
17 <br>
18 <input type="submit" value="Signup">
19
20 <%= end_form_tag %>
21