echo($PeopleDisplayName); ?>
if (in_array($PeopleRole,array($PeopleRoleAdministrator,$PeopleRoleTeamLeader,$PeopleRoleMentor,$PeopleRoleExecutive,$PeopleRoleBoard))) { if ($PeopleTitle <> null) { ?>echo($PeopleTitle); ?>
} } else if ((in_array($PeopleRole,array($PeopleRoleContact,$PeopleRoleMember))) and (in_array($PeopleWebDisplayLevel,array(21,23,24,25)))) { if ($PeopleTitle <> null) { ?>echo($PeopleTitle); ?>
} if ($PeopleAffiliation <> null) { ?>echo($PeopleAffiliation); ?>
} } else if (!empty($PeopleTitle)) { ?>echo($PeopleTitle); ?>
} //} else { //die ("Attempt to format web display for Name, People array not set correctly"); //} //include "includes/peopleemailphones.php"; //if (isset($People)) { if ((in_array($PeopleWebDisplayLevel,array(12,13,14,15,22,23,24,25))) and ($PeoplePublicPhone <> null)) { $PeoplePhone = $PeoplePublicPhone; if ($PeoplePublicExtension <> null) { $PeoplePhone .= " Ext. " . $PeoplePublicExtension; } ?>echo($PeoplePhone); ?> (Phone)
} if (in_array($PeopleWebDisplayLevel,array(14,15,24,25))) { if ($PeoplePublicCell <> null) { ?>echo($PeoplePublicCell); ?> (Cell)
} if ($PeoplePublicFax <> null) { ?>echo($PeoplePublicFax); ?> (Fax)
} } if (in_array($PeopleWebDisplayLevel,array(11,13,14,15,21,23,24,25))) { if ($PeoplePublicEmail <> "") { ?> echo(rtrim($PeoplePublicEmail)); ?> } } //} else { //die ("Attempt to format web display for E-mail and Phones, People array not set correctly"); //} if ($PeopleProfile <> null) { ?> echo wpautop(html_entity_decode($PeopleProfile)); ?> } //include "includes/peopleaddress.php"; //if (isset($People)) { $SalutationText = $PeopleSalutation; $CommunityCity = ""; /*$CommunityCity = $People["CommunityCity"]; Add a lookup for community info */ if (in_array($PeopleWebDisplayLevel,array(15,25))) { ?>
if ($SalutationText <> null) {
?>
echo($SalutationText . " "); ?>
}
?>
echo(rtrim($PeopleFirstName) . " "); ?>
if ($PeopleMiddleInitials <> null) {
?>
echo($PeopleMiddleInitials . " "); ?>
}
?>
echo(rtrim($PeopleSurname)); ?>
if ($PeopleSuffix <> null) {
?>
echo(" " . $PeopleSuffix); ?>
}
?>
if (in_array($PeopleRole,array($PeopleRoleAdministrator,$PeopleRoleTeamLeader,$PeopleRoleMentor,$PeopleRoleExecutive,$PeopleRoleBoard))) {
if ($PeopleTitle <> null) {
?>
echo($PeopleTitle); ?>
}
?>
BC Association of Community Response Networks
}
if ((in_array($PeopleRole,array($PeopleRoleContact,$PeopleRoleMember))) and ($PeopleWebDisplayLevel == 25)) {
if ($PeopleTitle <> null) {
?>
echo($PeopleTitle); ?>
}
if ($PeopleAffiliation <> null) {
?>
echo($PeopleAffiliation); ?>
}
}
?>
echo($PeoplePublicAddress1); ?>
if ($PeoplePublicAddress2 <> null) {
?>
echo($PeoplePublicAddress2); ?>
}
?>
echo($CommunityCity); ?>, echo($PeoplePublicProvince); ?>
echo($PeoplePublicPostCode); ?>