diff --git a/www/beginexp.php3 b/www/beginexp.php3 index efaf6e399e2e49bab9eabe82f5dd281d6c86a066..7293af7b51234bc68d19b986fcbeebf87583859b 100644 --- a/www/beginexp.php3 +++ b/www/beginexp.php3 @@ -48,20 +48,22 @@ function SPITFORM($formfields, $errors) PAGEHEADER("Begin a Testbed Experiment"); if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td nowrap align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/cdromnewkey.php b/www/cdromnewkey.php index c3de6b96036df737fed7f22e36f9c210d5c81bda..0b9c64ebb9e6a989988be0709ec4c428de881724 100644 --- a/www/cdromnewkey.php +++ b/www/cdromnewkey.php @@ -27,20 +27,22 @@ function SPITFORM($formfields, $errors) </blockquote><br>\n"; if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td nowrap align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/cdromrequest.php3 b/www/cdromrequest.php3 index 874d64583f28a573966c36cf5283db538e3579b1..f66e60e2d943c9b28d5712acf24d5c813969e42b 100644 --- a/www/cdromrequest.php3 +++ b/www/cdromrequest.php3 @@ -18,20 +18,22 @@ function SPITFORM($formfields, $errors) PAGEHEADER("Request a CDROM distribution"); if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td nowrap align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/joinproject.php3 b/www/joinproject.php3 index 0392343955ff8949a8c830dca8c5e18172fbb322..40720f1974334222a2e2c0686c5d235d105f1a1b 100644 --- a/www/joinproject.php3 +++ b/www/joinproject.php3 @@ -44,23 +44,22 @@ function SPITFORM($formfields, $returning, $errors) PAGEHEADER("Apply for Project Membership"); if ($errors) { - echo "<table class=stealth - align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td class=stealth nowrap align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td class=stealth align=right> - <font color=red>$name:</font></td> - <td class=stealth>   </td> - <td class=stealth align=left> - <font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/moduserinfo.php3 b/www/moduserinfo.php3 index 364e851238a9f25eeb3de6c21888e0d6bb14811c..ed21f412706ced85414266bf834b34989e986be7 100644 --- a/www/moduserinfo.php3 +++ b/www/moduserinfo.php3 @@ -38,20 +38,22 @@ function SPITFORM($formfields, $errors) PAGEHEADER("Modify User Information"); if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; @@ -353,10 +355,10 @@ if (isset($formfields[password1]) && strcmp($formfields[password1], "")) { if (!isset($formfields[password2]) || strcmp($formfields[password2], "") == 0) { - $errors["Confirm Password"] = "Missing Field"; + $errors["Retype Password"] = "Missing Field"; } elseif (strcmp($formfields[password1], $formfields[password2])) { - $errors["Confirm Password"] = "Does not match Password"; + $errors["Retype Password"] = "Two Passwords Do Not Match"; } elseif (! CHECKPASSWORD($formfields[target_uid], $formfields[password1], diff --git a/www/newimageid.php3 b/www/newimageid.php3 index 76ebd2e28c67ae9900120bc3015e8b891693bd08..20423b82ec0cc9fa245081103c26df171ef3b0d4 100644 --- a/www/newimageid.php3 +++ b/www/newimageid.php3 @@ -81,20 +81,22 @@ function SPITFORM($formfields, $errors) global $TBDB_IMAGEID_IMAGENAMELEN, $TBDB_NODEIDLEN; if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/newimageid_ez.php3 b/www/newimageid_ez.php3 index 4c856e298583f9ce67a33ecbbcfbd5f954b8962d..d52e893a31e44bbf00306d797931555aa4849472 100644 --- a/www/newimageid_ez.php3 +++ b/www/newimageid_ez.php3 @@ -65,20 +65,22 @@ function SPITFORM($formfields, $errors) global $TBDB_OSID_VERSLEN; if ($errors) { - echo "<table align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td align=right><font color=red>$name:</font></td> - <td>   </td> - <td align=left><font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/newproject.php3 b/www/newproject.php3 index ab11eef96f204c27e3350dff28eb0f8ce30bb036..fd61d951da273f7bd5caeb0143b6ce92c5c763fd 100755 --- a/www/newproject.php3 +++ b/www/newproject.php3 @@ -51,23 +51,22 @@ function SPITFORM($formfields, $returning, $errors) </font></center><br>\n"; if ($errors) { - echo "<table class=stealth - align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td class=stealth nowrap align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td class=stealth align=right> - <font color=red>$name:</font></td> - <td class=stealth>   </td> - <td class=stealth align=left> - <font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n"; diff --git a/www/overlay.uky.emulab.net.gif b/www/overlay.uky.emulab.net.gif new file mode 100644 index 0000000000000000000000000000000000000000..4dea36424a12784c0cd1dcbbc67fd2868b6e8dbe Binary files /dev/null and b/www/overlay.uky.emulab.net.gif differ diff --git a/www/showpubkeys.php3 b/www/showpubkeys.php3 index 2737e13c539e4ee584fb2f3a207ece6f683b5c7a..baf0343cb821f97f3afc1987e811fd39a4e959df 100644 --- a/www/showpubkeys.php3 +++ b/www/showpubkeys.php3 @@ -112,23 +112,22 @@ function SPITFORM($formfields, $errors) </center><br>\n"; if ($errors) { - echo "<table class=stealth - align=center border=0 cellpadding=0 cellspacing=2> + echo "<table class=nogrid + align=center border=0 cellpadding=6 cellspacing=0> <tr> - <td class=stealth align=center colspan=3> + <th align=center colspan=2> <font size=+1 color=red> - Oops, please fix the following errors! + Oops, please fix the following errors! </font> </td> </tr>\n"; while (list ($name, $message) = each ($errors)) { echo "<tr> - <td class=stealth align=right> - <font color=red>$name:</font></td> - <td class=stealth> </td> - <td class=stealth align=left> - <font color=red>$message</font></td> + <td align=right> + <font color=red>$name: </font></td> + <td align=left> + <font color=red>$message</font></td> </tr>\n"; } echo "</table><br>\n";