firstname) { echo i18n("Hello %1",array($r->firstname)); echo "
"; } echo "
"; echo i18n("Please use the checklist below to complete your registration. 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 "
"; echo ""; echo ""; //participant information echo ""; //project information echo ""; //safety information echo ""; //signature page echo ""; //received information echo ""; echo "
".i18n("Registration Item")."".i18n("Status")."
"; echo ""; echo i18n("Student Information"); echo ""; echo ""; //check to see if its complete $status=studentStatus(); echo outputStatus($status); echo "
"; if($status=="complete") echo ""; echo i18n("Project Information"); if($status=="complete") echo ""; echo ""; //check to see if its complete $status=projectStatus(); echo outputStatus($status); echo "
".i18n("Safety Information").""; //check to see if its complete echo "
".i18n("Signature Page").""; //check to see if its complete echo "
".i18n("Signature Page Received").""; //check to see if its complete echo "
"; echo "

"; echo "".i18n("Logout").""; send_footer(); ?>