Point to OpenCL submit page.

This commit is contained in:
Marc Burns 2012-03-02 06:34:41 -05:00
parent 56ee850d0e
commit c3c8c65ceb
4 changed files with 3 additions and 18 deletions

View File

@ -1,3 +1,3 @@
FILES = index.html submit.html register.html register-fail.html register-success.html register.cgi .htaccess openclintro.pdf opencl-problem-set.pdf
FILES = index.html register.html register-fail.html register-success.html register.cgi .htaccess openclintro.pdf opencl-problem-set.pdf
RELDIR = opencl/
include ../common.mk

View File

@ -4,6 +4,6 @@
<directory title="OpenCL">
<diritem title="Register" href="register" />
<diritem title="Submit" href="submit" />
<diritem title="Submit" href="http://csclub.uwaterloo.ca/~opencl/submit.php" />
<diritem title="Problem Set" href="opencl-problem-set.pdf" />
</directory>

View File

@ -25,7 +25,7 @@
The problem set is available <a href="opencl-problem-set.pdf">here.</a>
</p>
<p>
For information on electronic submission, <a href="submit">click here.</a>
For information on electronic submission, <a href="http://csclub.uwaterloo.ca/~opencl/submit.php">click here.</a>
</p>
<p>
If you have any questions, please contact <a href="mailto:exec@csclub.uwaterloo.ca">exec@csclub.uwaterloo.ca</a> or drop by the Computer Science Club in MC 3036. We hope you'll join us!

View File

@ -1,15 +0,0 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC/AMD OpenCL Competition Submission">
<header />
<section title="Submit">
<p>
The submission system is not yet online. Check back tomorrow!
</p>
</section>
<footer />
</cscpage>