Show More
Commit Description:
import problem replaced old one, fixed small problems...
Commit Description:
import problem replaced old one, fixed small problems problem validates name to have no space, test interface can deal with broken dependecies on problems. git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@436 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]-->