Custom Report2

Exchange HTML report templates between users.
Post Reply
User avatar
ruscoep
Posts: 14
Joined: Fri Jan 16, 2004 5:15 am

Custom Report2

Post by ruscoep »

Within the help file there is a link to an example report CustomReport2 which is a funky little traffic light report. Are the templates for this available?
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

User avatar
ruscoep
Posts: 14
Joined: Fri Jan 16, 2004 5:15 am

Post by ruscoep »

Exactamundo
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Probably it will take less time to create new one then find template in archives...

Header

Code: Select all

<html><head> 
 <meta name="GENERATOR" content="KS-Soft HostMonitor"> 
 <META http-equiv="Content-Style-Type" content="text/css"> 
 <title>HostMonitor report</title> 
 <STYLE TYPE="text/css"><!-- a:hover { color: "#00FFFF"; } --> </STYLE> 
</head> 
<body bgcolor="#000080" text="#E9E9E9" link="#00FFFF" vlink="#00FFFF" alink="#00FFFF"> 
<p align="left"><u><strong><big><big>HostMonitor Report</big></big><br> 
</strong></u><font face="Arial">Generated on %Date% at %Time%</font><br>
Time zone: %TimeZone%</p>
<hr> 
<table border=0>
Folder title

Code: Select all

<tr><td valign=top nowrap><b>%Folder%</b></td><td>&nbsp;</td><td>
Test items (use different images for different statuses)

Code: Select all

<IMG height=16 alt="Test: %TestName%  Status: %Status%" src="images/green.gif" width=16 border=0>
Folder summary

Code: Select all

</td></tr>
Footer

Code: Select all

</table>
<hr>
<br>
<table border=0>
 <tr><td> Tests with "Good" status</td><td>%GoodTests%</td></tr>
 <tr><td> Tests with "Bad" status</td><td>%BadTests%</td></tr>
 <tr><td> Tests with "Unknown" status &nbsp;</td><td>%UnknownTests%</td></tr>
</table><br>

<p>This report was generated by <a href="http://www.ks-soft.net" target="_blank"><strong>KS-Soft</strong></a><b>
<a href="http://www.ks-soft.net/hostmon.eng/index.htm" target="_blank">HostMonitor</a></b></p>
</body>
</html>
Regards
Alex
User avatar
ruscoep
Posts: 14
Joined: Fri Jan 16, 2004 5:15 am

Post by ruscoep »

Many thanks Alex, excellent support as always. :D
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome :)

Regards
Alex
Post Reply