Glossary Item Box
The main appearance of the site is adjusted by the site templates. Site template is a standard ASP.NET master page.
Master page should contain ContentPlaceHolder with ID=CmsContent, a head and form tags with attribute runat="server".
For all menu items it is used as default template the Default.master template.
![]() |
CMS system supports output of site content in various design patterns. |
<%@ Master Inherits="CMSLib.Pages.CmsMasterPage" %> |
For a normal work of a site it is necessary to adjust it’s first page (home page).
If it is necessary, you can set up a face of the page that shows enlarged versions of pictures from the pages with content, as well as a face of a page-template with a print version of the content.
Each module can have its own design pattern and is tuned particularly (see the Modules section). You can set up several patterns for every specific module.
| See Also |
Site templates: Content templates | Default page template | Main image page | Print version template | Module templates
AuthorizationForms: Authorization forms
Modules: Modules
Menu: Menu
© 2005-2007 Astron Digital Ltd. All Rights Reserved.