, Jam Warehouse (Pty) Ltd, South Africa * @package presentation */ function startTable($border, $width) { return "\n"; } function stopTable() { return "
\n"; } function tableRow($align, $bgcolor, $html) { return "$html\n"; } function tableHeading($cssClassName, $colspan, $text) { return "\n $text\n \n"; } function tableData($html) { return "$html\n"; } function tableCssData($html, $cssClass) { return "$html\n"; } function startTableRowCell() { return "\n"; } function endTableRowCell() { return "\n"; } function generateLink($sTargetPage, $sQueryString, $sLinkText) { return "$sLinkText\n"; } function generateImage($sImageSource) { return ""; } ?>