Several levels of configuration settings are merged and applied when a page is published. Settings are specified at the site, ring or page level. A global default settings level is defined in the program code.
The site settings apply to the entire site. Ring settings apply to an entire "ring". Page settings apply to an individual page or portion of a page.
If an override is not specified, the setting from the global default level will apply. The site defaults, found in sysparms.txt, override the global defaults.
Any ring settings found in configrN.txt override the site settings. (N is the ring number.) Any page settings found at the top of an individual page override the ring settings.
Page Parms
|
|
Parameter Name
|
Default / Reset Specification
|
Override Specification
|
|
The banner_top parameter indicates if banners are to appear at the top of the pages.
|
|
banner_top
|
#banner_top:no
|
#banner_top:yes
|
|
The banner_bottom parameter indicates if banners are to appear at the bottomof the pages.
|
|
banner_bottom
|
#banner_bottom:no
|
#banner_bottom:yes
|
|
The banner_left parameter indicates if banners are to appear to the left of the content.
|
|
banner_left
|
#banner_left:no
|
#banner_left:yes
|
|
The banner_right parameter indicates if banners are to appear to the right of the content.
|
|
banner_right
|
#banner_right:no
|
#banner_right:yes
|
|
The pclass parameter specifies the class for any page tag that does not already specify a class.
|
|
pclass
|
#pclass:pclass
|
#pclass:your_class
|
|
The tdclass parameter specifies the class for any td tag that does not already specify a class.
|
|
tdclass
|
#tdclass:tdclass
|
#tdclass:your_class
|
|
The tdvalign parameter specifies the vertical alignment for content td tags.
|
|
tdvalign
|
#tdvalign:top
|
#tdvalign:middle, #tdvalign:bottom
|
|
The desc parameter specifies the description in the description meta-tag. The default is the first characters from the content.
|
|
desc
|
See note
|
#desc:Your description
|
|
The subhead parameter specifies the subhead at the top of the content. The default is the heading from the menu.
|
|
subhead
|
#subhead:menu
|
#subhead:Your subhead
|
|
The subheadon parameter allows you to remove the sub-heading at the top of the content.
|
|
subheadon
|
#subheadon:true
|
#subheadon:false
|
|
The site_header_on parameter allows you to remove the site heading at the top of the page.
|
|
site_header_on
|
#site_header_on:true
|
#site_header_on:false
|
|
The site_footer_on parameter allows you to remove the footer at the bottom of the page.
|
|
site_footer_on
|
#site_footer_on:true
|
#site_footer_on:false
|
|
The menu_t_on parameter allows you to add a menu at the top of the content.
|
|
menu_t_on
|
#menu_t_on:false
|
#menu_t_on:true
|
|
The menu_t_number parameter allows you to specify what menu appears at the top of the content.
|
|
menu_t_number
|
#menu_t_number:1
|
#menu_t_number:Your menu number
|
|
The menu_t_class parameter allows you to specify the class for the td tags of the menu that at the top of the content.
|
|
menu_t_class
|
#menu_t_class:mtclass
|
#menu_t_class:Your class
|
|
The menu_t_valign parameter specifies the vertical alignment for the td tags for the menu on the left of the content.
|
|
menu_t_valign
|
#menu_t_valign:top
|
#menu_t_valign:middle, #menu_t_valign:bottom
|
|
The menu_l_on parameter allows you to remove the menu at the left of the content.
|
|
menu_l_on
|
#menu_l_on:true
|
#menu_l_on:false
|
|
The menu_l_number parameter allows you to specify what menu appears at the left of the content.
|
|
menu_l_number
|
#menu_l_number:1
|
#menu_l_number:Your menu number
|
|
The menu_l_class parameter allows you to specify the class for the td tags of the menu that at the left of the content.
|
|
menu_l_class
|
#menu_l_class:mlclass
|
#menu_l_class:Your class
|
|
The menu_l_valign parameter specifies the vertical alignment for the td tags for the menu on the left of the content.
|
|
menu_l_valign
|
#menu_l_valign:top
|
#menu_l_valign:middle, #menu_l_valign:bottom
|
|
The enable_ppf parameter enables the page print feature. If true, the page will be built with a special cascading style sheet.
|
|
enable_ppf
|
#enable_ppf:false
|
#enable_ppf:true
|
|