diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-03 06:00:54 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-03-03 06:00:54 +0000 |
commit | 742b0b54dd648dd33dc337c0cdfc40f496f5f182 (patch) | |
tree | 96f1c27375a4d8754c5d917faeeb6e964cf31d12 /web/include/getdata.php | |
parent | 4b62b9e5590df2a3237a40db21313afb9807ca66 (diff) | |
download | ioquake3-aero-742b0b54dd648dd33dc337c0cdfc40f496f5f182.tar.gz ioquake3-aero-742b0b54dd648dd33dc337c0cdfc40f496f5f182.zip |
Make getdata page pass XHTML validation and add links to status
git-svn-id: svn://svn.icculus.org/quake3/trunk@612 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/getdata.php')
-rw-r--r-- | web/include/getdata.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/web/include/getdata.php b/web/include/getdata.php index 939316c..f767ebb 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -20,7 +20,6 @@ switch ($_POST['agree']) { <p>In order for us to distribute the updated pk3 files from id Software, you need to agree to their EULA. Read through it, then click Agree if you Agree.</p> -<p> <pre> LIMITED USE SOFTWARE LICENSE AGREEMENT @@ -243,9 +242,8 @@ COMMUNICATIONS BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. </pre> <form method=\"post\" action=\"?page=getdata\"> - <input type=\"submit\" id=\"agree\" name=\"agree\" value=\"I Agree\" /> - <input type=\"submit\" id=\"agree\" name=\"agree\" value=\"I Do Not Agree\" /> -</form> -</p>"; + <input type=\"submit\" name=\"agree\" value=\"I Agree\" /> + <input type=\"submit\" name=\"agree\" value=\"I Do Not Agree\" /> +</form>"; } echo $html; |