# Custom Two-Column 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--] <a href="[--OUTPUT_DIRECTORY_URL--]/[--Page.FileName--]">[--PAGE.LinkGraphic--]<b> [-- IF PAGE.LinkName--] [--PAGE.LinkName--] [--ELSE--] [--PAGE.Name--] [--END_IF--] </b></a> [--END_DEFINE LINK_TO_PAGE--] # Begin defining the actual page [--DEFINE PAGE--] <html> <head> <title>[--PAGE.Name--]</title> <meta name="keywords" content="[--PAGE.MetaKeywords--]"> <meta name="description" content="[--PAGE.MetaDescription--]"> </head> <!-- Set background image and page colors --> <body background="[--PAGE.BackgroundImage--]" width=1600 height=26 alt="pegbackground.gif" bgcolor="[--PAGE.BackgroundColor--]" text="[--PAGE.TextColor--]" link="[--PAGE.LinkColor--]" vlink="[--PAGE.VisitedLinkColor--]" alink="[--PAGE.ActiveLinkColor--]" > # #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--] <center> <h1>[--PAGE.Name--]</h1> </center> # #This layout uses a two-column table, with the links to other pages #in the first column and the products in the second column # <!-- Begin Main Table --> <table> <tr> <td valign="top" width="125"> <!-- Begin Table of Links --> <table> [--LOOP LINKS--] <tr> <td valign="top" align="left" width="100%">&nbsp;<BR> [--LINK--] <br clear=all> </td> </tr> [--END_LOOP LINKS--] </table> <!-- End Table of Links --> </td> <td valign="top" > <center> <table width="100%" > <tr valign=top> <td valign=top><blockquote><b>Click on a product image to see more information about that product.</b></blockquote></td> </tr> </table> <!-- Begin Table of Products --> # #Change this value to change number of columns # Can also use actual number or Page.Columns # [-- VAR.COL 2 --] <table width="100%" cellspacing="5"> [--LOOP PRODUCTS VAR.col --] <td valign=top align=left > [--PRODUCT--] </td> [--END_LOOP PRODUCTS--] </table> <!-- End Table of Products --> [--IF PAGE.SearchProductField--] <center> [--SEARCH_FORM--] </center> [--END_IF--] </td> </tr> </table> </center> [--IF PAGE.DisplayPageFooter--] [--FOOTER--] [--END_IF--] </body> </html> [--END_DEFINE PAGE--]