mirror of https://github.com/tongzx/nt5src
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
85 lines
2.3 KiB
<HTML>
|
|
<HEAD>
|
|
<TITLE>Channel Definition Format File Error</TITLE>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
|
|
<SCRIPT language=JavaScript>
|
|
|
|
function setMessage() {
|
|
var temp = location.hash;
|
|
var pound = "#"
|
|
var end = temp.indexOf(pound,1)
|
|
LineNum.innerText = temp.substring(1,end);
|
|
|
|
var begin = end+1;
|
|
end = temp.indexOf(pound,begin);
|
|
|
|
begin = end+1;
|
|
end = temp.length;
|
|
FoundStr.innerText = unescape(temp.substring(begin,end));
|
|
}
|
|
|
|
</SCRIPT>
|
|
|
|
<style>
|
|
body { background : white; color : black; margin: 0 }
|
|
body { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
|
|
table { font-family: Verdana, Arial, sans-serif; font-size: 9pt }
|
|
|
|
div.Offscreen { display:none }
|
|
span.Offscreen { display:none }
|
|
span.BulletNumber { font-size: x-large; font-weight: bold; color: #66ccff }
|
|
span.BulletText { font-size: x-small; font-weight: bold; letter-spacing: -1pt; text-align:center}
|
|
</style>
|
|
|
|
</HEAD>
|
|
|
|
<BODY id=xmlerror0 bgcolor=white onLoad="setMessage();">
|
|
|
|
<div style="position:absolute; left:0; top:0; width:100%; height:45px" id=DivRule>
|
|
<table width=100% height=45 color=#FFFFFF bgcolor=#000000 border=0 cellpadding=0>
|
|
<TR>
|
|
<TD id=ErrMsg style="color=#FFFFFF; font-size=18">
|
|
Error Reading Channel
|
|
</TD>
|
|
</TR>
|
|
</table>
|
|
</div>
|
|
|
|
<div id=Out0 style="position:absolute; left:10px; width:90%; top:65px" >
|
|
<ID id=xmlerr1>The channel you requested contains an error, and cannot be displayed.</ID><BR><BR>
|
|
<u><div id=Out1 class=Outline style="cursor: hand">+ More information</div></u>
|
|
<div id=Out1details style="display:None;">
|
|
<BR>
|
|
<ID id=a3>The following CDF file parsing error occured on line </ID><SPAN id=LineNum STYLE="color:red"></SPAN>:
|
|
|
|
<DIV id=xmlerr3>
|
|
<font color=red><B><SPAN id=FoundStr></SPAN></B></font>
|
|
</DIV>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script language=JavaScript>
|
|
function clickHandler() {
|
|
var targetId, srcElement, targetElement;
|
|
srcElement = window.event.srcElement;
|
|
if (srcElement.className == "Outline") {
|
|
targetId = srcElement.id + "details";
|
|
targetElement = document.all(targetId);
|
|
if (targetElement.style.display == "none") {
|
|
targetElement.style.display = "";
|
|
} else {
|
|
targetElement.style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
|
|
document.onclick = clickHandler;
|
|
|
|
</script>
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|