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.

74 lines
2.1 KiB

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Channel Definition Format File Error</TITLE>
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  5. <SCRIPT language=JavaScript>
  6. function setMessage() {
  7. Hresult.innerText = location.hash.substring(1,location.hash.length);
  8. }
  9. function showDetails() {
  10. details.style.display = "";
  11. }
  12. </SCRIPT>
  13. <style>
  14. body { background : white; color : black; margin: 0 }
  15. body { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
  16. table { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
  17. div.Offscreen { display:none }
  18. span.Offscreen { display:none }
  19. span.BulletNumber { font-size: x-large; font-weight: bold; color: #66ccff }
  20. span.BulletText { font-size: x-small; font-weight: bold; letter-spacing: -1pt; text-align:center}
  21. </style>
  22. </HEAD>
  23. <BODY id=hrerror1 bgcolor=white onLoad="setMessage();">
  24. <div style="position:absolute; left:0; top:0; width:100%; height:45px" id=DivRule>
  25. <table width=100% height=45 color=#FFFFFF bgcolor=#000000 border=0 cellpadding=0>
  26. <TR>
  27. <TD style="color:#FFFFFF; font-size:18" id=hrerror2>
  28. &nbsp;Error Reading Channel
  29. </TD>
  30. </TR>
  31. </table>
  32. </div>
  33. <div id=Out0 style="position:absolute; left:10px; width:90%; top:65px" >
  34. The channel you requested contains an error, and cannot be displayed.<BR><BR>
  35. <u><div id=Out1 class=Outline style="cursor: hand">+ More information</div></u>
  36. <div id=Out1details style="display:None;">
  37. <BR>
  38. The following HRESULT error occured: <SPAN id=Hresult STYLE="color:red">0</SPAN>.
  39. </div>
  40. </div>
  41. <script language=JavaScript>
  42. function clickHandler() {
  43. var targetId, srcElement, targetElement;
  44. srcElement = window.event.srcElement;
  45. if (srcElement.className == "Outline") {
  46. targetId = srcElement.id + "details";
  47. targetElement = document.all(targetId);
  48. if (targetElement.style.display == "none") {
  49. targetElement.style.display = "";
  50. } else {
  51. targetElement.style.display = "none";
  52. }
  53. }
  54. }
  55. document.onclick = clickHandler;
  56. </script>
  57. </BODY>
  58. </HTML>