diff --git a/admin/events.php b/admin/events.php new file mode 100644 index 0000000..772e1af --- /dev/null +++ b/admin/events.php @@ -0,0 +1,38 @@ + + 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', + 'Administration' => 'admin/index.php'), + "events_scheduling" ); + + echo "
"; + + send_footer(); + +?> diff --git a/admin/eventsscheduling.php b/admin/eventsscheduling.php new file mode 100644 index 0000000..8a388b2 --- /dev/null +++ b/admin/eventsscheduling.php @@ -0,0 +1,41 @@ + + 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', + 'Administration' => 'admin/index.php'), + "events_scheduling" ); + + echo "
"; + echo "".i18n('Event Locations')."
"; + echo "".i18n('Event Management')."
"; + echo "".i18n('Schedule Management')."
"; + + send_footer(); + +?> diff --git a/admin/index.php b/admin/index.php index 59edf50..60f34a3 100644 --- a/admin/index.php +++ b/admin/index.php @@ -32,60 +32,113 @@ array('Committee Main' => 'committee_main.php'), "administration"); - echo ""; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo "
".theme_icon("participant_registration")."
".i18n("Participant Registration")."
".theme_icon("committee_management")."
".i18n("Committee Management")."
".theme_icon("judging_management")."
".i18n("Judging Management")."
"; - if($config['volunteer_enable'] == 'yes') - echo "".theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
"; - else - echo theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
(".i18n("disabled").")"; - echo "
\n"; - echo "
"; - echo ""; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " \n"; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " "; - echo " \n"; - echo " "; - echo "\n"; - echo " \n"; - echo "
".theme_icon("awards_management")."
".i18n("Awards Management")."
".theme_icon("schools_management")."
".i18n("Schools Management")."
"; - if($config['tours_enable'] == 'yes') - echo "".theme_icon("tour_management")."
".i18n("Tour Management")."
"; - else - echo theme_icon("tour_management")."
".i18n("Tour Management")."
(".i18n("disabled").")"; - echo "
"; - if($config['participant_regfee_items_enable'] == 'yes') - echo "".theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
"; - else - echo theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
(".i18n("disabled").")"; - echo "
".theme_icon("print/export_reports")."
".i18n("Print / Export Reports")."
".theme_icon("print_awards_ceremony_scripts")."
".i18n("Print Award Ceremony Scripts")."
".theme_icon("report_management")."
".i18n("Report Management")."
".theme_icon("translations_management")."
".i18n("Translations Management")."
"; - echo "
\n"; - echo "
"; - echo ""; - echo " "; - if($config['score_entry_enable'] == 'yes') { - echo ""; + if($conference['type']=='sciencefair') { + echo "
".theme_icon("judging_score_entry")."
".i18n("Judging Score Entry")."
"; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo "
".theme_icon("participant_registration")."
".i18n("Participant Registration")."
".theme_icon("committee_management")."
".i18n("Committee Management")."
".theme_icon("judging_management")."
".i18n("Judging Management")."
"; + if($config['volunteer_enable'] == 'yes') + echo "".theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
"; + else + echo theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
(".i18n("disabled").")"; + echo "
\n"; + echo "
"; + echo ""; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo " "; + echo "\n"; + echo " \n"; + echo "
".theme_icon("awards_management")."
".i18n("Awards Management")."
".theme_icon("schools_management")."
".i18n("Schools Management")."
"; + if($config['tours_enable'] == 'yes') + echo "".theme_icon("tour_management")."
".i18n("Tour Management")."
"; + else + echo theme_icon("tour_management")."
".i18n("Tour Management")."
(".i18n("disabled").")"; + echo "
"; + if($config['participant_regfee_items_enable'] == 'yes') + echo "".theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
"; + else + echo theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
(".i18n("disabled").")"; + echo "
".theme_icon("print/export_reports")."
".i18n("Print / Export Reports")."
".theme_icon("print_awards_ceremony_scripts")."
".i18n("Print Award Ceremony Scripts")."
".theme_icon("report_management")."
".i18n("Report Management")."
".theme_icon("translations_management")."
".i18n("Translations Management")."
"; + echo "
\n"; + echo "
"; + echo ""; + echo " "; + if($config['score_entry_enable'] == 'yes') { + echo ""; + } + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo "
".theme_icon("judging_score_entry")."
".i18n("Judging Score Entry")."
".theme_icon("enter_winning_projects")."
".i18n("Enter Winning Projects")."
".theme_icon("one-click_cwsf_registration")."
".i18n("One-Click CWSF Registration")."
".theme_icon("fair_stats")."
".i18n("Upload Fair Statistics")."
".theme_icon("sciencefair_management")."
".i18n("Feeder/Upstream Fair Management")."
\n"; } - echo " ".theme_icon("enter_winning_projects")."
".i18n("Enter Winning Projects")."
"; - echo " ".theme_icon("one-click_cwsf_registration")."
".i18n("One-Click CWSF Registration")."
"; - echo " ".theme_icon("fair_stats")."
".i18n("Upload Fair Statistics")."
"; - echo " ".theme_icon("sciencefair_management")."
".i18n("Feeder/Upstream Fair Management")."
"; - echo " \n"; - echo "\n"; + else { + echo ""; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo "
".theme_icon("events_management")."
".i18n("Events & Scheduling")."
".theme_icon("participant_registration")."
".i18n("Participant Registration")."
".theme_icon("committee_management")."
".i18n("Committee Management")."
"; + if($config['volunteer_enable'] == 'yes') + echo "".theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
"; + else + echo theme_icon("volunteer_management")."
".i18n("Volunteer Management")."
(".i18n("disabled").")"; + echo "
\n"; + echo "
"; + echo ""; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo " "; + echo "\n"; + echo " \n"; + echo "
".theme_icon("awards_management")."
".i18n("Awards Management")."
".theme_icon("schools_management")."
".i18n("Schools Management")."
"; + if($config['tours_enable'] == 'yes') + echo "".theme_icon("tour_management")."
".i18n("Tour Management")."
"; + else + echo theme_icon("tour_management")."
".i18n("Tour Management")."
(".i18n("disabled").")"; + echo "
"; + if($config['participant_regfee_items_enable'] == 'yes') + echo "".theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
"; + else + echo theme_icon("registration_fee_items_management")."
".i18n("Registration Fee Items Management")."
(".i18n("disabled").")"; + echo "
".theme_icon("print/export_reports")."
".i18n("Print / Export Reports")."
".theme_icon("print_awards_ceremony_scripts")."
".i18n("Print Award Ceremony Scripts")."
".theme_icon("report_management")."
".i18n("Report Management")."
".theme_icon("translations_management")."
".i18n("Translations Management")."
"; + echo "
\n"; + echo "
"; + echo ""; + echo " "; + echo " "; + echo " \n"; + echo "
".theme_icon("enter_winning_projects")."
".i18n("Enter Winners")."
\n"; + } + echo "
"; echo ""; echo " "; diff --git a/admin/locations.php b/admin/locations.php new file mode 100644 index 0000000..99da577 --- /dev/null +++ b/admin/locations.php @@ -0,0 +1,38 @@ + + 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', + 'Administration' => 'admin/index.php'), + "events_scheduling" ); + + echo "
"; + + send_footer(); + +?>