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:

  1. Navigate to the directory that holds the default templates:
    WEBGUI_HOME/etc/templates
  2. Copy and paste one of the templates in this directory. For example, table.html.
  3. Rename the copy, ensuring that you retain the .html file extension.
  4. Customize the HTML template heading as required.
  5. Define the variables that you require by inserting them between the <NCO_V> and </NCO_V> tag containers.
  6. Save the changes.

To create your own template that is based on a Web page:

  1. Create a Web page as normal, by using smart tags.
  2. Check that the Web page displays correctly without errors.
  3. Replace the smart tags with <NCO_V> and </NCO_V> tags as appropriate.