Public Member Functions | |
header ($title, $strIcon="images/bmfo.png") | |
footer ($pagename, $cvsdate) | |
printSelect ($strName, $arrValues, $arrRecord, $strHelp="", $boolDisabled=false, $strOnChange="", $strLabel="") | |
printLabeledItem ($strName, $arrRecord, $strValue="", $strUrl="", $strLabel="") | |
printTextInput ($strName, $arrRecord, $strValue="", $strHelp="", $strLabel="", $strType="text") | |
printButton ($strType, $strName, $strLabel, $strHelp="") | |
getTimestamp () | |
copyToSession ($arrFields, $boolReset=false) | |
importantMessage ($strMessage) |
|
Copy fields from $_POST and $_REQUEST to $_SESSION, if they exist
|
|
Echo the standard BMFO footer including language selection dialog, logoff and help links.
|
|
Return a string timestamp that is compatible with the time format used in the database
|
|
Create a standard BMFO page including header
|
|
Echo a paragraph with an important message.
|
|
Print a HTML button.
|
|
Print a table row with a label and a text or link. The text is looked up from an array by default.
|
|
Print a HTML select box and fill it with values.
|
|
Print a HTML text input and fill it with values.
|