home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / COMPAQ / SP12255 / sp12255.exe / DMWEBC1.CAB / HDRFRAME.TPL < prev    next >
Text File  |  1999-07-13  |  2KB  |  44 lines

  1. <HTML>
  2. <!-- $Id: HDRFRAME.TPL 1.8 1998/03/19 22:57:01 cboeker Q/A $ -->
  3. <!-- Copyright (C) 1998 Compaq Computer -->
  4.  
  5. <HEAD>
  6. <BODY BACKGROUND="IMAGES/BACKGRND.GIF" topmargin="3" leftmargin="15">
  7.  
  8. <!#HDRFRAME.JS>
  9.  
  10. <SCRIPT>
  11.  
  12.   document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=100%>");
  13.   document.write("<TD ALIGN=CENTER VALIGN=TOP COLSPAN=4><FONT SIZE=1 FACE=Arial><B><CENTER>" + sConditionLegend + "</CENTER></B></FONT></TR>");
  14.  
  15.   document.write("<TR>");
  16.   document.write("<td align=LEFT>");
  17.   document.write("<IMG SRC=IMAGES/blue_ball_small.gif>");
  18.   document.write("<td align=LEFT>");
  19.   document.write("<FONT SIZE=1 FACE=Arial>" + " " + sUnknown + "</FONT>");
  20.  
  21.   document.write("<td align=LEFT>");
  22.   document.write("<IMG SRC=IMAGES/green_check_small.gif>");
  23.   document.write("<td align=LEFT>");
  24.   document.write("<FONT SIZE=1 FACE=Arial>" + " " + sOK + "</FONT>");
  25.   document.write("</TD>");
  26.   document.write("</TR>");
  27.  
  28.   document.write("<TR>");
  29.   document.write("<td align=LEFT>");
  30.   document.write("<IMG SRC=IMAGES/yellow_yield_small.gif>");
  31.   document.write("<td align=LEFT>");
  32.   document.write("<FONT SIZE=1 FACE=Arial>" + " " + sDegraded + "</FONT>");
  33.  
  34.   document.write("<td align=LEFT>");
  35.   document.write("<IMG SRC=IMAGES/orange_x_small.gif>");
  36.   document.write("<td align=LEFT>");
  37.   document.write("<FONT SIZE=1 FACE=Arial>" + " " + sFailed + "</FONT>");
  38.   document.write("</TD>");
  39.   document.write("</TR>");
  40.   document.write("</TABLE>");
  41. </SCRIPT>
  42.  
  43. </BODY>
  44. </HTML>