Show More
Commit Description:
[web] added mode + access control, when sites started/finished...
Commit Description:
[web] added mode + access control, when sites started/finished git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@250 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/list.html.haml | 32 lines | 713 B | text/x-haml | HamlLexer |
= user_title_bar(@user)
- if @announcements.length!=0
.announcementbox
%span{:class => 'title'}
Announcements
= render :partial => 'announcement', :collection => @announcements
- if Configuration.show_submitbox_to?(@user)
.submitbox
= error_messages_for 'submission'
= render :partial => 'submission_box'
%hr/
- if Configuration.show_tasks_to?(@user)
%table.info
%tr.info-head
%th
%th Tasks
%th # of sub(s)
%th Results
= render :partial => 'problem', :collection => @problems
%hr/
%p
%b Note:
We currently have problems synchronizing
the time stamps between grading machines.
You will see weird time stamps during the practice session.