\n";
+
+ echo "\n";
+ echo " ".i18n("First Name")." | $studentinfo->firstname | \n";
+ echo " ".i18n("Last Name")." | $studentinfo->lastname | \n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Grade")." | $studentinfo->grade | \n";
+ echo " ".i18n("Sex")." | $studentinfo->sex | \n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Email Address")." | $studentinfo->email | \n";
+ echo " ".i18n("Phone")." | $studentinfo->phone | \n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Address")." | $studentinfo->address | \n";
+ echo " ".i18n("City")." | $studentinfo->city | \n";
+ echo "\n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Province")." | $studentinfo->province";
+ echo " | ".i18n("Postal Code")." | $studentinfo->postalcode | \n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Medical Information")." | $studentinfo->medicalalert";
+ echo " | ".i18n("School")." | $studentinfo->school | \n";
+ echo "
\n";
+ echo "\n";
+ echo " ".i18n("Teacher Name")." | $studentinfo->teachername";
+ echo " | ".i18n("Teacher Email")." | $studentinfo->teacheremail | \n";
+ echo "
\n";
+echo "
";
+ }
+ else
+ {
+ send_popup_header("Student Information");
+ echo error(i18n("No Student ID passed to Student Info"));
+ }
+
+ send_popup_footer();
+
+?>