Web Pages Component Layout

Overview

The webpages component is for text-heavy pages.

Product Fields

Order Field Label
1 hide
2 list_order
3 product_name Title
4 page_name web-page-address
4.5 blurb2 Short Description for List Page
5blurb1Full Description for Details Page
6product_image1Image 1
6.5custom1Image 1 Caption
7product_image2Image 2
7.5custom2Image 2 Caption
8product_image3Image 3
8.5custom3Image 3 Caption
10main_cat_id

webpages/default

  • columns.html uses the file under _skins
  • category list and product list pages display a bulleted list with the class “mmlist”

webpages/fulldetails

  • columns.html uses the file under _skins
  • uses default category templates
  • product list displays product cell divs with blurb1 (blurb1 here is irregular usage on the cell, but it's “full details”)

webpages/img-nodetail

  • product cell has no link to a details page
  • uses default template set, except for product list and product cell
  • product list displays divs

webpages/columns

  • creates a layout with 2 columns of text
  • uses default set, except for product detail

webpages/full-width-title-2col-nav

  • for a layout with the page title spanning all content
  • uses default set, except for columns.html

webpages/toc

  • creates a table of contents at the top of the page, based on h2 tags (though this can be customized)
  • uses default set, except for product detail

webpages/howto

  • this is an irregular implementation, so will be moving it elsewhere (i.e., don't use it)