A list of the HTML report template files that are required for the report generation process are listed here.
The HTML report template files that are required for the report generation process are listed here. The HTML report template variables that you can use in each HTML report template file are also listed.
File | Function | Variable |
filelist.htm | The files in the template directory that will be copied to the report directory to form part of the generated report | N/A |
report.htm | Defines the frames used for the layout of the report | N/A |
report_toc.htm | Defines the table of contents of the report as an unordered list (<UL>) | MFTAG:TOC: |
toc_item_template.htm | Defines the layout of the table of contents |
MFTAG:ITEMNUMBER: MFTAG:ITEMNAME: |
report_cover.htm | Defines the layout of the cover page |
MFTAG:PROJECTNAME: MFTAG:PREPAREDBY: MFTAG:REVIEWEDBY: MFTAG:DATE: MFTAG:COMPANYLOGO: MFTAG:COVERPIC: |
report_contents.htm | Defines the contents of the report |
MFTAG:COVERPAGE: MFTAG:ITEMS: |
item_layout_template.htm | Defines the layout of a single item in the report |
MFTAG:ITEMNUMBER: MFTAG:ITEMIMAGE: MFTAG:ITEMANIM: MFTAG:ITEMTEXT: |
image_item_template.htm | Defines the layout of a single image in the report |
MFTAG:ITEMNAME: MFTAG:IMAGEFILE: |
anim_item_template.htm | Defines the layout of a single animation in the report, an animated GIF, specified using the <IMG> HTML tag |
MFTAG:ITEMNAME: MFTAG:ANIMFILE: |
avi_item_template.htm | Defines the layout of a single animation movie in the report (an AVI animation, specified using the the <EMBED> HTML tag, not the <IMG> HTML tag) |
MFTAG:ITEMNAME: MFTAG:ANIMFILE: MFTAG:ITEMWIDTH: MFTAG:ITEMHEIGHT: |
text_item_template.htm | Defines the layout of a single text block in the report |
MFTAG:ITEMNAME: MFTAG:TEXTFILE: |
summary_item_template.htm | Defines the layout of the link to the summary, not the summary itself |
MFTAG:ITEMNUMBER: MFTAG:ITEMNAME: MFTAG:SCREENOUTPUT: MFTAG:SUMMARYTYPE: |