* Copyright (C) 2005 James Grant * Copyright (C) 2024 AlgoLibre Inc. * * 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. */ // This file was modified March of 2015 by Sebastian Ruan // Judges now have a private information field which only committee members can see and edit. // If information is entered into this field the judge will be flagged in ./admin/user_list.php table. ?> '; echo "other_update_status('$newstatus');\n"; echo "\n"; exit; } if ($_SESSION['embed'] == true) { echo '
'; display_messages(); echo '

' . i18n('Other Information') . '

'; echo '
'; } else { // send the header send_header('Other Information', array('Judge Registration' => 'judge_main.php')); } $newstatus = judge_status_other($u); ?> \n"; ?>
: prepare("SELECT * FROM languages WHERE active='Y' ORDER BY langname"); $q->execute(); show_pdo_errors_if_any($pdo); while ($r = $q->fetch(PDO::FETCH_OBJ)) { $ch = (in_array($r->lang, $u['languages'])) ? 'checked="checked"' : ''; echo "lang\" /> $r->langname
"; } ?>

:
"; echo ''; echo 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.'); ?>

type="checkbox" name="willing_chair" value="yes" />

echo '

//
' . i18n('Private Information') . ':
'; ?>