getProperty('specialevent')) ? $objProject->getProperty('specialevent') : FALSE; if ($bIsSpecialEvent) { $objSpecialEvent = SpecialEventFactory::get($objProject->getProperty('specialevent')); } // Get the public team IDs for this occurrence $arTeams = OccurrenceFactory::getPublicTeams($ixOccurrence); $arTeams = OneDimensionalize($arTeams, 'ixentityteam'); // Get current user $objIndividual = Access::getCurrentUser(); if (is_object($objIndividual)) { if ($objOccurrence->isIndividualInvolunteers($objIndividual)) { $objTeam = $objOccurrence->isIndividualWithTeam($objIndividual); } } // Get full team details if ($arTeams) { $colTeam = TeamFactory::listTeams($arTeams); } ?>

getProperty('title'); ?>

showField('date'); ?>, showField('begin'); ?> to showField('end'); ?>

Location: showField('address'); ?>

Special Event: getProperty('name'); ?>

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 Area: showField('impactarea'); ?>

Interests: showField('interests'); ?>

Skills: showField('skills'); ?>

Join a Public Team
There are no public teams available for this event.
getIterator(); while ($objIter->hasNext()): $team = $objIter->getNext(); $bShowJoinLink = is_object($objIndividual) && !$team->isIndividualInTeam($objIndividual->getProperty('entityid')) && !$team->isIndividualInvited($objIndividual); ?>
Team Name Team Captain  
toString(); ?> getCaptainNames(); ?> Join this team
Cancel