Creating SmartPage templates
You can create your own template that is either based on a template in the default directory, or that is based on a Web page.
To create a template that is based on a default template:
- Navigate to the directory that holds the default templates:
WEBGUI_HOME/etc/templates
- Copy and paste one of the templates in this directory. For example,
table.html
. - Rename the copy, ensuring that you retain the
.html
file extension. - Customize the HTML template heading as required.
- Define the variables that you require by inserting them between
the
<NCO_V>
and</NCO_V>
tag containers. - Save the changes.
To create your own template that is based on a Web page:
- Create a Web page as normal, by using smart tags.
- Check that the Web page displays correctly without errors.
- Replace the smart tags with
<NCO_V>
and</NCO_V>
tags as appropriate.