messages = new MESSAGES();
print $this->header();
print $this->printBody($pString);
ob_end_flush();
die;
}
/**
* Print HTML header information
*/
function header()
{
return <<< END
OSBib-Create
END;
}
/**
* Print result
*/
function printBody($pString)
{
return <<< END