|
if($objProject->getProperty('referraltype') == 'O')
{
// this is an ongoing referral project -- display the alternate view of the confirmation screen
?>
Thank you for expressing interest in = $objProject->toString() ?>.
Please check your email (= $email->toString() ?>) - you will soon receive an email with more
information about this volunteer opportunity.
Please note that this project is not run by = AffiliateDataFactory::getAffiliateInformation('saffiliate') ?>. This project is
run directly through = $agency->toString() ?> (an outside agency).
Your interest in this project has been sent to the agency
representative at = $agency->toString() ?>. The agency
will be contacting you directly to discuss your
potential participation in this volunteer opportunity.
}
elseif($objProject->getProperty('referraltype') == 'C' && $objProject->getProperty('fullsignup') == 'Y')
{
// this is a calendared referral project with full signups
?>
Congratulations! You are scheduled to attend the = $objProject->toString() ?> project on
= DisplayDateTime(LONG_DATE_WITH_WEEKDAY, $objOccurrence->getProperty('begin')) ?> from
= DisplayDateTime(TIME_12HR, $objOccurrence->getProperty('begin')) ?> to = DisplayDateTime(TIME_12HR, $objOccurrence->getProperty('end')) ?>.
Please check your email (= $email->toString() ?>) - you will soon receive a confirmation email that will include directions to your project.
Please note that this project is not run by = AffiliateDataFactory::getAffiliateInformation('saffiliate') ?>.
This project is run directly through = $agency->toString() ?> (an outside agency).
}
elseif($objProject->getProperty('referraltype') == 'C' && $objProject->getProperty('fullsignup') == 'N')
{
// this is a calendared referral project with email-only signups
?>
Thank you for expressing interest in = $objProject->toString() ?> on
= DisplayDateTime(LONG_DATE_WITH_WEEKDAY, $objOccurrence->getProperty('begin')) ?> from
= DisplayDateTime(TIME_12HR, $objOccurrence->getProperty('begin')) ?> to = DisplayDateTime(TIME_12HR, $objOccurrence->getProperty('end')) ?>.
Please check your email (= $email->toString() ?>) - you will soon
receive an email with more information about this volunteer opportunity.
Please note that this project is not run by
= AffiliateDataFactory::getAffiliateInformation('saffiliate') ?>.
This project is run directly through = $agency->toString() ?> (an outside agency).
Your interest in this project has been sent to the agency
representative at = $agency->toString() ?>. The agency
will be contacting you directly to discuss your
potential participation in this volunteer opportunity.
}
?>
getProjectCoordinators();
if ($objProject->getProperty('requestaccommodations') == 'Y' && !$bRequestSaved && $objOccurrence->projectcoordinators->length()>0):
?>
|