Public Member Functions | |
DcmmsPage ($strPageTitle, $strPathInDcmms= './') | |
setPageName ($strPageName) | |
toHtml () | |
add ($strHtml) | |
addMessage ($strMessage) | |
setIconImage ($strImagePath) | |
setCvsDate ($strDate) | |
getTimestamp ($offYear=0, $offMonth=0, $offDay=0) | |
Public Attributes | |
$logger | |
$strTitle = "" | |
$strPathInDcmms = "" | |
$strBody = "" | |
$strIconImage = "" | |
$strScript | |
$strH1 = "" | |
$strCvsDate = "2004-06-11" | |
$postgis = null | |
$strMessage = '' | |
$strPageName = '' |
|
Create a new DCMMS page.
Set the locale |
|
Add HTML code to the page body
Reimplemented in DcmmsAdminPage. |
|
Add an important message to be displayed. The message will be automatically enclosed in a paragraph.
|
|
Return a string timestamp that is compatible with the time format used in the database
|
|
Set the CVS date that appears in the footer.
|
|
Set the icon used in heading 1.
|
|
Set the name of the page that was opened.
|
|
Output the page as HTML
Recreate the request. Display messages. Insert the HTML body Reimplemented in WorkorderPage. |
|
The PEAR logger object. |
|
The DcmmsPostGis object to handle database functionality |
|
The HTML code for the body. |
|
The date when the page was last modified |
|
The heading 1 on the page. |
|
The path to the descriptive icon image. |
|
A set of messages to be displayed at the top of the page. |
|
The name of the page that was opened. Used in the help link. |
|
The path of the current DCMMS page in the application. |
|
An optional script section for the header |
|
The page title |