From 742b0b54dd648dd33dc337c0cdfc40f496f5f182 Mon Sep 17 00:00:00 2001
From: floam
Date: Fri, 3 Mar 2006 06:00:54 +0000
Subject: 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
---
web/include/getdata.php | 8 +++-----
web/include/status.php | 8 ++++----
web/ioq3.css | 2 +-
3 files changed, 8 insertions(+), 10 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']) {
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.
-
LIMITED USE SOFTWARE LICENSE AGREEMENT
@@ -243,9 +242,8 @@ COMMUNICATIONS BETWEEN ID AND YOU RELATING TO THE SUBJECT MATTER OF
THIS AGREEMENT.
-
";
+
+
+";
}
echo $html;
diff --git a/web/include/status.php b/web/include/status.php
index ebd8bd9..3745b5e 100644
--- a/web/include/status.php
+++ b/web/include/status.php
@@ -115,14 +115,14 @@ Web interface.
OpenAL support for sound. Surround
sound supported.
AVI video capture of demos.
- Ogg Vorbis support.
+ Ogg Vorbis support.
SDL being used
for input, OpenGL context management, and sound. Though not on Windows yet.
Colors converted to ANSI escape codes in terminal output.
(set ttycon_ansicolor to 1 to enable this.)
Much improved autocompletion on the console.
Persistent console history.
- Much improved QVM tools.
+ Much improved QVM tools.
MinGW compilation support on Windows and cross-compilation on Linux
More supported platforms, see the table above.
Lots and lots of bug fixes.
@@ -138,8 +138,8 @@ Web interface.
Urban Terror,
Reaction Quake 3, or any other popular
modification that puts the engine through it's paces.
- An installer which includes all up-to-date id pk3
- files, requires original CD-ROM. Users will need to copy the
+ An installer which includes all to-date id pk3
+ files, requires original CD-ROM. Users might need to copy the
pak0.pk3 file themselves.
diff --git a/web/ioq3.css b/web/ioq3.css
index f4f7cff..d35ba6a 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -112,7 +112,7 @@ td {
padding: .2em;
}
-p {
+form, pre, p {
margin: .5em 1em .5em 1em;
text-align: justify;
}
--
cgit v1.2.3