|
title.cfm (syntax: 'title.cfm?mfr=MfrName&title=TitleName')
this program requires the following
parameters:
-
MFR= (Manufacturer name)
-
TITLE= (Title name)
Optional parameters:
-
MFRDIR= (directory name, if different from Mfr diplay name)
-
LOGOID= (logo filename, if not "logo.gif" or "logo.jpg")
-
SEARCH= (keyword, if different from TITLE)
-
EXCEPT= (keyword to exclude from search)
-
ORIENT=H (for horizontal format, vertical is default)
-
SAMPLE=(filename for pic to display right of title)
Other:
-
To display colorcards
name them "title1.jpg" (or .gif), "title2.jpg", etc, up to "title4"
(be sure filename matches "Title=" parameter exactly,
and pictures are in the "MFR/images" directory)
-
To display a sample picture, to the right of the title
name it "title0.jpg" (or .gif), (be sure filename matches "Title=" parameter exactly,
and picture is in the "MFR/images" directory) OR specify as "SAMPLE=" on command line
-
To display specifications (yardage, needlesize, other text), put them in a text file titled "title.txt" ("title being exactly the same as the "Title=" parameter), and locate it in the "MFR/spec" directory
|