= $objProject->toString() ?>

Date: = DisplayDateTime(LONG_DATE_WITH_WEEKDAY, $objOccurrence->getProperty("begin")) ?>
Time: = DisplayDateTime(TIME_12HR, $objOccurrence->getProperty("begin")) ?> - = DisplayDateTime(TIME_12HR, $objOccurrence->getProperty("end")) ?>
Please enter text in the following box to send an email message to the = strtolower(SINGULAR($sType.' Coordinator')) ?> for this = $sProjectOrCourse ?>.
= ($sError)?("$sError
"):'' ?>
// if they are logged in display their from email address
// if not display a text input field for them to enter a from email address
?>
= (!(is_object($currUser) && $currUserEmail))?('From (email): ' . $objvForm->returnText('sFromEmail',trim($HTTP_POST_VARS['sFromEmail']))):('From: ' . $currUserEmail) ?>
To (email): = $objCoordinator->getProperty('firstname') ?> = $objCoordinator->getProperty('lastname') ?>
= $objvForm->displayTextarea('tMessage',htmlspecialchars(trim($HTTP_POST_VARS['tMessage'])),50,10) ?>
if ( $arAffiliate['busecaptcha'] == 'Y' ) { ?>
Please pass the following test (this is to prevent spam robots):
= recaptcha_get_html(getRecaptchaPublicKey()); ?>
} ?>

|