VWcms Designing The Site  

•  Introduction

•  Editing Content

•  Managing Content

•  Designing The Site

•  Site Template

•  Style-Sheet

•  HTML Content

•  Print Template

•  Installation

•  Configuration

•  Miscellaneous

•  Site Map

Print+ (Site)

Login

For working examples of VWcms concepts consult the relevant parts of the Veedub (this) site.

There are two major components that contribute to the look and feel of a site

  • site template
  • style-sheet (CSS)

In addition there is the

  • content (HTML) itself
  • print template

Site Template

The template provides the "superstructure" of the site.  It determines the overall layout of the information on each page.  The content (HTML infromation of the site) is embedded inside this layout.  The template is essentially HTML with some embedded keywords delimited by two dollar symbols.  As an example, the keyword  $$CONTENT$$  causes the substitution of the HTML of the content of the section.  More detail on this in Site Template.

Style-Sheet

The style-sheet provides the detailed look-and-feel of each component in the site pages.  It contains Cascading Style Sheet version 2 (CSS2) directives.  Some are required-by and reserved for normal VWcms appearance, other for VWcms management (editing, etc.) behaviour.  Generally, site design requires at least a working knowledge of CSS2.  More on its role in Style-Sheet.

HTML Content

The HTML Content is provided via the HTML editor and the associated VWcms dialogs described in FCKeditor and VWcms Edit.

Print Template

The print template is generally a simplified version of the site template.  It does not contain the components supporting on-line, interactive access to the site, and provides the essential HTML content in a structure and format suitable for print media.  Similar recommendations for designing the main template apply to printing.