Show More
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@359 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.rhtml | 22 lines | 649 B | text/html+ruby | RhtmlLexer |
<%= error_messages_for 'user' %>
<!--[form:user]-->
<p><label for="user_name">Login</label><br/>
<%= text_field 'user', 'login' %></p>
<p><label for="user_name">Full name</label><br/>
<%= text_field 'user', 'full_name' %></p>
<p><label for="password">Password</label><br/>
<%= password_field 'user', 'password' %></p>
<p><label for="password_confirmation">Password (confirm)</label><br/>
<%= password_field 'user', 'password_confirmation' %></p>
<p><label for="user_email">E-mail</label><br/>
<%= text_field 'user', 'email' %></p>
<p><label for="user_alias">Alias</label><br/>
<%= text_field 'user', 'alias' %></p>
<!--[eoform:user]-->