Copyright (C) 2005-2008 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. */ ?> 'committee_main.php') ,"configuration" ); // Display a warning about changing settings if registrations have started $dates = array("regopen"); if($conference['type']!='scienceolympics') { $dates []= "judgeregopen"; } $ok=true; foreach($dates as $date) { if($config['dates'][$date] && $config['dates'][$date]!="0000-00-00 00:00:00") { $q=mysql_query("SELECT (NOW()<'".$config['dates'][$date]."') AS test"); $r=mysql_fetch_object($q); $ok=$ok & $r->test; } } if(!$ok) { echo "
"; echo "
Warning: Registrations have begun. You should not change any configuration settings.
"; echo "
"; } if($conference['type']=='scienceolympics') { echo ""; echo " "; echo " "; echo " "; //echo " "; echo " "; echo " \n"; echo " "; echo "
".theme_icon("configuration_variables")."
".i18n("Conference Configuration Variables")."
".theme_icon("important_dates")."
".i18n("Important Dates")."
".theme_icon("project_age_categories")."
".i18n("Age Categories")."
".theme_icon("images")."
".i18n("Images (Fair Logo)")."
\n"; } else { echo ""; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; echo " \n"; echo " "; echo " "; echo " "; echo " "; echo " "; echo " \n"; echo "
".theme_icon("configuration_variables")."
".i18n("Conference Configuration Variables")."
".theme_icon("important_dates")."
".i18n("Important Dates")."
".theme_icon("project_age_categories")."
".i18n("Project Age Categories")."
".theme_icon("project_divisions")."
".i18n("Project Divisions")."
".theme_icon("cwsf_project_divisions")."
".i18n("CWSF Project Divisions")."
".theme_icon("project_sub_divisions")."
".i18n("Project Sub-Divisions")."
".theme_icon("page_texts")."
".i18n("Page Texts")."
".theme_icon("exhibitor_signature_page")."
".i18n("Exhibitor Signature Page")."
".theme_icon("judge_registration_questions")."
".i18n("Judge Registration Questions")."
".theme_icon("project_safety_questions")."
".i18n("Project Safety Questions")."
".theme_icon("images")."
".i18n("Images (Fair Logo)")."
\n"; } send_footer(); ?>