Source code of Windows XP (NT5)
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.

85 lines
2.3 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. var temp = location.hash;
  8. var pound = "#"
  9. var end = temp.indexOf(pound,1)
  10. LineNum.innerText = temp.substring(1,end);
  11. var begin = end+1;
  12. end = temp.indexOf(pound,begin);
  13. begin = end+1;
  14. end = temp.length;
  15. FoundStr.innerText = unescape(temp.substring(begin,end));
  16. }
  17. </SCRIPT>
  18. <style>
  19. body { background : white; color : black; margin: 0 }
  20. body { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
  21. table { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
  22. div.Offscreen { display:none }
  23. span.Offscreen { display:none }
  24. span.BulletNumber { font-size: x-large; font-weight: bold; color: #66ccff }
  25. span.BulletText { font-size: x-small; font-weight: bold; letter-spacing: -1pt; text-align:center}
  26. </style>
  27. </HEAD>
  28. <BODY id=xmlerror0 bgcolor=white onLoad="setMessage();">
  29. <div style="position:absolute; left:0; top:0; width:100%; height:45px" id=DivRule>
  30. <table width=100% height=45 color=#FFFFFF bgcolor=#000000 border=0 cellpadding=0>
  31. <TR>
  32. <TD id=ErrMsg style="color=#FFFFFF; font-size=18">
  33. &nbsp;Error Reading Channel
  34. </TD>
  35. </TR>
  36. </table>
  37. </div>
  38. <div id=Out0 style="position:absolute; left:10px; width:90%; top:65px" >
  39. <ID id=xmlerr1>The channel you requested contains an error, and cannot be displayed.</ID><BR><BR>
  40. <u><div id=Out1 class=Outline style="cursor: hand">+ More information</div></u>
  41. <div id=Out1details style="display:None;">
  42. <BR>
  43. <ID id=a3>The following CDF file parsing error occured on line </ID><SPAN id=LineNum STYLE="color:red"></SPAN>:
  44. <DIV id=xmlerr3>
  45. <font color=red><B><SPAN id=FoundStr></SPAN></B></font>
  46. </DIV>
  47. </div>
  48. </div>
  49. <script language=JavaScript>
  50. function clickHandler() {
  51. var targetId, srcElement, targetElement;
  52. srcElement = window.event.srcElement;
  53. if (srcElement.className == "Outline") {
  54. targetId = srcElement.id + "details";
  55. targetElement = document.all(targetId);
  56. if (targetElement.style.display == "none") {
  57. targetElement.style.display = "";
  58. } else {
  59. targetElement.style.display = "none";
  60. }
  61. }
  62. }
  63. document.onclick = clickHandler;
  64. </script>
  65. </BODY>
  66. </HTML>