Webgenz - Content Management System Webgenz Template Files

Home
Overview
Getting Started
User Guide
Terms
Details
Project Files
Template Files
Content Files
Command Line Interface
Tips & Tricks
FAQs
Download
Order Now
Message Board
Search
Contact Us
A Template file specifics the basic structure of an HTML document. A Template file should be designed so that it can apply to a group of Document that have a similar layout and structure.

Here is a sample of a Template File:

  <HTML>
  <HEAD>
  <TITLE>[@TITLE]</TITLE>
  </HEAD>
  <BODY>
  <FONT [@STANDARD_FONT]>
  <H3>[@TITLE]</H3>
  [@NAVIGATION]
  <HR>
  [@BODY_CONTENT]
  <HR>
  [@NAVIGATION]
  </FONT>
  </BODY>
  </HTML>
  

Notes:

  • The Macro Tags have the following format: [@MACRO_TAG]. In the example above [@TITLE] is a Macro Tag.
     
  • During the generation process all of the Macro Tags are replaced by Macro Values from the Content file.


Created with Webgenz Copyright(c) 1997-2002. Dave Krupinski. All rights reserved. Page Updated: 3/2/2002 12:48:08 PM