setPageTitle(WT_I18N::translate('Find an individual')) ->pageHeader(); ?> "; echo ""; echo ""; echo "
"; echo WT_I18N::translate('Find an individual'); echo "
"; echo "
"; if ($action=="filter") { $filter = trim($filter); $filter_array=explode(' ', preg_replace('/ {2,}/', ' ', $filter)); // Output Individual for GEDFact Assistant ====================== echo ""; $myindilist=search_indis_names($filter_array, array(WT_GED_ID), 'AND'); if ($myindilist) { echo "'; } else { echo ""; } echo "
"; echo WT_I18N::translate('No results found.'); echo "
"; } echo ''; echo ""; // Close div that centers table