getPage($iOffset, PAGE_SIZE); DEBUG($arPage, "The page", true, PAGE_INFO); $iLast = ($iOffset + PAGE_SIZE > $objSearch->length() ? $objSearch->length() : $iOffset + PAGE_SIZE); $iFirst = $iOffset + 1; $sPaging = ($iFirst == 1 && $iLast == 0 ? "" : $iFirst . "-" . $iLast. " of " . ($objSearch->length())); $objNullOcc = OccurrenceFactory::newOccurrence(); $objOccurrenceView = new OccurrenceView($objNullOcc); $sPaging = $objPage->vResultsPaging("frmSearch", $objSearch->length(), $sPaging, $iOffset, PAGE_SIZE); $colProjects =& ProjectFactory::listProjects($arPage,''); if($HTTP_POST_VARS["available"]) { //create link to show all projects $newQueryString = str_replace("&available=true", "", $_SERVER["QUERY_STRING"]); } else { //Create the link that shows only projects with upcoming availability $arQueryString = explode("&", $_SERVER["QUERY_STRING"]); array_push($arQueryString, "available=true"); $newQueryString = implode("&", $arQueryString); } // ensure that these links force execution of the search query. // otherwise it could display incorrect cached results. $newQueryString = ereg_replace("&_Offset=[^&]*", "", $newQueryString); $arQueryString = explode("&", $newQueryString); array_push($arQueryString, "executeSearch=true"); $newQueryString = implode("&", $arQueryString); $sAlternateHREF = $_SERVER["SCRIPT_NAME"] . "?" . $newQueryString; $sAffiliateContact = AffiliateDataFactory::getAffiliateInformation('sprimarycontactname'); $sAffiliatePhone = AffiliateDataFactory::getAffiliateInformation('sprimarycontactphone'); $sAffiliateName = AffiliateDataFactory::getAffiliateInformation('saffiliate'); $objSlug = SlugManagerFactory::get('Ongoing Referrals Button Area'); if(is_object($objSlug)) { $sReferralButtonText = $objSlug->printSlug(); } $HTTP_POST_VARS['region'] = (is_array($HTTP_POST_VARS['region'])) ? implode("|", $HTTP_POST_VARS['region']) : $HTTP_POST_VARS['region']; $HTTP_POST_VARS['impactarea'] = (is_array($HTTP_POST_VARS['impactarea'])) ? implode("|", $HTTP_POST_VARS['impactarea']) : $HTTP_POST_VARS['impactarea']; ?>
">
Search Results
Your search yielded length() ?> resultlength() > 1 || $objSearch->length() == 0 ? "s" : "") ?>.
isCorporateSponsorManager() !== false) { ?>
Filter by Availability:  showField($sFilterType); ?>
Filter by region:  showField('browse_filterregion'); ?>
Filter Corporate Projects: showField('browse_filterCorporateProjects'); ?>
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.

length() && !$HTTP_POST_VARS['ongoingReferrals']){ ?> ": "" ) ?>Show all s     ": "") ?>Show Only Upcoming s with Availability

* Next to the title indicates orientation projects   View All   View All
length()) { $itProjects =& $colProjects->getIterator(); $ctr = $iOffset; while($itProjects->hasNext()) { $ctr++; $proj =& $itProjects->getNext(); $proj->occurrenceFlag = "5"; if(!is_object($objView)) { $objView =& new ProjectView($proj); } else { $objView->setProject($proj); } print $objView->showField('SearchResults', array('ixaffiliateregion' => $HTTP_POST_VARS['region'],'zipcode' => $HTTP_POST_VARS['zipcode'], 'ctr' => $ctr, 'available' => $HTTP_POST_VARS['available'], 'bIsSpecialEvent' => $ixSpecialEvent, 'begin' => $HTTP_POST_VARS['begin'], 'end' => $HTTP_POST_VARS['end'])); } } else { ?>
No s were found for the supplied search criteria. If you are having trouble finding that interest you, contact at for assistance.
Back to Date-Specific Projects