Show More
Commit Description:
update NOTES...
Commit Description:
update NOTES
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@120 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new_list.rhtml
| 12 lines
| 390 B
| text/html+ruby
| RhtmlLexer
|
|
r4 | <h1>Adding list of users</h1> | ||
<div class="usermenu"> | ||||
<%= link_to 'User admin', :action => 'list' %> | ||||
<%= link_to 'Main', :controller => 'main', :action => 'list' %> | ||||
</div> | ||||
<% form_tag :action => 'create_from_list' do %> | ||||
<%= submit_tag 'create users' %><br/> | ||||
List of user information: user_id,name,alias,passwd<br/> | ||||
<%= text_area_tag 'user_list', nil, :rows => 50, :cols => 80 %> | ||||
<% end %> | ||||