home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-04-13 | 3.7 KB | 145 lines |
- [Section Start: Template Properties]
- Name:Verbose (HTML)
- Report HTML:HTML
- Report only files with errors:No
-
- [Section Start: Project Report]
- <HTML>
-
- <!--
- Date/Time: {AnalysisTime}
- File: {ReportFileName}
- Subject: HTML Project Statistics for {ProjectName}
- Created by: HTML PowerAnalyzer version {ProgramVersion}
- -->
-
- <HEAD>
- <TITLE>HTML Analysis Report: {ProjectName}</TITLE>
- </HEAD>
-
- <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
-
- <I><B>Note:</B> This report represents the maximum that can be reported.
- Most users will want to customize this report to eliminate those items
- that are not of interest. It is very easy to customize this report according
- to personal preference. Please click <B>Customize the Reports</B> in HTML
- PowerAnalyzer's Help table of contents for complete details. There are also
- other report templates to choose from.</I><P><HR><P>
-
- <H1>HTML Analysis Report: <FONT COLOR="#0000FF">{ProjectName}</FONT></H1>
- <I>{AnalysisTime}</I>
- <P>
-
- <H2>Table of Contents</H2>
-
- <A HREF="#projstats"><H3>Project Statistics and Summaries</H3></A>
-
- <UL>
- <LI><A HREF="#externalall">All External Links from Project</A>
-
- <LI><A HREF="#errors">All Project Files Containing HTML Errors</A>
-
- <LI><A HREF="#badrefs">All Project Files Containing Invalid Links</A>
-
- <LI><A HREF="#unused">All Unlinked Files Found in Project Directories</A>
- </UL>
- <P>
-
- <A HREF="#f1"><H3>Individual File Reports</H3></A>
- <UL>
- {ListAllFiles}
- </UL>
- <P>
- <HR>
-
- <A NAME="projstats"><H2>Project Statistics and Summaries</H2></A>
-
- <PRE>
- Browser/HTML standard analyzed: {RulebaseUsed}
- Number of HTML files in project: {NumFilesAnalyzed}
- Number of file lines in project: {TotalLines}
- Total number of bytes in project: {TotalBytes}
- Total HTML errors in project: {NumHTMLErrors}
- </PRE>
- <P>
-
- <A NAME="externalall"><H3><FONT COLOR="#FF0000">All External Links from Project</FONT></H3></A>
- <PRE>
- {ListExternalLinks}
- </PRE>
-
- <A NAME="errors"><H3><FONT COLOR="#FF0000">All Project Files with HTML Errors</FONT></H3></A>
- <UL>
- {ListErrorFiles}
- </UL>
- <P>
-
- <A NAME="badrefs"><H3><FONT COLOR="#FF0000">All Project Files with Invalid Links</FONT></H3></A>
- <UL>
- {ListBadLinksFiles}
- </UL>
- <P>
-
- <A NAME="unused"><H3><FONT COLOR="#FF0000">All Unlinked Files Found in Project Directories</FONT></H3></A>
- <FONT SIZE=-1>Note: This list is only dependable if (a) all HTML files in the project's
- defined directories were included in this analysis, (b) no syntax errors exist
- in tags that are intended to reference any of these files, and (c) the HTML
- Rulebase used for this analysis defines as Reference all attributes
- that in fact point to any of these files.</FONT><P>
- <UL>
- {ListUnlinkedFiles}
- </UL>
- <P>
-
- [Section Start: File Report]
- <HR>
- <H2>HTML File: {HTMLFileName}</H2>
-
- <PRE>
- File date and time: {HTMLFileTime}
- Lines in file: {TotalLines}
- Bytes in file: {TotalBytes}
- </PRE>
- <P>
-
- <H3><FONT COLOR="#FF0000">HTML Errors</FONT></H3>
- {ListHTMLErrors}
- <P>
-
- <H3><FONT COLOR="#FF0000">Invalid Internal Links:</FONT> {NumInvalidInternalLinks}</H3>
- <UL>
- {ListInvalidInternalLinks}
- </UL>
- <P>
-
- <H3><FONT COLOR="#FF0000">Valid Internal Links:</FONT> {NumValidInternalLinks}</H3>
- <UL>
- {ListValidInternalLinks}
- </UL>
- <P>
-
- <H3><FONT COLOR="#FF0000">All External Links:</FONT> {NumAllExternalLinks}</H3>
- <UL>
- {ListAllExternalLinks}
- </UL>
- <P>
-
- <H3><FONT COLOR="#FF0000">Unrecognized Links:</FONT> {NumUnknownLinks}</H3>
- <UL>
- {ListUnknownLinks}
- </UL>
- <P>
-
- <H3><FONT COLOR="#FF0000">References with Capital Letters:</FONT> {NumLinksWithCaps}</H3>
- <UL>
- {ListLinksWithCaps}
- </UL>
- <P>
-
- <H3><FONT COLOR="#FF0000">Token Usage Summary</FONT></H3>
- <PRE>
- {ListHTMLTags}
- </PRE>
- <P>
-
-