html
Retrieves an HTML template from the current skin, from the html/ folder.
Description
The HTML template is rendered and localized using xsl/ui/ui_skin.xsl.
Parameters
- action
- html
- resource
- The filename of the HTML template to get from the current skin (home.html).
Example URL
http://<host>:<port>/<context>/web/ui.xql?action=html&resource=<value>
Successful Result
The result of the HTML template file after being transformed and localized by xsl/ui/ui_skin.xsl. This HTML page is returned with mime-type of "text/html" and the XHTML 1.0 Transitional DOCTYPE declaration.
Failed Result
An HTML page indicating a 404 Not Found error.