Copyright (C) 2005 James Grant This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> "; display_messages(); echo "

".i18n('Other Information')."

"; echo "
"; } else { //send the header send_header('Other Information', array('Judge Registration' => 'judge_main.php') ); } judge_status_update($u); if($_SESSION['embed'] != true) { //output the current status $newstatus=judge_status_other($u); if($newstatus!="complete") echo error(i18n("Other Information Incomplete")); else echo happy(i18n("Other Information Complete")); } if($_SESSION['embed'] == true) { echo "
\n"; } else { echo "\n"; } echo "\n"; echo "\n"; echo "\n"; echo " "; echo " \n"; echo "\n"; if($config['judges_specialaward_only_enable'] == 'yes') { echo ""; echo "\n"; echo " "; $ch = ($u['special_award_only'] == 'yes') ? 'checked="checked"' : ''; echo " "; echo "\n"; } echo ""; echo "\n"; echo " "; echo " \n"; echo "\n"; echo "\n"; echo " "; echo " \n"; echo "\n"; echo "\n"; echo " "; echo " \n"; echo "\n"; echo "\n"; echo " "; $ch = ($u['willing_chair'] == 'yes') ? 'checked="checked"' : ''; echo " \n"; echo "\n"; echo " "; echo " \n"; echo "\n"; echo ""; questions_print_answer_editor('judgereg', $u, 'questions'); echo "
".i18n("I can judge in the following languages")." ".REQUIREDFIELD.""; $q=mysql_query("SELECT * FROM languages WHERE active='Y' ORDER BY langname"); echo mysql_error(); while($r=mysql_fetch_object($q)) { $ch = (in_array($r->lang,$u['languages'])) ? 'checked="checked"' : ''; echo "lang\" /> $r->langname
"; } echo "

".i18n("I am a judge for a specific special award")."
(".i18n("Check this box if you are supposed to judge a specific special award, and please select that award on the Special Award Preferences page.").")
"; echo "

".i18n("Years of judging experience at a School level:")."
".i18n("Years of judging experience at a Regional level:")."
".i18n("Years of judging experience at a National level:")."
".i18n("I am willing to be the lead for my judging team").""; echo "
".i18n("Highest post-secondary degree")."

"; echo "
"; echo "
"; echo "\n"; echo "
"; if($_SESSION['embed'] != true) send_footer(); ?>