\n";
SHOWUSER($projleader);
#
# Check to make sure that the head user is 'unapproved' or 'active'
#
$headstatus = TBUserStatus($projleader);
if (!strcmp($headstatus,TBDB_USERSTATUS_UNAPPROVED) ||
!strcmp($headstatus,TBDB_USERSTATUS_ACTIVE)) {
$approvable = 1;
} else {
$approvable = 0;
}
#
# Now put up the menu choice along with a text box for an email message.
#
echo "
What would you like to do?
\n";
#
# Standard Testbed Footer
#
PAGEFOOTER();
?>