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. */ ?> 'committee_main.php', 'SFIAB Configuration' => 'config/index.php') ,"cwsf_project_divisions" ); if(count($_POST['cwsfdivision'])) { foreach($_POST['cwsfdivision'] AS $k=>$v) { mysql_query("UPDATE projectdivisions SET cwsfdivisionid='$v' WHERE id='$k' AND conferences_id='".$conference['id']."'"); } echo happy(i18n("Corresponding CWSF divisions saved")); } echo "
"; echo i18n("For each of your divisions, please select a corresponding CWSF division if applicable. If no corresponding CWSF division is chosen then you will need to manually select the CWSF division for each project that you register for the CWSF. You can select the 'most likely' division to use as a default which can then be changed on a per-project basis when you perform the automatic CWSF registration"); echo "
"; echo "
"; echo ""; echo ""; echo "\n"; echo "\n"; echo ""; $q=mysql_query("SELECT * FROM projectdivisions WHERE conferences_id='".$conference['id']."' ORDER BY id"); while($r=mysql_fetch_object($q)) { echo ""; echo " "; echo " "; echo ""; } echo ""; echo "
".i18n("Your Division")."".i18n("Corresponding CWSF Division")."
".i18n($r->division).""; echo "\n"; echo "
"; echo ""; echo "
"; echo "
"; send_footer(); ?>