From 6626601a0761c93f8b015a4dea3158f874e49bf5 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 20 Dec 2004 19:49:15 +0000 Subject: [PATCH] xhtml compliance --- register_judges_personal.php | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/register_judges_personal.php b/register_judges_personal.php index 4eed193..d612a81 100644 --- a/register_judges_personal.php +++ b/register_judges_personal.php @@ -67,7 +67,7 @@ else } echo "
\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; @@ -124,41 +124,40 @@ echo ""; echo "\n"; echo "\n"; echo "\n"; -echo " \n"; +echo " \n"; echo "\n"; echo "\n"; -echo " \n"; +echo " \n"; echo "\n"; echo "\n"; -echo " \n"; +echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo "\n"; - - echo "
".i18n("Years of judging experience at school/local level")."years_school\" size=\"3\" >".i18n("Years of judging experience at school/local level")."years_school\" size=\"3\" />
".i18n("Years of judging experience at regional level")."years_regional\" size=\"3\" >".i18n("Years of judging experience at regional level")."years_regional\" size=\"3\" />
".i18n("Years of judging experience at national level")."years_national\" size=\"3\" >".i18n("Years of judging experience at national level")."years_national\" size=\"3\" />
".i18n("Willing to act as a division chair?").""; if($judgeinfo->willing_chair=="no") $ch="checked=\"checked\""; else $ch=""; -echo "No"; +echo "No"; echo "    "; if($judgeinfo->willing_chair=="yes") $ch="checked=\"checked\""; else $ch=""; -echo "Yes"; +echo "Yes"; echo "
".i18n("Attending lunch?").""; if($judgeinfo->attending_lunch=="no") $ch="checked=\"checked\""; else $ch=""; -echo "No"; +echo "No"; echo "    "; if($judgeinfo->attending_lunch=="yes") $ch="checked=\"checked\""; else $ch=""; -echo "Yes"; +echo "Yes"; echo "
"; - echo "\n"; - echo "
"; +echo ""; +echo "\n"; +echo ""; - send_footer(); +send_footer(); ?>