Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/_submission.html.haml | 18 lines | 710 B | text/x-haml | HamlLexer |
jittat
refactor to partials...
r33
jittat
update views -- styling...
r51 %tr{:class => ((submission_counter%2==0) ? "info-even" : "info-odd")}
%td.info{:align => "center"}
= submission_counter+1
%td.info= format_short_time(submission.submitted_at)
jittat
update views -- styling (even more)...
r52 %td.info{:align => "center"}
jittat
[web] fix #15...
r74 = link_to('[load]',{:action => 'source', :id => submission.id})
jittat
update views -- styling...
r51 %td.info
- if submission.graded_at!=nil
= "Graded at #{format_short_time(submission.graded_at)}."
%br/
jittat
[web] normalize full_score to 100, more hints on how to submit questions, hint on the disabling to test interface during the last 30 minutes...
r125 = "Score: #{(submission.points*100/submission.problem.full_score).to_i} " if Configuration['ui.show_score']
jittat
[web] result formatting re: #14...
r73 = " ["
%tt
= submission.grader_comment
= "]"
jittat
update views -- styling...
r51 %td.info
= render :partial => 'compiler_message', :locals => {:compiler_message => submission.compiler_message }