Builds the page.
It adds a bit of CSS, selects the frontend (from the "select" GET parameter) and calls the frontend's methods, builds menus.
DOMElement languageMenu(
$node)
|
|
Dispalys a form to switch the current language.
This method reads all available languages from the config file (section "lang") and displays them as drop-down list.
Tags:
Parameters:
DOMElement leftMenu(
$node)
|
|
Displays a menu to select what is displayed.
This method builds a plain list of all available entries. Currently, this menu has just one entry, Help.
Tags:
Parameters:
DOMElement newMenu(
$node)
|
|
Creates a menu to select an item to create.
This method displays a menu with links to the create forms of all elements the current user is allowed to create. If the current user isn't allowed to create anything, the menu isn't displayed. The menu is a plain list: New<ul><li><a href="...">text</a></li><li>...</li></ul>
Tags:
Parameters:
DOMElement sizeMenu(
$node)
|
|
Creates a menu to select the size optimisation.
This method displays a menu with links to adjust the size. The menu is a plain list: Size<ul><li><a href="...">text</a></li><li>...</li></ul>
Tags:
Parameters: