Copyright (C) 2005 James Grant Copyright (C) 2007 David 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. */ ?> Activate Role' button in the Volunteer section below",array($conference['name'])))); header('Location: user_activate.php'); exit; } send_header("Volunteer Main", array()); //only display the named greeting if we have their name echo i18n("Hello %1",array($_SESSION['name'])); echo "
"; echo "
"; echo i18n("Please use the checklist below to complete your data. Click on an item in the table to edit that information. When you have entered all information, the Status field will change to Complete"); echo "
"; echo "
"; user_page_summary_begin(); user_page_summary_item("Contact Information", "user_personal.php", "user_personal_info_status", array($u)); user_page_summary_item("Volunteer Positions", "volunteer_position.php", "volunteer_status_position", array($u)); $overallstatus = user_page_summary_end(true); /* Update volunteer_status */ volunteer_status_update($u); echo "
"; echo "
"; if($overallstatus!='complete') { echo error(i18n("You will not be marked as an active volunteer until your \"Overall Status\" is \"Complete\"")); } else { echo happy(i18n("Thank you for completing the volunteer registration process. We look forward to seeing you at the fair")); } echo "
"; echo i18n('Other Options and Things To Do').':
'; echo ''; send_footer(); ?>