cf_layout design="redesign"
This tag builds the UMass Dartmouth layout around a web page's main content. It also exposes the web page to a set of standard styles that can be used on the page. The 'design="redesign"' calls up the 2005 redesign layout.
<cf_layout
title = "specific page title here"
display = "redesign"
showbrowsertitle = "on | off"
showsitetitlebrowser = "on | off"
showsitetitlewindow = "on | off"
leftmenuswitch = "on | off"
rightmenuswitch = "on | off"
leftmenucontent = "file name"
rightmenucontent = "file name"
additionalstyles = "file names"
additionalscripts = "file names"
bodyclass "class name"
contactarea = "on | off">
| Attribute | Required/Optional | Default | Description |
|---|---|---|---|
| display | required | redesign | This attribute must be set to "redesign" for the 2005 redesign layout
and it's appropriate code and styles. |
| title | optional | The specific title of the page, separate from the site title and "UMass Dartmouth". Appears in the browser's title bar, as the left most string. | |
| showbrowsertitle | optional | on | Shows or does not show the value of 'title' in the browser's title bar.
The title will appear as the first string of text in
the browser title bar. |
| showsitetitlebrowser | optional | on | Shows or does not show the site title in the browser title bar. If the site title is not defined, it will not show regardless of the value of this attribute. The site title shows in the browser window between the page title and the 'UMass Dartmouth' string. |
| showsitetitlewindow | optional | on | Shows or does not show the site title, and it's colored block, in the browser window. If the site title is not defined, it will not show regardless of the value of this attribute. This attribute does not control the appearance of the site title in the window, only wether it shows or not. |
| leftmenuswitch | optional | on | Turns the site menu area on and off. 'leftmenuswitch' is
a holdover from earlier layouts when the site menu appeared
to the left of the main content area. |
| rightmenuswitch | optional | off | Turns the right bar area on and off. Must be used in conjunction with
'rightmenucontent', else the menu will not show. 'rightmenuswitch' is a holdover from earlier layouts when the right bar
was used as a optional menu area. |
| leftmenucontent | optional; required if site uses OmniUpdate | welcome.html | The file containing the static left menu that is included and processed.
The left menu file is included from the site's /include/
folder. 'leftmenuswitch' must be set to "on" for this
to have effect. Required if the site uses OmniUpdate.
See 'Site Menu information' for more information. |
| rightmenucontent | required if rightmenuswitch = "on" |
The file name that contains the content that goes into the right bar.
Must be used with rightmenuswitch="on"; if not, the attribute
has no effect. |
|
| additionalstyles | optional | A comma deliniated list of css files. The layout will add a separate
<link rel="stylesheet"> tag for each value. |
|
| additionalscripts | optional | A comma deliniated list of js files. The layout will add a separate <script
src="file name " type="text/javascript" title="Additional
JavaScript"> for each value. |
|
| bodyclass | optional | The class to be added to the page's <body> tag. The exact value will
be copied in, so multiple styles can be applied by adding
a space between each class. Used to deliver page-specific
styles. |
|
| contactarea | optional | on | Turns the contact area on or off. The contact area includes content in
the contact.html file located in the site's /include/ folder. |
Use this tag to make your page part of the UMass Dartmouth layout. This tag addresses UMass Dartmouth style and marketing guides and goals, and helps ensure a professional and consistent layout throughout your site.
More information can be found in secondary documentation: