[comment]
ui_template: Yes
ui_template_name: templates/standard
ui_template_layout: LOGOBAR, MENUBAR, LEFTSIDE, UI_CONTENT, NO_RIGHT, MENUBOTTOM, COPYRIGHT
ui_template_description: Standard page with top and left areas. Menu bar and copyright at bottom.
ui_control_element: page_title :
ui_control_element: members_only : 0=No,1=Yes
ui_control_description: page_title: Page title
ui_control_description: members_only : Members only
[/comment]
[set page_title][item-description][/set]
[flag type=build]
__LOGOBAR__
__MENUBAR__
__LEFTSIDE__
[comment]
This the special "flypage". When a page is called that
corresponds to a part number in the database, and that
page doesn't exist, this page is used to display it.
Everywhere you see [item-code] the part number will
be displayed.
[item-field title] displays the title field in the
products database. [item-data products title] is the
same in this case, but if the products database contained
more than one table (with ProductFiles) then [item-field title]
could come from another table.
[/comment]
[comment]
This next is an Interchange UserTag -- if you see it in the page, then
you don't have it defined in catalog.cfg.
[/comment]
[table-font FACE="verdana,arial, helvetica" SIZE=3]
|
[data table=cat col=banner_text key=`
$tmp = q{[item-data products category]};
$tmp =~ s/[,\s].*//;
return $tmp;
`] |
 |
 |
|
 |
|
 |
__NO_RIGHT__
__MENUBOTTOM__
__COPYRIGHT__