Public Method Details |
Html |
public void Html( string $config )
|
|
Class constructor
|
Parameter |
|
string |
$config |
|
|
class Config member |
|
Returns |
void |
|
header |
public string header( string $title )
|
|
Top of each page
|
Parameter |
|
string |
$title |
|
|
Title of the page |
|
Returns |
string HTML code |
|
subheader |
public string subheader( string $link )
|
|
Sub-top of each page
|
Parameter |
|
string |
$link |
|
|
link to be added to all local URLS (used to pass sessionID) |
|
Returns |
string HTML code |
|
globaltableleft |
public string globaltableleft( )
|
|
left part of the global table
|
Returns |
string HTML code |
|
globaltablemiddle |
public string globaltablemiddle( )
|
|
middle part of the global table
|
Returns |
string HTML code |
|
globaltableright |
public string globaltableright( )
|
|
right part of the global table
|
Returns |
string HTML code |
|
globaltableend |
public string globaltableend( )
|
|
end of the global table
|
Returns |
string HTML code |
|
footer |
public string footer( )
|
|
global footer
|
Returns |
string HTML code |
|
box |
public string box( string $title, string $content )
|
|
designed box with title & content
|
Parameter |
|
string |
$title |
|
|
title of the box, may be HTML |
|
|
string |
$content |
|
|
content of the box, may be HTML |
|
Returns |
string HTML code |
|