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.

20 lines
586 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. </SCRIPT>
  12. </HEAD>
  13. <BODY>
  14. <DIV id="xslresult">
  15. <!-- resulting HTML will be inserted here --></DIV>
  16. <DIV id="xsldebug">
  17. <!-- resulting HTML source will be inserted here --></DIV>
  18. </BODY>
  19. </HTML>