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/list.html.haml | 39 lines | 898 B | text/x-haml | HamlLexer |
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 - content_for :head do
= javascript_include_tag :defaults
%script{:type => 'text/javascript', :src => '/javascripts/announcement_refresh.js'}
jittat
more styling...
r78 = user_title_bar(@user)
jittat
[web] added announcement...
r97 - if @announcements.length!=0
.announcementbox
%span{:class => 'title'}
Announcements
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 #announcementbox-body
= render :partial => 'announcement', :collection => @announcements
jittat
[web] added announcement...
r97
jittat
[web] added mode + access control, when sites started/finished...
r122 - if Configuration.show_submitbox_to?(@user)
.submitbox
= error_messages_for 'submission'
= render :partial => 'submission_box'
jittat
more styling...
r78
%hr/
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 - if (Configuration.contest_mode) and (@user.site!=nil) |
and (@user.site.started!=true)
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %p=t 'main.start_soon'
jittat
[web] hard coded some overall task description, some more messages...
r132
jittat
[web] added mode + access control, when sites started/finished...
r122 - 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
jittat
more styling...
r78
jittat
[web] added help page...
r107 %hr/
jittat
more styling...
r78
jittat
added announcement refresh, more styling, prep for announcement hiding...
r192 :javascript
Announcement.registerRefreshEventTimer();