OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Public Member Functions | |
render () | |
getJavascriptIncludes () | |
getCssIncludes () | |
![]() | |
__construct () | |
getLastError () | |
Protected Member Functions | |
scanFiles ($fileName, &$incList) | |
scanDir ($dirPath, &$incList, $recursive=TRUE) | |
getTitle () | |
getBodyId () | |
getBodyContent () | |
![]() | |
setLastError ($error) | |
debug () | |
This file is part of OpenMediaVault.
OpenMediaVault is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
OpenMediaVault is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with OpenMediaVault. If not, see http://www.gnu.org/licenses/. Base class for a HTML page.
|
abstractprotected |
Get the HTML body code
|
abstractprotected |
Get the body ID.
OMVHtmlPageAbstract::getCssIncludes | ( | ) |
Get an list of CSS files to be included.
OMVHtmlPageAbstract::getJavascriptIncludes | ( | ) |
Get an list of javascript files to be included.
|
protected |
Get the title of the HTML page.
OMVHtmlPageAbstract::render | ( | ) |
Renders the HTML page
|
protected |
Scan the given directory for Javascript files to be added
dirPath | The name of the directory to scan |
incList | The list where to add the files to include |
recursive | Scan subdirs |
|
protected |
Includes the given file
fileName | The name of the file to add |
incList | The list where to add the files to include |