aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/include/getdata.php8
-rw-r--r--web/include/status.php8
-rw-r--r--web/ioq3.css2
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']) {
<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;
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</a>.</p>
<li><a href="http://www.openal.org/">OpenAL</a> support for sound. Surround
sound supported.</li>
<li>AVI video capture of demos.</li>
- <li>Ogg Vorbis support.</li>
+ <li><a href="http://www.vorbis.com/">Ogg Vorbis</a> support.</li>
<li><a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a> being used
for input, OpenGL context management, and sound. Though not on Windows yet.</li>
<li>Colors converted to ANSI escape codes in terminal output.
(set <tt>ttycon_ansicolor</tt> to 1 to enable this.)</li>
<li>Much improved autocompletion on the console.</li>
<li>Persistent console history.</li>
- <li>Much improved QVM tools.</li>
+ <li>Much improved <acronym title="Quake Virtual Machine">QVM</acronym> tools.</li>
<li>MinGW compilation support on Windows and cross-compilation on Linux</li>
<li>More supported platforms, see the table above.</li>
<li>Lots and lots of bug fixes.</li>
@@ -138,8 +138,8 @@ Web interface</a>.</p>
<a href="http://www.urbanterror.net/">Urban Terror</a>,
<a href="http://www.rq3.com/">Reaction Quake 3</a>, or any other popular
modification that puts the engine through it's paces.</li>
- <li>An installer which includes all up-to-date id <tt>pk3</tt>
- files, requires original CD-ROM. Users will need to copy the
+ <li>An installer which includes all <a href="?page=getdata">to-date id <tt>pk3</tt>
+ files</a>, requires original CD-ROM. Users might need to copy the
<tt>pak0.pk3</tt> file themselves.</li>
</ol>
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;
}