Copyright (C) 2005 James Grant Copyright (C) 2006 Justin Reardon 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. */ ?> firstname,$studentinfo->lastname))); echo "\n"; echo "\n"; echo " \n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo " \n"; echo "\n"; echo "\n"; echo "\n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo "\n"; echo "\n"; echo " \n"; echo "\n"; echo "
".i18n("First Name")."$studentinfo->firstname".i18n("Last Name")."$studentinfo->lastname
".i18n("Grade")."$studentinfo->grade".i18n("Gender")."$studentinfo->sex
".i18n("Email Address")."$studentinfo->email".i18n("Phone")."$studentinfo->phone
".i18n("Address")."$studentinfo->address".i18n("City")."$studentinfo->city
".i18n($config['provincestate'])."$studentinfo->province"; echo " ".i18n($config['postalzip'])."$studentinfo->postalcode
".i18n("Medical Information")."$studentinfo->medicalalert"; echo " ".i18n("School")."$studentinfo->school
".i18n("Teacher Name")."$studentinfo->teachername"; echo " ".i18n("Teacher Email")."$studentinfo->teacheremail
"; } else { send_popup_header("Student Information"); echo error(i18n("No Student ID passed to Student Info")); } send_popup_footer(); ?>