* 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. */ ?> 'committee_main.php', 'Administration' => 'admin/index.php' ) ); echo '
'; echo error("This page will no longer be available after Summer 2008. Please use the new 'My Reports' interface. "); $id = intval($_POST['id']); echo '

' . i18n('All Reports') . '

'; echo '
'; echo ''; echo ''; echo ""; echo '
'; echo '
'; echo '
'; echo '

' . i18n('Custom Reports') . '

'; /* * echo i18n("Day of Fair Registration/Checkin Forms (All Categories)").": "; * echo "PDF   "; * echo "CSV   "; */ // lets split this up by age category, /* * $catq=mysql_query("SELECT * FROM projectcategories WHERE year='".$config['FAIRYEAR']."' ORDER BY id"); * while($catr=mysql_fetch_object($catq)) * { * echo ""; * echo "id\">$catr->category (PDF)   "; * echo "
"; * echo "id\">$catr->category (CSV)   "; * echo ""; * } */ echo '
'; echo i18n('Mailing Labels') . ': '; echo '' . i18n('Mailing Label Generator') . ''; echo '
'; echo '
'; echo i18n('School Access Codes') . ': '; echo 'PDF   '; echo 'CSV   '; // echo "PDF   "; // echo "CSV   "; echo '
'; echo i18n('Student Emergency Contact Names/Numbers') . ': '; echo 'PDF   '; echo 'CSV   '; echo '
'; echo i18n('Students/Projects From Each School') . ': '; echo 'PDF   '; echo 'CSV   '; echo '
'; echo i18n('Project Logistical Requirements (tables, electricity)') . ': '; echo 'PDF   '; echo 'CSV   '; echo '
'; echo i18n('Project Table Labels') . ': '; echo 'PDF   '; echo '
'; echo i18n('Project Summary Details') . ': '; echo 'PDF   '; echo '
'; echo i18n('Nametags') . ': '; echo 'Students PDF   '; echo 'Students CSV   '; echo 'Judges PDF   '; echo 'Judges CSV   '; echo 'Committee PDF   '; echo 'Committee CSV   '; echo '
'; echo '
'; echo i18n('Judges List') . ': '; echo 'Judge List (CSV)   '; echo '
'; echo i18n('Judging Teams') . ': '; echo 'List (CSV)   '; echo 'List (PDF)   '; echo 'Team Awards (CSV)   '; echo 'Team Awards (PDF)   '; echo '
'; echo i18n('Judging Teams Project Assignments') . ': '; echo 'CSV   '; echo 'PDF   '; echo '
'; echo i18n('Projects Judging Team Assignments') . ': '; echo 'CSV   '; echo 'PDF   '; echo '
'; echo i18n('Project Identification Labels (for judging sheets)') . ': '; echo 'PDF   '; echo '
'; echo '
'; echo i18n('Awards list for Program') . ': '; echo 'CSV   '; echo '
'; echo i18n('Award Ceremony Script') . ': '; echo 'FULL PDF  '; echo '(Divisional)   '; echo '(Special)   '; echo '(Interdisciplinary)   '; echo '(Other)   '; echo '(Grand)   '; echo '
'; echo i18n('Award Ceremony Script') . ': '; echo 'CSV   '; echo '
'; echo 'Award Winners CSV   '; echo '
'; send_footer(); ?>