📄 channel_zh_cn.htm
字号:
Url : "http://www.85851.com/xml/games.xml",
Icon : "http://www.85851.com/soft/icons/txtmenu.gif",
Action : "http://www.85851.com/blank.htm",
Infotip : ""
};
PubChnItem[6] = {
Name : "论坛发言",
Url : "http://www.85851.com/xml/forum.xml",
Icon : "http://www.85851.com/soft/icons/txtmenu.gif",
Action : "http://bbs.85851.com/",
Infotip : ""
};
/* Public_Channel_End */
/* User_Channel_Start *//* User_Channel_End */
navigate('app:Navigate(\'http://www.85851.com/soft/default.htm\')');
</script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv='page-enter' content='blendtrans(duration=0.1)'> </head> <STYLE TYPE='text/css'> body,td { color: #000000;font-family:tahoma, verdana, helvetica; font-size: 11px; font-weight:none; scrollbar-face-color: #ffffff; scrollbar-shadow-color: #006699; scrollbar-base-color : #ffffff; scrollbar-highlight-color: #006699; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #f8f8f8; scrollbar-arrow-color: #006699; } a { color:#000000; text-decoration:none; font-size:12px;} a:hover { color:#000000; text-decoration:none;} a:active { color:#000000; text-decoration:none;} .Menu {width: 100%; height: 28px; padding:2 5 3 2; border-right: buttonshadow 1px solid; border-top: #f5f5f5 1px solid; border-left: #f5f5f5 1px solid; border-bottom: buttonshadow 1px solid; background-color: buttonface; cursor:hand; color:#000000;} .Option {width: 100%; height: 24px; padding:2 5 3 16; border: 1 1 1 1 solid #ffffff; background-color: #f5f5f5; cursor:hand;} .Options {padding:1 1 1 1} hr {color:#4E7DB2; height:1px} .webfx-tree-container { margin: 0px; padding: 0px; font: icon; white-space: nowrap; font-size:12px; } .webfx-tree-item { padding: 0px; margin: 0px; font: icon; color: WindowText; white-space: nowrap; height: 16px; cursor:hand; } .webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover { margin-left: 3px; padding: 0px 2px 1px 2px; } .webfx-tree-item a { color: black; text-decoration: none; } .webfx-tree-item a:hover { color: blue; text-decoration: underline; } .webfx-tree-item a:active { background: highlight; color: highlighttext; text-decoration: none; } .webfx-tree-item img { vertical-align: middle; border: 0px; } .webfx-tree-icon { width: 16px; height: 16px; } body{ margin:0px; } .cMenu{ position: absolute; visibility:hidden; cursor: default; font: menutext; background-color: menu; border: 1 solid buttonface; border: 2 outset buttonhighlight; top:1px; left:1px; } .menuitems{ padding-left:10px; padding-right:10px; } table#favbg { font-size: 12px; background-image: url(http://www.85851.com/img/fav_bg.gif); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #f5f5f5; border-right-color: buttonshadow; border-bottom-color: buttonshadow; border-left-color: #f5f5f5; } </STYLE> <script language="javascript"> function a0(ss,nn){ var a32; var a33=""; var a34=0; nn=16; for(a32=0;a32<ss.length&&a34<=nn;a32++){ if(ss.charCodeAt(a32)<255){ a33+=ss.substring(a32,a32+1); a34+=1; } else{ if(nn-a34>1){ a33+=ss.substring(a32,a32+1); } a34+=2; } } a33=a33.replace(/</g, "<").replace(/>/g, ">"); return a33; } function a1(ss){ var a30; a30=/^\s*http:\/\//gi; if(a30.test(ss)){ return ss; } else{ return "http://"+ss; } } var a36=new Image(); </script> <script language="javascript"> var a37 = { rootIcon : 'images/foldericon.png', openRootIcon : 'images/openfoldericon.png', folderIcon : 'images/foldericon.png', openFolderIcon : 'images/openfoldericon.png', fileIcon : 'images/file.png', iIcon : 'images/I.png', lIcon : 'images/L.png', lMinusIcon : 'images/Lminus.png', lPlusIcon : 'images/Lplus.png', tIcon : 'images/T.png', tMinusIcon : 'images/Tminus.png', tPlusIcon : 'images/Tplus.png', blankIcon : 'images/blank.png', defaultText : 'Tree Item', defaultAction : 'javascript:void(0);', defaultBehavior : 'classic', usePersistence : true }; var a38 = { idCounter : 0, idPrefix : "webfx-tree-object-", all : {}, behavior : null, selected : null, onSelect : null, getId : function() { return this.idPrefix + this.idCounter++; }, toggle : function (oItem) { this.all[oItem.id.replace('-plus','')].toggle(); }, select : function (oItem) { this.all[oItem.id.replace('-icon','')].select(); }, focus : function (oItem) { this.all[oItem.id.replace('-anchor','')].focus(); }, blur : function (oItem) { this.all[oItem.id.replace('-anchor','')].blur(); }, keydown : function (oItem, e) { return this.all[oItem.id].keydown(e.keyCode); }, cookies : new a2(), insertHTMLBeforeEnd : function (oElement, sHTML) { if (oElement.insertAdjacentHTML != null) { oElement.insertAdjacentHTML("BeforeEnd", sHTML); return; } var a39; var a40 = oElement.ownerDocument.createRange(); a40.selectNodeContents(oElement); a40.collapse(false); a39 = a40.createContextualFragment(sHTML); oElement.appendChild(a39); } }; function a2() { if (document.cookie.length) { this.cookies = ' ' + document.cookie; } } a2.prototype.setCookie = function (key, value) { document.cookie = key + "=" + escape(value); }; a2.prototype.getCookie = function (key) { if (this.cookies) { var a41 = this.cookies.indexOf(' ' + key + '='); if (a41 == -1) { return null; } var a42 = this.cookies.indexOf(";", a41); if (a42 == -1) { a42 = this.cookies.length; } a42 -= a41; var a43 = this.cookies.substr(a41,a42); return unescape(a43.substr(a43.indexOf('=') + 1, a43.length - a43.indexOf('=') + 1)); } else { return null; } }; function a3(sText, sAction) { this.childNodes = []; this.id = a38.getId(); this.text = sText || a37.defaultText; this.text = a0(this.text,20); this.action = sAction || a37.defaultAction; this._a60 = false; a38.all[this.id] = this; } a3.prototype.add = function (node, bNoIdent) { node.parentNode = this; this.childNodes[this.childNodes.length] = node; var a44 = this; if (this.childNodes.length >= 2) { this.childNodes[this.childNodes.length - 2]._a60 = false; } while (a44.parentNode) { a44 = a44.parentNode; } if (a44.rendered) { if (this.childNodes.length >= 2) { this.childNodes[this.childNodes.length - 2].plusIcon = a37.tPlusIcon; this.childNodes[this.childNodes.length - 2].minusIcon = a37.tMinusIcon; this.childNodes[this.childNodes.length - 2]._a60 = false; } this._a60 = false; var a45 = this; while (a45.parentNode) { for (var a32 = 0; a32 < a45.parentNode.childNodes.length; a32++) { if (a45.id == a45.parentNode.childNodes[a32].id) { break; } } if (a32 == a45.parentNode.childNodes.length - 1) { a45.parentNode._a60 = true; } else { a45.parentNode._a60 = false; } a45 = a45.parentNode; } if ((!this.folder) && (!this.openIcon)) { this.icon = a37.folderIcon; this.openIcon = a37.openFolderIcon; } if (!this.folder) { this.folder = true; this.collapse(true); } if (!bNoIdent) { this.a69(); } } return node; }; a3.prototype.toggle = function() { if (this.folder) { if (this.open) { this.collapse(); } else { this.expand(); } } }; a3.prototype.select = function() { document.getElementById(this.id + '-anchor').focus(); }; a3.prototype.deSelect = function() { document.getElementById(this.id + '-anchor').className = ''; a38.selected = null; }; a3.prototype.focus = function() { if ((a38.selected) && (a38.selected != this)) { a38.selected.deSelect(); } a38.selected = this; if ((this.openIcon) && (a38.behavior != 'classic')) { document.getElementById(this.id + '-icon').src = this.openIcon; } document.getElementById(this.id + '-anchor').className = 'selected'; document.getElementById(this.id + '-anchor').focus(); if (a38.onSelect) { a38.onSelect(this); } }; a3.prototype.blur = function() { if ((this.openIcon) && (a38.behavior != 'classic')) { document.getElementById(this.id + '-icon').src = this.icon; } document.getElementById(this.id + '-anchor').className = 'selected-inactive'; }; a3.prototype.doExpand = function() { if (a38.behavior == 'classic') { document.getElementById(this.id + '-icon').src = this.openIcon; } if (this.childNodes.length) { document.getElementById(this.id + '-cont').style.display = 'block'; } this.open = true; if (a37.usePersistence) { a38.cookies.setCookie(this.id.substr(18,this.id.length - 18), '1'); } }; a3.prototype.doCollapse = function() { if (a38.behavior == 'classic') { document.getElementById(this.id + '-icon').src = this.icon; } if (this.childNodes.length) { document.getElementById(this.id + '-cont').style.display = 'none'; } this.open = false; if (a37.usePersistence) { a38.cookies.setCookie(this.id.substr(18,this.id.length - 18), '0'); } }; a3.prototype.expandAll = function() { this.expandChildren(); if ((this.folder) && (!this.open)) { this.expand(); } }; a3.prototype.expandChildren = function() { for (var a32 = 0; a32 < this.childNodes.length; a32++) { this.childNodes[a32].expandAll(); } }; a3.prototype.collapseAll = function() { this.collapseChildren(); if ((this.folder) && (this.open)) { this.collapse(true); } }; a3.prototype.collapseChildren = function() { for (var a32 = 0; a32 < this.childNodes.length; a32++) { this.childNodes[a32].collapseAll(); } }; a3.prototype.a69 = function(lvl, del, a60, level, nodesLeft) { if (lvl == null) { lvl = -2; } var a49 = 0; for (var a32 = this.childNodes.length - 1; a32 >= 0 ; a32--) { a49 = this.childNodes[a32].a69(lvl + 1, del, a60, level); if (a49) { return; } } if (del) { if ((level >= this._level) && (document.getElementById(this.id + '-plus'))) { if (this.folder) { document.getElementById(this.id + '-plus').src = (this.open)?a37.lMinusIcon:a37.lPlusIcon; this.plusIcon = a37.lPlusIcon; this.minusIcon = a37.lMinusIcon; } else if (nodesLeft) { document.getElementById(this.id + '-plus').src = a37.lIcon; } return 1; } } var a45 = document.getElementById(this.id + '-a69-' + lvl); if (a45) { if ((a45._a60) || ((del) && (a60))) { a45.src = a37.blankIcon; } else { a45.src = a37.iIcon; } } return 0; }; function a4(sText, sAction, sBehavior, sIcon, sOpenIcon) { this.base = a3; this.base(sText, sAction); this.icon = sIcon || a37.rootIcon; this.openIcon = sOpenIcon || a37.openRootIcon; if (a37.usePersistence) { this.open = (a38.cookies.getCookie(this.id.substr(18,this.id.length - 18)) == '0')?false:true; } else { this.open = true; } this.folder = true; this.rendered = false; this.onSelect = null; if (!a38.behavior) { a38.behavior = sBehavior || a37.defaultBehavior; } } a4.prototype = new a3; a4.prototype.setBehavior = function (sBehavior) { a38.behavior = sBehavior; }; a4.prototype.getBehavior = function (sBehavior) { return a38.behavior; }; a4.prototype.getSelected = function() { if (a38.selected) { return a38.selected; } else { return null; } }; a4.prototype.remove = function() { }; a4.prototype.expand = function() { this.doExpand(); }; a4.prototype.collapse = function(b) { if (!b) { this.focus(); } this.doCollapse(); }; a4.prototype.getFirst = function() { return null; }; a4.prototype.getLast = function() { return null; }; a4.prototype.getNextSibling = function() { return null; }; a4.prototype.getPreviousSibling = function() { return null; }; a4.prototype.keydown = function(key) { if (key == 39) { if (!this.open) { this.expand(); } else if (this.childNodes.length) { this.childNodes[0].select(); } return false; } if (key == 37) { this.collapse(); return false; } if ((key == 40) && (this.open) && (this.childNodes.length)) { this.childNodes[0].select(); return false; } return true; }; a4.prototype.toString = function() { var a52 = "<div id=\"" + this.id + "\" onclick=\"a17(this);\" class=\"Menu\" onkeydown=\"return a38.keydown(this, event);\">" + "<img alt=\"\" id=\"" + this.id + "-icon\" src=\"" + ((a38.behavior == 'classic' && this.open)?this.openIcon:this.icon) + "\" onclick=\"a38.select(this);\" width=16 height=15 hspace=3 border=0 align=\"absmiddle\" style=\'vertical-align: middle\'>" + "<a href=\"" + this.action + "\" target=\"_blank\" id=\"" + this.id + "-anchor\" onfocus=\"a38.focus(this);\" onblur=\"a38.blur(this);\" onmouseover=\"window.status='';return true;\" onmouseout=\"window.status=\'\'\"" + (this.target ? " target=\"" + this.target + "\"" : "") + ">" + this.text + "</a></div>" + "<span class=\"Options\"><div id=\"" + this.id + "-cont\" style=\"display: " + ((this.open)?'none':'block') + ";\">"; var a53 = []; for (var a32 = 0; a32 < this.childNodes.length; a32++) { a53[a32] = this.childNodes[a32].toString(a32, this.childNodes.length); } this.rendered = true; return a52 + a53.join("") + "</div></span>"; }; function a5(sText, sAction, eParent, sIcon, sOpenIcon) { this.base = a3; this.base(sText, sAction); if (a37.usePersistence) { this.open = (a38.cookies.getCookie(this.id.substr(18,this.id.length - 18)) == '1')?true:false; } else { this.open = false; } if (sIcon) { this.icon = sIcon; } if (sOpenIcon) { this.openIcon = sOpenIcon; } if (eParent) { eParent.add(this); } } a5.prototype = new a3; a5.prototype.remove = function() { var a56 = this.parentNode; var a60 = ((a58) && (a58.parentNode) && (a58.parentNode.id == parentNode.id))?false:true; this.getPreviousSibling().focus(); this._remove(); if (a56.childNodes.length == 0) { document.getElementById(a56.id + '-cont').style.display = 'none'; a56.doCollapse(); a56.folder = false; a56.open = false; } if (!a58 || a60) { a56.a69(null, true, a60, this._level, a56.childNodes.length); } if ((a57 == a56) && !(a56.childNodes.length)) { a57.folder = false; a57.open = false; a55 = document.getElementById(a57.id + '-plus').src; a55 = a55.replace('minus', '').replace('plus', ''); document.getElementById(a57.id + '-plus').src = a55; document.getElementById(a57.id + '-icon').src = a37.fileIcon; } if (document.getElementById(a57.id + '-plus')) { if (a56 == a57.parentNode) { a55 = a55.replace('minus', '').replace('plus', ''); document.getElementById(a57.id + '-plus').src = a55; } } }; a5.prototype._remove = function() { for (var a32 = this.childNodes.length - 1; a32 >= 0; a32--) { this.childNodes[a32]._remove(); } for (var a32 = 0; a32 < this.parentNode.childNodes.length; a32++) { if (this == this.parentNode.childNodes[a32]) { for (var a63 = a32; a63 < this.parentNode.childNodes.length; a63++) { this.parentNode.childNodes[a63] = this.parentNode.childNodes[a63+1]; } this.parentNode.childNodes.length -= 1; if (a32 + 1 == this.parentNode.childNodes.length) { this.parentNode._a60 = true; } break; } } a38.all[this.id] = null; var a64 = document.getElementById(this.id); if (a64) { a64.parentNode.removeChild(a64); } a64 = document.getElementById(this.id + '-cont'); if (a64) { a64.parentNode.removeChild(a64); } }; a5.prototype.expand = function() { this.doExpand(); document.getElementById(this.id + '-plus').src = this.minusIcon; }; a5.prototype.collapse = function(b) { if (!b) { this.focus(); } this.doCollapse(); document.getElementById(this.id + '-plus').src = this.plusIcon; }; a5.prototype.getFirst = function() { return this.childNodes[0]; }; a5.prototype.getLast = function() { if (this.childNodes[this.childNodes.length - 1].open) { return this.childNodes[this.childNodes.length - 1].getLast(); } else { return this.childNodes[this.childNodes.length - 1]; } }; a5.prototype.getNextSibling = function() { for (var a32 = 0; a32 < this.parentNode.childNodes.length; a32++) { if (this == this.parentNode.childNodes[a32]) { break; } } if (++a32 == this.parentNode.childNodes.length) { return this.parentNode.getNextSibling(); } else { return this.parentNode.childNodes[a32]; } }; a5.prototype.getPreviousSibling = function(b) { for (var a32 = 0; a32 < this.parentNode.childNodes.length; a32++) { if (this == this.parentNode.childNodes[a32]) { break; } } if (a32 == 0) { return this.parentNode; } else { if ((this.parentNode.childNodes[--a32].open) || (b && this.parentNode.childNodes[a32].folder)) { return this.parentNode.childNodes[a32].getLast(); } else { return this.parentNode.childNodes[a32]; } } }; a5.prototype.keydown = function(key) { if ((key == 39) && (this.folder)) { if (!this.open) { this.expand(); } else { this.getFirst().select(); } return false; } else if (key == 37) { if (this.open) { this.collapse(); } else { this.parentNode.select(); } return false; } else if (key == 40) { if (this.open) { this.getFirst().select(); } else { var a67 = this.getNextSibling(); if (a67) { a67.select(); } } return false; } else if (key == 38) { this.getPreviousSibling().select(); return false; } return true; }; a5.prototype.toString = function (nItem, nItemCount) { var a45 = this.parentNode; var a69 = ''; if (nItem + 1 == nItemCount) { this.parentNode._a60 = true; } var a32 = 0; while (a45.parentNode) { a45 = a45.parentNode; a69 = "<img alt=\"\" height=\"24\" id=\"" + this.id + "-a69-" + a32 + "\" src=\"" + ((a45._a60)?a37.blankIcon:a37.iIcon) + "\">" + a69; a32++; } this._level = a32; if (this.childNodes.length) { this.folder = 1; } else { this.open = false; } if ((this.folder) || (a38.behavior != 'classic')) { if (!this.icon) { this.icon = a37.folderIcon; } if (!this.openIcon) { this.openIcon = a37.openFolderIcon; } } else if (!this.icon) { this.icon = a37.fileIcon; } var a71 = this.text.replace(/</g, '<').replace(/>/g, '>'); var a52 = "<div id=\"" + this.id + "\" onclick=\"a18(this);a38.toggle(this);\" class=\"webfx-tree-item\" onkeydown=\"return a38.keydown(this, event);\" onmouseover=\"cursor='hand';this.style.background='#FFC460';window.status='';\" onmouseout=\"this.style.background='#f5f5f5';window.status='';\">" + a69 + "<img alt=\"\" height=\"24\" id=\"" + this.id + "-plus\" src=\"" + ((this.folder)?((this.open)?((this.parentNode._a60)?a37.lMinusIcon:a37.tMinusIcon):((this.parentNode._a60)?a37.lPlusIcon:a37.tPlusIcon)):((this.parentNode._a60)?a37.lIcon:a37.tIcon)) + "\" ondbclick=\"a38.toggle(this);\">" + "<img alt=\"\" height=\"16\" id=\"" + this.id + "-icon\" class=\"webfx-tree-icon\" src=\"" + ((a38.behavior == 'classic' && this.open)?this.openIcon:this.icon) + "\" onclick=\"a38.select(this);\" >" + "<a href=\"" + this.action + "\" target=\"_blank\" title=\"" + a71 + "\" id=\"" + this.id + "-anchor\" onfocus=\"a38.focus(this);\" onblur=\"a38.blur(this);\" onmouseover=\"window.status='';return true;\" onmouseout=\"window.status=\'\'\">" + a71 + "</a></div>" + "<div id=\"" + this.id + "-cont\" class=\"webfx-tree-container\" style=\"display: " + ((this.open)?'block':'none') + ";\">"; var a53 = []; for (var a32 = 0; a32 < this.childNodes.length; a32++) { a53[a32] = this.childNodes[a32].toString(a32,this.childNodes.length); } this.plusIcon = ((this.parentNode._a60)?a37.lPlusIcon:a37.tPlusIcon); this.minusIcon = ((this.parentNode._a60)?a37.lMinusIcon:a37.tMinusIcon); return a52 + a53.join("") + "</div>"; }; </script> <script language="javascript"> function a6() { if (a6.prefix) return a6.prefix; var a75 = ["MSXML2", "Microsoft", "MSXML", "MSXML3"]; var a76; for (var a32 = 0; a32 < a75.length; a32++) { try { a76 = new ActiveXObject(a75[a32] + ".DomDocument"); return a6.prefix = a75[a32]; } catch (ex) {}; } throw new Error("Could not find an installed XML parser"); } function a7() { if (a7.prefix) return a7.prefix; var a75 = ["MSXML2", "Microsoft", "MSXML", "MSXML3"]; var a76; for (var a32 = 0; a32 < a75.length; a32++) { try { a76 = new ActiveXObject(a75[a32] + ".XmlHttp"); return a7.prefix = a75[a32]; } catch (ex) {}; } throw new Error("Could not find an installed XML parser"); } function a8() {} a8.create = function () { try { if (window.XMLHttpRequest) { var a81 = new XMLHttpRequest(); if (a81.readyState == null) { a81.readyState = 1; a81.addEventListener("load", function () { a81.readyState = 4; if (typeof a81.onreadystatechange == "function") a81.onreadystatechange(); }, false); } return a81; } if (window.ActiveXObject) { return new ActiveXObject(a7() + ".XmlHttp"); } } catch (ex) {} throw new Error("Your browser does not support XmlHttp objects"); }; function a9() {} a9.create = function () { try { if (document.implementation && document.implementation.createDocument) { var a82 = document.implementation.createDocument("", "", null); if (a82.readyState == null) { a82.readyState = 1; a82.addEventListener("load", function () { a82.readyState = 4; if (typeof a82.onreadystatechange == "function") a82.onreadystatechange(); }, false); } return a82; } if (window.ActiveXObject) return new ActiveXObject(a6() + ".DomDocument"); } catch (ex) {} throw new Error("Your browser does not support a9 objects"); }; if (window.DOMParser && window.XMLSerializer && window.Node && Node.prototype && Node.prototype.__defineGetter__) { XMLDocument.prototype.loadXML = Document.prototype.loadXML = function (s) { var a822 = (new DOMParser()).parseFromString(s, "text/xml"); while (this.hasChildNodes()) this.removeChild(this.lastChild); for (var a32 = 0; a32 < a822.childNodes.length; a32++) { this.appendChild(this.importNode(a822.childNodes[a32], true)); } }; XMLDocument.prototype.__defineGetter__("xml", function () { return (new XMLSerializer()).serializeToString(this); }); Document.prototype.__defineGetter__("xml", function () { return (new XMLSerializer()).serializeToString(this); }); } </script> <script language="javascript"> a37.loadingText = "Loading..."; a37.loadErrorTextTemplate = "Error loading \"%1%\""; a37.emptyErrorTextTemplate = "Error \"%1%\" does not contain any tree items"; function a10(sText, sXmlSrc, sAction, sBehavior, sIcon, sOpenIcon) { this.a4 = a4; if (sAction != null && sAction != "" && sAction.length>6) sAction = "javascript:navigate('app:Navigate(\\\'" + sAction + "\\\')')"; this.a4(sText, sAction, sBehavior, sIcon, sOpenIcon); this.src = sXmlSrc; this.loading = false; this.loaded = false; this.errorText = ""; if (this.open) a12(this.src, this); else { this._loadingItem = new a5(a37.loadingText); } } a10.prototype = new a4; a10.prototype._webfxtree_expand = a4.prototype.expand; a10.prototype.expand = function() { if (!this.loaded && !this.loading) { a12(this.src, this); } this._webfxtree_expand(); }; function a11(sText, sXmlSrc, sAction, eParent, sIcon, sOpenIcon) { this.a5 = a5; this.a5(sText, sAction, eParent, sIcon, sOpenIcon); this.src = sXmlSrc; this.loading = false; this.loaded = false; this.errorText = ""; if (this.open) a12(this.src, this); else { this._loadingItem = new a5(a37.loadingText); this.add(this._loadingItem); } } a11.prototype = new a5; a11.prototype._webfxtreeitem_expand = a5.prototype.expand; a11.prototype.expand = function() { if (!this.loaded && !this.loading) { a12(this.src, this); } this._webfxtreeitem_expand(); }; a10.prototype.reload = a11.prototype.reload = function () { if (this.loaded) { var a86 = this.open; while (this.childNodes.length > 0) this.childNodes[this.childNodes.length - 1].remove(); this.loaded = false; this._loadingItem = new a5(a37.loadingText); this.add(this._loadingItem); if (a86) this.expand(); } else if (this.open && !this.loading) a12(this.src, this); }; function a12(sSrc, a97) { if (a97.loading || a97.loaded) return; var a87 = a8.create(); a87.open("GET", sSrc, true); a87.onreadystatechange = function () { if (a87.readyState == 4) { } }; } function a13(sSrc, a97 ,treeDiv) { if (a97.loading || a97.loaded) return; a97.loading = true; var a87 = a8.create(); a87.open("GET", sSrc, true); a87.onreadystatechange = function () { if (a87.readyState == 4) { a15(a87.responseXML, a97); document.getElementById(a97.id + '-cont').style.height="25px"; document.getElementById(a97.id + '-cont').innerHTML="载入中..."; window.setTimeout(function () { var a32,strTemp=""; for(a32=0;a32<a97.childNodes.length;a32++) { strTemp+=a97.childNodes[a32].toString(a32,a97.childNodes.length); } document.getElementById(a97.id + '-cont').innerHTML=strTemp; }, 200); a38.toggle(treeDiv); } }; window.setTimeout(function () { a87.send(null); }, 10); } function a14(oNode) { var a90 = a0(oNode.getAttribute("text"),16); var a91 = oNode.getAttribute("action"); var a92 = null; var a93 = oNode.getAttribute("icon"); var a94 = oNode.getAttribute("openIcon"); var a95 = oNode.getAttribute("src"); var a96 = oNode.getAttribute("target"); var a97; if (a91 != null && a91 != "" && a91.length>6) a91 = "javascript:navigate('app:Navigate(\\\'" + a91 + "\\\')')"; if (a95 != null && a95 != "") a97 = new a11(a90, a95, a91, a92, a93, a94); else a97 = new a5(a90, a91, a92, a93, a94); if (a96 != "") a97.target = a96; var a98 = oNode.childNodes; var a99 = a98.length; for (var a32 = 0; a32 < a99; a32++) { if (a98[a32].tagName == "tree") a97.add( a14(a98[a32]), true ); } return a97; } function a15(oXmlDoc, jsParentNode) { if (jsParentNode.loaded) return; var a101 = false; var a102 = false; jsParentNode.loaded = true; jsParentNode.loading = false; if( oXmlDoc == null || oXmlDoc.documentElement == null) { return; jsParentNode.errorText = a16(a37.loadErrorTextTemplate, jsParentNode.src); } else { var a44 = oXmlDoc.documentElement; var a98 = a44.childNodes; var a99 = a98.length; for (var a32 = 0; a32 < a99; a32++) { if (a98[a32].tagName == "tree") { a102 = true; a101 = true; jsParentNode.add( a14(a98[a32]), true); } } if (!a102) jsParentNode.errorText = a16(a37.emptyErrorTextTemplate, jsParentNode.src); } if (jsParentNode._loadingItem != null) { a101 = true; } if (a101) { jsParentNode.a69(); } if (jsParentNode.errorText != "") window.status = jsParentNode.errorText; } function a16(sTemplate) { var a107 = arguments; var a52 = sTemplate; a52 = a52.replace(/\%\%/g, "%"); for (var a32 = 1; a32 < a107.length; a32++) a52 = a52.replace( new RegExp("\%" + a32 + "\%", "g"), a107[a32] ); return a52; } </script> <body bgcolor='#ffffff' marginheight='0' marginwidth='0' topmargin='0' leftmargin='0'> <table border='1' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr><td valign='top'> <table border='0' cellspacing='1' cellpadding='0' width='100%' height='100%' bgcolor='#f1f1ed'><tr><td valign="top"> <div id='parentDiv'> <script language="javascript"> a37.rootIcon = "http://www.85851.com/xml/xp/folder.gif"; a37.openRootIcon = "http://www.85851.com/xml/xp/openfolder.gif"; a37.folderIcon = "http://www.85851.com/soft/icons/txtmenu.gif"; a37.openFolderIcon = "http://www.85851.com/soft/icons/txtmenu.gif"; a37.fileIcon = "http://www.85851.com/xml/xp/file.gif"; a37.lMinusIcon = "http://www.85851.com/xml/xp/Lminus.gif"; a37.lPlusIcon = "http://www.85851.com/xml/xp/Lplus.gif"; a37.tMinusIcon = "http://www.85851.com/xml/xp/Tminus.gif"; a37.tPlusIcon = "http://www.85851.com/xml/xp/Tplus.gif"; a37.iIcon = "http://www.85851.com/xml/xp/I.gif"; a37.lIcon = "http://www.85851.com/xml/xp/L.gif"; a37.tIcon = "http://www.85851.com/xml/xp/T.gif"; a37.blankIcon = "http://www.85851.com/xml/xp/I.gif"; var a110=new Image(); a110.src=a37.iIcon; a110.src=a37.rootIcon; a110.src=a37.openRootIcon; a110.src=a37.folderIcon; a110.src=a37.openFolderIcon; a110.src=a37.fileIcon; a110.src=a37.lMinusIcon; a110.src=a37.lPlusIcon; a110.src=a37.tMinusIcon; a110.src=a37.tPlusIcon; a110.src=a37.lIcon; a110.src=a37.tIcon; a110.src=a37.blankIcon; a110.src="http://www.85851.com/img/fav_bg.gif"; for(iii=0;iii<PubChnItem.length;iii++) { a110.src=PubChnItem[iii].Icon; } for(iii=0;iii<UserChnItem.length;iii++) { a110.src=UserChnItem[iii].Icon; } var a111=new Array(); var a91; for(a63=0;a63<PubChnItem.length;a63++) { a91=PubChnItem[a63].Action?PubChnItem[a63].Action:null; a111[a63]=new a10(PubChnItem[a63].Name,PubChnItem[a63].Url,a91,"classic",PubChnItem[a63].Icon,PubChnItem[a63].Icon); } for(a63=0;a63<UserChnItem.length;a63++) { a111[a63+PubChnItem.length]=new a10(UserChnItem[a63].Name,UserChnItem[a63].Url,null,"classic",UserChnItem[a63].Icon,UserChnItem[a63].Icon); a111[a63+PubChnItem.length].divID=a63; } for(a63=0;a63<PubChnItem.length;a63++) { document.write(a111[a63]); if(PubChnItem[a63].Infotip) document.getElementById(a111[a63].id).setAttribute("title",PubChnItem[a63].Infotip); } document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0' id='favbg'>" +"<tr><td><table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>" +"<td><div align='left'><img src='http://www.85851.com/img/fav_botton.gif' width='61' height='16'></div></td>" +"<td><div align='center'><img src='http://www.85851.com/img/fav_down.gif' width='9' height='16'></div></td>" +"</tr></table></td></tr></table>"); document.write("<div id='userDIV'>"); for(a63;a63<(PubChnItem.length+UserChnItem.length);a63++) { document.write(a111[a63]); document.getElementById(a111[a63].id).style.cursor="move"; if(UserChnItem[a63-PubChnItem.length].Infotip) document.getElementById(a111[a63].id).setAttribute("title",UserChnItem[a63-PubChnItem.length].Infotip); } document.write("</div>"); function a17(treeDiv) { for(a63=0;a63<a111.length;a63++) { if(treeDiv==null||a38.all[treeDiv.id.replace('-plus','')]!=a111[a63]) a111[a63].collapseAll(); } if(treeDiv!=null) { a13(a38.all[treeDiv.id.replace('-plus','')].src,a38.all[treeDiv.id.replace('-plus','')],treeDiv); if(a38.all[treeDiv.id.replace('-plus','')].loaded) { a38.toggle(treeDiv); } } } function a18(treeDiv) { if(a38.all[treeDiv.id.replace('-plus','')].parentNode) { var a113; for(a63=0;a63<a38.all[treeDiv.id.replace('-plus','')].parentNode.childNodes.length;a63++) { a113=a38.all[treeDiv.id.replace('-plus','')].parentNode.childNodes[a63]; if(a113.folder&&a113.open&&a113!=a38.all[treeDiv.id.replace('-plus','')]) { a113.collapse(); } } } } </script> </div> <tr> <td align='center' valign='bottom'> <!--Begin 右键菜单层内容--> <script language="javascript"> document.write('<div id="ie5menu" align="left" class="cMenu" onMouseover="a22()" onMouseout="a23()" onClick="a24()">'); document.write('<div id="cmd1" align="left" class="menuitems" url="javascript:"></div>'); document.write('<div id="cmd2" align="left" class="menuitems" url="javascript:">取消 </div>'); document.write('</div>') </script> </td></tr></table> </td></tr></table> </body> </html> <script language="JavaScript"> if (document.all&&window.print){ document.getElementById("ie5menu").className="cMenu"; document.oncontextmenu=a20; document.body.onclick=a21; } document.onselectstart = function() { return false; }; function a19(instr) { var a114=instr; a114=a114.replace('-icon',''); a114=a114.replace('-anchor',''); return a114; } function a20(){ if(a38.all[a19(event.srcElement.id)]) { if(typeof(a38.all[a19(event.srcElement.id)].divID)!="undefined") { document.getElementById("cmd1").setAttribute("url","javascript:a25(" + a38.all[a19(event.srcElement.id)].divID + ");"); document.getElementById("cmd1").innerText="删除 "+a38.all[a19(event.srcElement.id)].text; var a115=document.body.clientWidth-event.clientX; var a116=document.body.clientHeight-event.clientY; if (a115<ie5menu.offsetWidth) ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth; else ie5menu.style.left=document.body.scrollLeft+event.clientX; if (a116<ie5menu.offsetHeight) ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight; else ie5menu.style.top=document.body.scrollTop+event.clientY; ie5menu.style.visibility="visible"; } } return false; } function a21(){ document.getElementById("ie5menu").style.visibility="hidden"; } function a22(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="highlight"; event.srcElement.style.color="white"; } } function a23(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor=""; event.srcElement.style.color="black"; } } function a24(){ if (event.srcElement.className=="menuitems"){ if (event.srcElement.url != ''){ if (event.srcElement.getAttribute("target")!=null) window.open(event.srcElement.url,event.srcElement.getAttribute("target")); else window.location=event.srcElement.url; } } } function a25(idnum) { if(a111[idnum+PubChnItem.length]&&confirm("确认删除该频道?")) { var a117=""; var a118=a111[idnum+PubChnItem.length].divID; a111.splice(idnum+PubChnItem.length,1); for(a63=PubChnItem.length;a63<a111.length;a63++) { a111[a63].open="block"; if(a111[a63].divID>a118) { a111[a63].divID-=1; } a117+=a111[a63].toString(); } document.getElementById("userDIV").innerHTML=a117; for(a63=PubChnItem.length;a63<a111.length;a63++) { document.getElementById(a111[a63].id).style.cursor="move"; } a17(null); navigate("app:DelChannel('a=" + idnum + "')"); } } </script> <!--End 右键菜单层内容--> <!--Begin 拖动用户频道位置--> <script language="javaScript"> var a119; var a120; var a121 ; var a122 ; var a123; var a124; function a26(){ a122 = document.createElement("DIV"); with(a122.style){ backgroundColor = "buttonshadow"; cursor = "default"; position = "absolute"; filter = "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50)"; zIndex = 3001; display ="none"; align ="left"; } window.document.body.insertAdjacentElement("afterBegin", a122); a124=document.getElementById(a111[a111.length-1].id).offsetTop+document.getElementById(a111[a111.length-1].id).offsetHeight/2; } function a27() { if(a38.all[a19(window.event.srcElement.id)]&&typeof(a38.all[a19(window.event.srcElement.id)].divID)!="undefined") { a123 = document.getElementById(a19(window.event.srcElement.id)); a119 = a38.all[a123.id].divID; a121 = true ; if (a122!=null) { with(a122) { innerText = a38.all[a123.id].text; style.height = 25; style.width = a123.parentElement.offsetWidth-event.clientX; } } a123.setCapture(); } } function a28() { document.releaseCapture(); if(event.button==1&&a38.all[a19(window.event.srcElement.id)]&&typeof(a38.all[a19(window.event.srcElement.id)].divID)!="undefined") { var a125,a117,a118; if(window.event.clientY<a124||a119==a38.all[a123.id].divID) { a120 = a38.all[a123.id].divID; } else { a120 = a38.all[a123.id].divID+1; } if(a119!=a120) { if(a119>a120) { a125=a111[a119+PubChnItem.length]; for(a63=a119+PubChnItem.length;a63>a120+PubChnItem.length;a63--) { a111[a63]=a111[a63-1]; a111[a63].divID+=1; } a111[a120+PubChnItem.length]=a125; a111[a120+PubChnItem.length].divID=a120; } else { if((a120-a119)!=1) { a125=a111[a119+PubChnItem.length]; for(a63=a119+PubChnItem.length;a63<a120+PubChnItem.length-1;a63++) { a111[a63]=a111[a63+1]; a111[a63].divID-=1; } a111[a120+PubChnItem.length-1]=a125; a111[a120+PubChnItem.length-1].divID=a120-1; } } a117=""; for(a63=PubChnItem.length;a63<a111.length;a63++) { a111[a63].open="block"; a117+=a111[a63].toString(); } document.getElementById("userDIV").innerHTML=a117; for(a63=PubChnItem.length;a63<a111.length;a63++) { document.getElementById(a111[a63].id).style.cursor="move"; } a17(null); navigate("app:MoveChannel('from=" + a119 + "&to=" + a120 + "')"); } } a121 = false ; a122.style.display ="none"; } function a29() { if(a121&&a38.all[a19(window.event.srcElement.id)]&&typeof(a38.all[a19(window.event.srcElement.id)].divID)!="undefined") { a123=document.getElementById(a19(window.event.srcElement.id)); if(window.event.clientY<a124) { a123.style.borderTop="2px ridge #000000"; a123.style.borderBottom="buttonshadow 1px solid"; a123.onmouseout=function(){a123.style.borderTop=" #f5f5f5 1px solid"}; } else { a123.style.borderBottom="2px ridge #000000"; a123.style.borderTop="#f5f5f5 1px solid"; a123.onmouseout=function(){a123.style.borderBottom="buttonshadow 1px solid"}; } } if(a121 && a122!=null) { window.event.cancelBubble = false; cliX = window.event.clientX; cliY = window.event.clientY; with(a122) { style.display =""; style.posLeft = cliX +1; style.posTop = cliY - offsetHeight/2; style.width = document.getElementById("userDIV").offsetWidth-event.clientX; } } } </script> <!--End 拖动用户频道位置--> <script language="javascript"> window.onload=function(){ a17(null); a26(); document.getElementById("userDIV").attachEvent("onmousedown",a27); document.body.attachEvent("onmouseup",a28); document.body.attachEvent("onmousemove",a29); }; </script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -