⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ftbbstreemb.htm

📁 本程序修改自飞天BBS 7.0 将原来的ASP语法迁移为ASP.NET并封装成DLL ASP.NET相对ASP有更快的执行效率以及更高的并发访问量 基于ASP.NET的DLL可以运行在支持ASP
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>论坛导航</title>
<script language=javascript src="inc/cookies.js"></script>
<script>
var stylecook = getCookie("STYLESHOW");
var style;
var strstyle;
if(stylecook=="")
{
 stylecook=1;//默认皮肤
}
else
{
 stylecook++;
}
style="style0"+stylecook+".css";
strstyle="<link href=\"css/"+style+"\"  rel=\"stylesheet\" type=\"text/css\"> ";
document.write(strstyle);
</script>

<script language="JavaScript">
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".parent {position:absolute; visibility:visible}");
write(".child {position:absolute; visibility:visible}");
write(".regular {position:absolute; visibility:visible}")
}else {
write(".child {display:none}")
}
write("</STYLE>");
}}

function getIndex(el) {
ind = null;
for (i=0; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.id == el) {
ind = i;
break;
}}
return ind;
}

function arrange() {
nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
for (i=firstInd+1; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.visibility != "hide") {
whichEl.pageY = nextY;
nextY += whichEl.document.height;
}}}

function initIt()
{
	if (!ver4) return;
	if (NS4)
	{
		for (i=0; i<document.layers.length; i++)
		{
			whichEl = document.layers[i];
			if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
		}
		arrange();
	}
	else
	{
		divColl = document.all.tags("DIV");
		for (i=0; i<divColl.length; i++)
		{
			whichEl = divColl(i);
			if (whichEl.className == "child") whichEl.style.display = "none";
		}
	}
}

function expandIt(el)
{
	if (!ver4) return;
	if (IE4)
	{
		whichEl = eval(el + "Child");
		if (whichEl.style.display == "none")
		{
			whichEl.style.display = "block";
			document.all("dir"+el.replace("KB","")).src="images/opentm.gif";
			document.all("fold"+el.replace("KB","")).src="images/openx.gif";
		}
		else
		{
			whichEl.style.display = "none";
			document.all("dir"+el.replace("KB","")).src="images/closetm.gif";
			document.all("fold"+el.replace("KB","")).src="images/close.gif";
		}
	}
	else
	{
		whichEl = eval("document." + el + "Child");
		if (whichEl.visibility == "hide")
		{
			whichEl.visibility = "show";
		}
		else
		{
			whichEl.visibility = "hide";
		}
		arrange();
	}
}
onload = initIt;
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
  <table width="122" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td height="3" class="treetdbg"> 
        <spacer height="3" type="block"></td>
    </tr>
    <tr>
      <td height="50"><div align="center"><img src="images/tmlogo.gif" width="112" height="50"></div></td>
    </tr>
    <tr> 
      <td height="3" class="treetdbg"> 
        <spacer height="3" type="block"></td>
    </tr>
    <tr> 
      <td height=6><spacer height="6" type="block"></td>
    </tr>
  </table>
  <table width="120" border="0" cellpadding="0" cellspacing="0" class="text">
      <tr>
                <td><table width="120" border="0" cellpadding="0" cellspacing="0" class="text">
            <tr align="left" valign="middle">       
              
            <td width="15"><img src="images/opennotopline.gif" width="17" height="18"></td>   
            <td width="15"><img src="images/home.gif" width="18" height="18"></td>      
            <td> &nbsp;<a class=head3 href=ftbbshome.aspx target="main">论坛首页</a></td>
                    </tr>
                  </table></td>
              </tr>
  </table>
  $ftbbstree$
<table width="120" border="0" cellpadding="0" cellspacing="0" class="text">
    <tr> 
      <td><table width="121" border="0" cellpadding="0" cellspacing="0" class="text">
          <tr align="left" valign="middle"> 
            <td width="18"><div align="right"><img src="images/nodeend.gif" width="17" height="18"></div></td>
            <td width="16"> <div align="center"><img src="images/openx.gif" width="18" height="15"></div></td>
            <td width="85"> &nbsp;<a class=head3 href=help.aspx target=main>论坛指南</a></td>
          </tr>
        </table></td>
    </tr>
  </table>
  <table width="120" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td height=10><spacer height="10" type="block"></td>
    </tr>
</table>
</center>
<script language="JavaScript">
if (NS4) {
firstEl = "KB-2Parent";
firstInd = getIndex(firstEl);
arrange();
}
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -