Templates
There are two templates - one for the viewing version and one for the print versions. Each template is an HMTL page that embodies the structure and layout of the document, but does not have content. The templates contain tags that are placeholders and are replaced with content or other information during document creation. The use and placement of tags is entirely up to the author and how the results will look depends upon where the tag is placed in the template and any CSS applied.
The following tags are available:
Tag |
Purpose |
<!--##MENU##--> |
Navigation Menu |
<--##TITLE##--> |
Page title, shows up in the browser tab of the page being viewed |
<--##PRODUCT##--> |
Document Name, typically displayed as a heading at the top of each page |
<--##VERSION##--> |
Document version, typically displayed in the footer of each page |
<--##PAGE_URL##--> |
Page URL, the URL of the current page |
<--##CONTENT_1##--> |
Primary content block, usually the main focus of each page |
<--##CONTENT_2##--> |
Secondary content block, usually used as sidebar text |
<--##JAVASCRIPT##--> |
Allows page based JavaScript |
<--##PREVIOUS##--> |
Previous Page button |
<--##NEXT##--> |
Next Page button |
<--##BREADCRUMB_STRING##--> |
Breadcrumb that lists the document path to the page included links to higher levels within the path to the current page |
<--##LOCAL_CSS##--> |
Allows document-based CSS |
<--##CSS_PATH##--> |
Allows document-based path to CSS files |
<--##HTML_PATH##--> |
Allows document-based path to HTML files |
<--##IMG_PATH##--> |
Allows document-based path to images |
<--##JS_PATH##--> |
Allows document-based path to JavaScript |
<--##VID_PATH##--> |
Allows document-based path to videos |
|