Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
838 B

  1. <HTML>
  2. <HEAD>
  3. <LINK TYPE="text/css" REL=STYLESHEET href="wmistyle1.css"></LINK>
  4. <SCRIPT>
  5. function display(xslHTML)
  6. {
  7. document.all.item("xslresult").innerHTML = xslHTML;
  8. // Include the following line to view the HTML source as well
  9. // document.all.item("xsldebug").innerHTML = "<XMP>" + xslHTML + "</XMP>";
  10. }
  11. function displayUtilization(xslHTML, iValue)
  12. {
  13. document.all.item("xslutilization").innerHTML = xslHTML;
  14. ProgressBar1.Value = iValue;
  15. }
  16. </SCRIPT>
  17. </HEAD>
  18. <BODY bgcolor=teal>
  19. <DIV id="xslresult"><!-- resulting HTML will be inserted here --></DIV>
  20. <DIV id="xslutilization"><!-- resulting HTML will be inserted here --></DIV>
  21. <DIV id="xsldebug"><!-- resulting HTML source will be inserted here --></DIV>
  22. </BODY>
  23. </HTML>