|
Selecting a Rainbow menu layout
6/28/2003
Mini Layout Tutorial
Default
- Logon in Rainbow as admin
- Go to 'Admin this' tab
- In the 'Site Settings' module change 'Default Layout' to Default
- On the image write images/poweredby_simple.gif
- Choose save.
Default layout is much like original IBS layout.
- Header menu with welcome, Home and logout button on the top right.
- Tabs are positioned horizzontally in the top of the screen.
- Portal title is on the top left
- Site logo is on top right
- Note that default has no subtab support and you have to be sure that all tabs have no parent. (in the default portal only home and Admin this are visible)
MenuLeft
- In 'Site Settings' module change 'Default Layout' to MenuLeft
- Change both Themes to MSAlt
- Choose save.
- New layout is choosen.
- Note that MenuLeft does not use much css. Colors are directly choosen on Pane control.
MenuLeft layout use a DHTML menu on the left for site navigation.
- Header menu with welcome, Home and logout button on the top right.
- Top bar does not contains any navigation, a DHTML menu in the left pane shows all site in a three level structure (Autobind = AutoBindOptionAll)
- Portal title is on the top left
- Site logo is on top right
MenuMs
- In 'Site Settings' module change 'Default Layout' to MenuMs
- Change main Theme to MSDefault
- Choose save.
MenuMs layout is similar to MS site. This is the default Rainbow template.
- All is done with CSS.
- Header menu with welcome, Home and logout button on the top right.
- Tabs are positioned horizzontally in the top of the screen.
- A DHTML menu in the left pane shows current subtabs (Autobind = AutoBindOptionCurrent)
- Site logo is on top left
- Portal title is on the top right
NoLogon
- In 'Site Settings' module change 'Default Layout' to NoLogon
- Choose save.
- Choose 'Logout' from top header menu
- Now you are in Home page but logon is not visible. This is a must for sites that does not want registered user and still have access to site as administrators. The property is ShowLogon="false" in Pane control.
- To log in again go to DesktopDefault.aspx?layout=menums on the current site. (Refresh page if needed)
- The logon box appares again.
- Logon in Rainbow as admin
MenuTop
- Go to 'Admin this' tab
- In 'Site Settings' module change 'Default Layout' to MenuTop
- Choose save.
- New layout is choosen.
MenuTop layout use a DHTML menu on the Top for site navigation.
- Header menu with welcome, Home and logout button on the top right.
- Top bar contains a DHTML menu that shows all site in a three level structure (Autobind = AutoBindOptionAll)
- Portal title is on the top left
- Site logo is on top right
|