get($ixActivity); $objProjectView = new ProjectView($objProject); $objAccess = new Access(); $objCurrentUser = Access::getCurrentUser(); $isLoggedIn = is_object($objCurrentUser); $arRestrictionReasons = array(); // objSearch is populated in viewProject.php $objSearch = new SearchResults(); $iOffset = ($HTTP_POST_VARS["_Offset"] ? $HTTP_POST_VARS["_Offset"] : 0); $arPage = $objSearch->getPage($iOffset, PAGE_SIZE); $iLast = ($iOffset + PAGE_SIZE > $objSearch->length() ? $objSearch->length() : $iOffset + PAGE_SIZE); $iFirst = ($iLast == 0 ? 0 : $iOffset + 1); $sPaging = $iFirst . " - " . ($iLast) . " of " . $objSearch->length(); $sType = ($objProject->getProperty('Type') == 'C' ? 'Course' : 'Project'); $bReferral = $objProject->getProperty('referral'); $sReferralType = ($bReferral == 'Y')?$objProject->getProperty('referraltype'):''; $bFullSignup = $objProject->getProperty('fullsignup'); $objSlug = SlugManagerFactory::get('Referral Warning Text'); if(is_object($objSlug)) { $sReferralWarningText = $objSlug->printSlug(); } $objSlug = SlugManagerFactory::get('Email-Only Signup Explanation'); if(is_object($objSlug)) { $sEmailOnlySignupExplanation = $objSlug->printSlug(); } $bIsSpecialEvent = ($objProject->getProperty("specialevent")) ? $objProject->getProperty("specialevent") : false ; // $bRoleActive = true; if($bIsSpecialEvent){ $sSEQstring = '&ixSE=' . $objProject->getProperty("specialevent"); $oSpecialEvent = SpecialEventFactory::get($objProject->getProperty("specialevent")); // $bRoleActive = is_object($objCurrentUser) ? $oSpecialEvent->getRoleStatus($objCurrentUser) : false; } $colOccurrence = OccurrenceFactory::listOccurrences($arPage); $bIsMulti = ($colOccurrence->length() != 1)?true:false; ?>
0)) { // show truncated information component ?>
The e-mail has been sent. Please check your e-mail in a few minutes and click on the activation link.
Multiple project sessions exist on the date you selected. Please select a specific project time below.
getProperty('status') == 'C')?(''):''; ?>
getProperty('title'); ?> Sponsor This ' . ucfirst($sType) . '
getProperty('status') == 'C')?(''):''; ?>
getProperty('title'); ?> Sponsor This ' . ucfirst($sType) . '

Agency: showField('agency'); ?>

Description: getProperty('desc'); switch($objProject->getProperty('descriptionMarkupType')) { case 'P': //plain print show_long_text(htmlentities($desc)); break; case 'R': //raw print $desc; break; case 'S': //some default: print show_long_text($desc); break; } ?>

showField('restrictions')) { ?>

This project is approved for volunteers with the following restrictions:

Impact Areas: showField('allimpactareas'); ?>

Interests: showField('interests'); ?>

Skills: showField('skills'); ?>

getIterator(); while ($objIter->hasNext()) { $objOccurrence =& $objIter->getNext(); $objOccurrence->getLocation(); $occLocation = $objOccurrence->location->toString(' '); echo "

Location: {$occLocation}

"; } if ($objProject->getProperty('requestaccommodations') == 'Y') { echo '

Accommodations for volunteers with disabilities: '; echo 'You will have the opportunity to request accommodations after you sign up for this project.

'; } } ?> showField('documents'); ?>
View Sessions on Other Dates
getIterator(); $objOccurrence =& $objIter->getNext(); $objIndividual =& $objAccess->getCurrentUser(); list($arReasons, $arReasonsShort, $arReasonsAdmin, $arButtons) = ProjectView::canSignUpForProjectOccurrence($objIndividual, $objOccurrence, $objProject); if(isUsefulArray($arReasons)) { $sEmailonlyText = '' . $arReasons[0] . ''; } else { $sEmailonlyText = '
' . implode('
',$arButtons) . '
'; } ?>
Back
length()) { print $objProjectView->showOccurrenceDetails($colOccurrence); } else { print ''; } ?>
vResultsPaging('searchform',$objSearch->length(),$sPaging,$iOffset,PAGE_SIZE); ?>
There are no upcoming dates for this project. More dates may be added soon.
vResultsPaging('searchform',$objSearch->length(),$sPaging,$iOffset,PAGE_SIZE); ?>
Back
length()) { print $objProjectView->showOccurrenceDetails($colOccurrence); } else { print ''; } ?>
Selected Occurrence
You are selecting a project for a member of your team. Instead of selecting a project, you may also simply return to the team management page.

There are no upcoming dates for this project. More dates may be added soon.
Back