From 35985673aaac9c11ed114c031e39628f183dc78e Mon Sep 17 00:00:00 2001 From: floam Date: Wed, 1 Mar 2006 00:16:24 +0000 Subject: I had forgotten php and html forms for five minutes. This should work. git-svn-id: svn://svn.icculus.org/quake3/trunk@601 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/getdata.php | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'web') diff --git a/web/include/getdata.php b/web/include/getdata.php index 9c6b0ea..5828f47 100644 --- a/web/include/getdata.php +++ b/web/include/getdata.php @@ -1,6 +1,18 @@ KEINE DATEN FÜR SIE! +

You'll need to agree to the EULA if you want the + updated data.

"; //nazi-german for "NO DATA FOR YOU!" + break; + + case "1": + $html = "

You agree!

+

Good for you. Click here to download a tarball + with the new data pk3s.

"; + break; + default: $html = "

EULA

In order for us to distribute the updated pk3 files from id @@ -228,23 +240,10 @@ ORAL AGREEMENTS, PROPOSALS OR UNDERSTANDINGS, AND ANY OTHER COMMUNICATIONS BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF THIS AGREEMENT. -

- -
-
- + + +

"; - case FALSE: - $html = "

KEINE DATEN FÜR SIE!

-

You'll need to agree to the EULA if you want the - updated data.

"; //nazigerman for "NO DATA FOR YOU!" - break; - - case TRUE: - $html = "

You agree!

-

Good for you. Click here to download a tarball - with the new data pk3s.

"; - break; } echo $html; -- cgit v1.2.3