home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / HTMLPT32.ZIP / BRIEF.TE_ / BRIEF.TE
INI File  |  1997-04-15  |  2KB  |  71 lines

  1. [Section Start: Template Properties]
  2. Name:Concise Report (HTML)
  3. Report HTML:HTML
  4. Report only files with errors:Yes
  5.  
  6. [Section Start: Project Report]
  7. <HTML>
  8.  
  9. <!--
  10.     Date/Time:    {AnalysisTime}
  11.     File:        {ReportFileName}
  12.     Subject:    Concise HTML Project Statistics for {ProjectName}
  13.     Created by: HTML PowerAnalyzer version {ProgramVersion}
  14. -->
  15.  
  16. <HEAD>
  17.     <TITLE>Concise HTML Analysis Report for {ProjectName}</TITLE>
  18. </HEAD>
  19.  
  20. <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
  21.  
  22. <I><B>Note:</B> This report represents one possible report format.
  23. It is very easy to customize this report according to personal
  24. preference. Please click <B>Customize the Reports</B> in HTML
  25. PowerAnalyzer's Help table of contents for complete details.
  26. There are also other report templates to choose from.</I><P><HR><P>
  27.  
  28. <H1>Concise HTML Analysis Report: <FONT COLOR="#0000FF">{ProjectName}</FONT></H1>
  29. <I>{AnalysisTime}</I>
  30. <P>
  31.  
  32. <H2>Project Statistics and Summaries</H2>
  33.  
  34. <PRE>
  35. Browser/HTML standard analyzed:   {RulebaseUsed}
  36. Number of HTML files in project:  {NumFilesAnalyzed}
  37. Total HTML errors in project:     {NumHTMLErrors}
  38. </PRE>
  39. <P>
  40.  
  41. <H3><FONT COLOR="#FF0000">All External Links from Project</FONT></H3>
  42. <PRE>
  43. {ListExternalLinks}
  44. </PRE>
  45.  
  46. <A NAME="unused"><H3><FONT COLOR="#FF0000">All Unlinked Files Found in Project Directories</FONT></H3></A>
  47. <FONT SIZE=-1>Note: This list is only dependable if (a) all HTML files in the project's
  48. defined directories were included in this analysis, (b) no syntax errors exist
  49. in tags that are intended to reference any of these files, and (c) the HTML
  50. Rulebase used for this analysis defines as Reference all attributes
  51. that in fact point to any of these files.</FONT><P>
  52. <UL>
  53. {ListUnlinkedFiles}
  54. </UL>
  55. <P>
  56.  
  57. [Section Start: File Report]
  58. <HR>
  59. <H2>HTML File: {HTMLFileName}</H2>
  60.  
  61. <H3><FONT COLOR="#FF0000">HTML Errors</FONT></H3>
  62. {ListHTMLErrors}
  63. <P>
  64.  
  65. <H3><FONT COLOR="#FF0000">Invalid Internal Links:</FONT> {NumInvalidInternalLinks}</H3>
  66. <UL>
  67. {ListInvalidInternalLinks}
  68. </UL>
  69. <P>
  70.  
  71.