Show More
Commit Description:
removed unused files in public
Commit Description:
removed unused files in public
File last commit:
Show/Diff file:
Action:
app/views/site/prompt.html.haml | 24 lines | 630 B | text/x-haml | HamlLexer |
jittat
[web] site start/stop supports...
r123 %h2
Contest Administration for site:
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 = "#{@site.name}, #{@site.country.name if @site.country}"
jittat
[web] site start/stop supports...
r123
Current time at the server is
= "#{format_short_time(Time.new.gmtime)} UTC"
(please
= link_to 'refresh', :action => 'index'
to update)
%br/
%br/
Jittat Fakcharoenphol
fixed form_tag/form_for, disabled attributes whitelist
r321 = form_tag :action => 'start' do
jittat
[web] site start/stop supports...
r123 When you're ready, you can click the button below to start the contest.
%br/
Please make sure that the contestants are ready.
After the contest is started, it <b>cannot</b> be paused or stopped.
%br/
jittat
[web] confirm when start contest, downloading task description through apache...
r130 = submit_tag 'Start the Contest.', :onclick => "return confirm('Are you sure?');"
jittat
[web] download through apache, sites highlight, logout for site admin...
r133
%br/
%br/
= link_to '[log out]', :action => 'logout'