diff --git a/admin/judges_info.php b/admin/judges_info.php index 10e5a3f..7a83ae4 100644 --- a/admin/judges_info.php +++ b/admin/judges_info.php @@ -45,63 +45,63 @@ send_popup_header(i18n("Judge Information - %1 %2",array($judgeinfo->firstname,$judgeinfo->lastname))); echo "

".i18n("Personal Info")."

"; - 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 " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo ""; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo ""; echo ""; echo "\n"; - echo " \n"; echo "\n"; echo "\n"; - echo " \n"; echo "\n"; echo "\n"; - echo " "; + echo " "; echo " \n"; echo "\n"; echo "\n"; - echo " "; + echo " "; echo " \n"; echo "\n"; echo "\n"; - echo " "; + 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 "\n"; - echo " \n"; + echo " \n"; echo " \n"; @@ -147,7 +147,7 @@ echo "
"; echo "
"; echo "

Areas of Expertise

"; - echo "
".i18n("First Name")."$judgeinfo->firstname".i18n("Last Name")."$judgeinfo->lastname".i18n("First Name")."$judgeinfo->firstname".i18n("Last Name")."$judgeinfo->lastname
".i18n("Email Address")."$judgeinfo->email".i18n("City")."$judgeinfo->city".i18n("Email Address")."$judgeinfo->email".i18n("City")."$judgeinfo->city
".i18n("Address 1")."$judgeinfo->address".i18n("Province")."$judgeinfo->province"; + echo " ".i18n("Address 1")."$judgeinfo->address".i18n("Province")."$judgeinfo->province"; echo "
".i18n("Address 2")."$judgeinfo->address2".i18n("Phone (Home)")."$judgeinfo->phonehome".i18n("Address 2")."$judgeinfo->address2".i18n("Phone (Home)")."$judgeinfo->phonehome
".i18n("Postal Code")."$judgeinfo->postalcode".i18n("Phone (Work)")."$judgeinfo->phonework ext $judgeinfo->phoneworkext".i18n("Postal Code")."$judgeinfo->postalcode".i18n("Phone (Work)")."$judgeinfo->phonework ext $judgeinfo->phoneworkext
".i18n("Organization")."$judgeinfo->organization".i18n("Phone (Cell)")."$judgeinfo->phonecell".i18n("Organization")."$judgeinfo->organization".i18n("Phone (Cell)")."$judgeinfo->phonecell

".i18n("Age category preference").""; + echo " ".i18n("Age category preference").""; echo "$judgeinfo->catpref_name"; echo "
".i18n("Division preference").""; + echo " ".i18n("Division preference").""; echo "$judgeinfo->divpref_name"; echo "
".i18n("Highest post-secondary degree")."".i18n("Highest post-secondary degree")."$judgeinfo->highest_psd
".i18n("Other professional qualifications")."".i18n("Other professional qualifications")."$judgeinfo->professional_quals
".i18n("Languages")."".i18n("Languages").""; $q=mysql_query("SELECT languages_lang FROM judges_languages WHERE judges_id='$judgeinfo->id'"); @@ -115,27 +115,27 @@ echo "
".i18n("Judging experience at school/local level")."".i18n("Judging experience at school/local level")."$judgeinfo->years_school ".i18n("years")."
".i18n("Judging experience at regional level")."".i18n("Judging experience at regional level")."$judgeinfo->years_regional ".i18n("years")."
".i18n("Judging experience at national level")."".i18n("Judging experience at national level")."$judgeinfo->years_national ".i18n("years")."
".i18n("Willing to act as a division chair?")."".i18n("Willing to act as a division chair?")."$judgeinfo->willing_chair"; echo "
".i18n("Attending lunch?")."".i18n("Attending lunch?")."$judgeinfo->attending_lunch"; echo "
"; + echo "
"; //grab the list of divisions, because the last fields of the table will be the sub-divisions $q=mysql_query("SELECT * FROM projectdivisions ORDER BY id AND year='".$config['FAIRYEAR']."'"); diff --git a/admin/judges_teams.php b/admin/judges_teams.php index 76db449..9a39334 100644 --- a/admin/judges_teams.php +++ b/admin/judges_teams.php @@ -69,7 +69,7 @@ function switchjudgeinfo() currentid=document.forms.judges["judgelist[]"].options[document.forms.judges["judgelist[]"].selectedIndex].value; document.forms.judges.judgeinfobutton.disabled=false; - document.forms.judges.judgeinfobutton.value=": "+currentname; + document.forms.judges.judgeinfobutton.value=currentname; } else diff --git a/sfiab.css b/sfiab.css index 9a4c57b..746eda7 100644 --- a/sfiab.css +++ b/sfiab.css @@ -208,4 +208,38 @@ a { color: red; } +.viewtable { + border-collapse: collapse; + border-spacing: 0px; + border: 2px solid black; + margin: 0px; + padding: 0px; + margin-left: 30px; + +} + +.viewtable th { + border: 2px solid black; + background-color: #5C6F90; + padding: 5px; + margin: 0px; + font-size: 1.0em; + color: white; + font-weight: bold; + text-align: left; +} + +.viewtable th a{ + font-size: 1.1em; + color: white; + font-weight: bold; +} + +.viewtable td { + border: 2px solid black; + margin: 0px; + padding: 4px; + +} +