getDefaultEmail(); $projView = new ProjectView($objProject); $occView = new OccurrenceView($objOccurrence); $agency = OrgFactory::get($objProject->getProperty("agencyid")); $sThingName = ($objProject->getProperty('Type') == 'C' ? 'course' : 'project'); $bRequestSaved = FALSE; if (strlen($HTTP_GET_VARS['message']) > 0) { $bRequestSaved = TRUE; } if ($bRequestSaved) { echo '
' . htmlentities($HTTP_GET_VARS['message']) . '
'; } ?> getInviteFriendButton(); } ?>
toString() ?>
toString() ?>
getProperty('referral') == 'Y') { // this is a referral project ?>
getProperty('referraltype') == 'O') { // this is an ongoing referral project -- display the alternate view of the confirmation screen ?> Thank you for expressing interest in toString() ?>. Please check your email (toString() ?>) - you will soon receive an email with more information about this volunteer opportunity.

Please note that this project is not run by . This project is run directly through toString() ?> (an outside agency).

Your interest in this project has been sent to the agency representative at toString() ?>. The agency will be contacting you directly to discuss your potential participation in this volunteer opportunity. getProperty('referraltype') == 'C' && $objProject->getProperty('fullsignup') == 'Y') { // this is a calendared referral project with full signups ?> Congratulations! You are scheduled to attend the toString() ?> project on getProperty('begin')) ?> from getProperty('begin')) ?> to getProperty('end')) ?>. Please check your 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 . This project is run directly through toString() ?> (an outside agency). getProperty('referraltype') == 'C' && $objProject->getProperty('fullsignup') == 'N') { // this is a calendared referral project with email-only signups ?> Thank you for expressing interest in toString() ?> on getProperty('begin')) ?> from getProperty('begin')) ?> to getProperty('end')) ?>. Please check your email (toString() ?>) - you will soon receive an email with more information about this volunteer opportunity.

Please note that this project is not run by . This project is run directly through toString() ?> (an outside agency).

Your interest in this project has been sent to the agency representative at 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): ?>

If you feel you need accommodations to participate based on this project's description (such as sign language interpretation, alternative formats for written materials, accessible facilities), please click here and describe.
Congratulations!  You are scheduled to attend the "toString() ?>" for getProperty('begin')) ?> from getProperty('begin')) ?> to getProperty('end')) ?>. Please check your email (toString() ?>) - you will soon receive a confirmation email that will include directions to your and your 's contact information. getProjectCoordinators(); if ($objProject->getProperty('requestaccommodations') == 'Y' && !$bRequestSaved && $objOccurrence->projectcoordinators->length()>0): ?>

If you feel you need accommodations to participate based on this project's description (such as sign language interpretation, alternative formats for written materials, accessible facilities), please click here and describe.


You may also view all the s that you have signed up for in the Member Center.

Thank you for volunteering with toString() ?>!
Remove me from this <?= ucfirst($sThingName) ?>
Sign-Up for More Occurences of this <?= ucfirst($sThingName) ?>

Look for Other <?= ucfirst($sThingName) ?> Opportunities
getInviteFriendURL(); $arSlugs['{inviteFriendButton}'] = $sButton; $arSlugs['{siteURL}'] = 'http://' . getAffiliateWebsiteHostname(true); $arSlugs['{activityLink}'] = $occView->getOccurrenceViewLink(); $arSlugs['{projectName}'] = $objOccurrence->toString(); $arSlugs['{projectDate}'] = $objOccurrence->getDate(); $arSlugs['{volunteerFullName}'] =$currUser->toString(); $arSlugs['{volunteerFirstName}'] = $currUser->getProperty("firstname"); $arSlugs['{affiliateName}'] = AFFILIATE('sAffiliate'); // Ge the slug (default or customized, either way) // from the SlugManagerFactory for this footer text. $objSlug = SlugManagerFactory::get('Invite Friends Email (Confirmation Footer Box)'); $sUnTpl = is_object($objSlug) ? $objSlug->printSlug() : ''; // It has replaceable tokens, though, so let's // use FastTemplate to do the replacement. $tpl = new FastTemplate(); $sContent = $tpl->parse_template($sUnTpl, $arSlugs); ?>