# Custom Page Template for Al's tools
#
(this tag causes Internet Explorer to display this page as text,
# rather than trying to display it as HTML. You don't need it in your
# custom page template.)
# Create the link *to* this page
[--DEFINE LINK_TO_PAGE--]
[--PAGE.LinkGraphic--]
[-- IF PAGE.LinkName--]
[--PAGE.LinkName--]
[--ELSE--]
[--PAGE.Name--]
[--END_IF--]
[--END_DEFINE LINK_TO_PAGE--]
# Begin defining the actual page
[--DEFINE PAGE--]
[--PAGE.Name--]
#
#Load the Pages's text2 value into a VAR
#so it can be used in the product template
#
[--VAR.TEXT2 PAGE.Text2 --]
[--IF PAGE.DisplayPageHeader--]
[--HEADER--]
[--END_IF--]
[--PAGE.Name--]
#
#This layout uses a two-column table, with the links to other pages
#in the first column and the products in the second column
#
[--LOOP LINKS--]
[--LINK--]
|
[--END_LOOP LINKS--]
|
Click on a product image to see more information about that product. |
[--LOOP PRODUCTS--]
[--PRODUCT--]
|
[--END_LOOP PRODUCTS--]
[--IF PAGE.SearchProductField--]
[--SEARCH_FORM--]
[--END_IF--]
|
[--IF PAGE.DisplayPageFooter--]
[--FOOTER--]
[--END_IF--]
[--END_DEFINE PAGE--]