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

📄 menu.htm

📁 PCB自动布线算法介绍
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0040)http://www.21icbbs.com/club/bbs/menu.asp -->
<!--
	- 21ic技术社区
	- Based on Active BBS 5.0 By stars@21ic.com	
	- Last Updated: 2001-6-11 
--><HTML><HEAD><TITLE>21IC社区</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><!--<link rel="stylesheet" type="text/css" href="css/FORUM.CSS">--><LINK 
href="menu.files/style.css" type=text/css rel=stylesheet>
<STYLE>.navPoint {
	FONT-SIZE: 9pt; CURSOR: hand; COLOR: white; FONT-FAMILY: Webdings
}
P {
	FONT-SIZE: 9pt
}
.smallFont {
	FONT-SIZE: 10.5pt; FONT-FAMILY: "宋体"; TEXT-DECORATION: none
}
</STYLE>

<SCRIPT language=javascript>
function switchSysBar(){
	if (switchPoint.innerText==3){
		switchPoint.innerText=4
		//parent.document.all("frmTitle").style.display="none"
		//alert(top.content.rows)
		document.all("mnuList").style.display="none"
		top.content.cols="10,*"
	}
	else{
		switchPoint.innerText=3
		document.all("mnuList").style.display=""				
		top.content.cols="150,*"		
	}
}
	
function expandTopFrame(){
	if (typeof(frmright)!="undefined"){
 		if (typeof(frmright.frmMain)!="undefined") {
				frmright.frmMain.rows="*,45"
		}
	}	
}
	
function expandBottomFrame(){
	if (typeof(frmright)!="undefined"){
 		if (typeof(frmright.frmMain)!="undefined") {
 				document.all("mnuList").style.display="none"
				frmright.frmMain.rows="45,*"
		}
	}
}

function restoreSplit(){
	if (typeof(frmright)!="undefined"){
 		if (typeof(frmright.frmMain)!="undefined") {
 				frmright.frmMain.rows="*,220"
		}
	}	
}

</SCRIPT>

<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY bgColor=#003366 leftMargin=0 topMargin=0 scroll=no marginheight="0" 
marginwidth="0">
<SCRIPT>
// chinaasp outlook-like bar jscript
// Created by 21ic.com
// 如非同意,谢绝引用。
// (c) Chinaasp.com all right reserved
function showitem(id,name)
{
	if(id==94)
	{
		return ("<span><a class=w9a target=_blank href='http://www.lierda.com/forum/FORUM.asp?FORUM_ID=4&CAT_ID=2&Forum_'>"+name+"</a></span><br>")
	}
	else
	{
		return ("<span><a class=w9a target=BoardMain href='main.asp?boardid="+id+"'>"+name+"</a></span><br>")
	}
}

function switchoutlookBar(number)
{
	var i = outlookbar.opentitle;
	outlookbar.opentitle=number;
	var id1,id2,id1b,id2b
	if (number!=i && outlooksmoothstat==0){
	if (number!=-1)
		{
			if (i==-1)
				{
				id2="blankdiv";
				id2b="blankdiv";}
			else{
				id2="outlookdiv"+i;
				id2b="outlookdivin"+i;
				document.all("outlooktitle"+i).style.border="1px none navy";
				document.all("outlooktitle"+i).style.background="#cccc99";
				document.all("outlooktitle"+i).style.color="black";
				document.all("outlooktitle"+i).style.textalign="center";
				}
			id1="outlookdiv"+number
			id1b="outlookdivin"+number
			document.all("outlooktitle"+number).style.border="1px none white";
			document.all("outlooktitle"+number).style.background="#003366";
			document.all("outlooktitle"+number).style.color="white";
			//alert(document.all("outlooktitle"+number).style.color)
			document.all("outlooktitle"+number).style.textalign="center";
			smoothout(id1,id2,id1b,id2b,0);
		}
	else
		{
			document.all("blankdiv").style.display="";
			document.all("blankdiv").sryle.height="100%";
			document.all("outlookdiv"+i).style.display="none";
			document.all("outlookdiv"+i).style.height="0%";
			document.all("outlooktitle"+i).style.border="1px none navy";
			document.all("outlooktitle"+i).style.background="#cccc99";
			document.all("outlooktitle"+i).style.color="black";
			document.all("outlooktitle"+i).style.textalign="center";
		}
	}
			
}

function smoothout(id1,id2,id1b,id2b,stat)
{
	if(stat==0){
		tempinnertext1=document.all(id1b).innerHTML;
		tempinnertext2=document.all(id2b).innerHTML;
		document.all(id1b).innerHTML="";
		document.all(id2b).innerHTML="";
		outlooksmoothstat=1;
		document.all(id1b).style.overflow="hidden";
		document.all(id2b).style.overflow="hidden";
		document.all(id1).style.height="0%";
		document.all(id1).style.display="";
		setTimeout("smoothout('"+id1+"','"+id2+"','"+id1b+"','"+id2b+"',"+outlookbar.inc+")",outlookbar.timedalay);
	}
	else
	{
		stat+=outlookbar.inc;
		if (stat>100)
			stat=100;
		document.all(id1).style.height=stat+"%";
		document.all(id2).style.height=(100-stat)+"%";
		if (stat<100) 
			setTimeout("smoothout('"+id1+"','"+id2+"','"+id1b+"','"+id2b+"',"+stat+")",outlookbar.timedalay);
		else
			{
			document.all(id1b).innerHTML=tempinnertext1;
			document.all(id2b).innerHTML=tempinnertext2;
			outlooksmoothstat=0;
			document.all(id1b).style.overflow="auto";
			document.all(id2).style.display="none";
			}
	}
}

function getOutLine()
{
	outline="<table "+outlookbar.otherclass+">";
	for (i=0;i<(outlookbar.titlelist.length);i++)
		{
			outline+="<tr><td name=outlooktitle"+i+" id=outlooktitle"+i+" ";		
			if (i!=outlookbar.opentitle) 
				outline+=" nowrap align=center style='cursor:hand;background-color:#cccc99;color:black;height:5;border:1 none navy' ";
			else
				outline+=" nowrap align=center style='cursor:hand;background-color:#005D99;color:white;height:5;border:1 none white' ";
			outline+=outlookbar.titlelist[i].otherclass
			outline+=" onclick='switchoutlookBar("+i+")'><span class=smallFont>";
			outline+=outlookbar.titlelist[i].title+"</span></td></tr>";
			outline+="<tr><td name=outlookdiv"+i+" valign=top align=center  id=outlookdiv"+i+" style='width:100%"
			if (i!=outlookbar.opentitle) 
				outline+=";display:none;height:0%;";
			else
				outline+=";display:;height:100%;";
			outline+="'><div name=outlookdivin"+i+" id=outlookdivin"+i+" style='overflow:auto;width:100%;height:100%'>";
			for (j=0;j<outlookbar.itemlist[i].length;j++)
				outline+=showitem(outlookbar.itemlist[i][j].key,outlookbar.itemlist[i][j].title);
			outline+="</div></td></tr>"
			//outline+="<tr><td background='Images/line_grey.gif'><img src='Images/blank.gif' width=1 height=1></td></tr>"			
		}
	outline+="<tr><td name=blankdiv valign=top align=center  id=blankdiv style='height:100%;width:100%:"
	if (outlookbar.opentitle!=-1) 
				outline+=";display:none;";
			else
				outline+=";display:;";
	outline+="'><div style='overflow:auto;width:100%;height:100%'>";
	outline+="</div></td></tr>"
	
	outline+="</table>"
	return outline

}

function show()
{
	var outline;
	outline="<div id=outLookBarDiv name=outLookBarDiv style='width=100%;height:100%'>"
	outline+=outlookbar.getOutLine();
	outline+="</div>"
	document.write(outline);
	//document.all("outLookBarDiv").innerHTML=
}

function theitem(intitle,instate,inkey)
{
	this.state=instate;
	this.otherclass=" nowrap ";
	this.key=inkey;
	this.title=intitle;
}

function addtitle(intitle)
{
	outlookbar.itemlist[outlookbar.titlelist.length]=new Array();
	outlookbar.titlelist[outlookbar.titlelist.length]=new theitem(intitle,1,0);
/*	if (outlookbar.titlelist.length != (outlookbar.starttitle+1)) 
		outlookbar.titlelist[outlookbar.titlelist.length-1].otherclass=" nowrap align=center style='cursor:hand;background-color:#EDEFE0;color:black;height:5;border:1 none navy' ";
	else
		outlookbar.titlelist[outlookbar.titlelist.length-1].otherclass=" nowrap align=center style='cursor:hand;background-color:#EDEFE0;color:#EDEFE0;height:5;border:1 none white' ";
*/	return(outlookbar.titlelist.length-1);
}

function additem(intitle,parentid,inkey)
{
	if (parentid>=0 && parentid<=outlookbar.titlelist.length)
	{
		outlookbar.itemlist[parentid][outlookbar.itemlist[parentid].length]=new theitem(intitle,2,inkey);
		outlookbar.itemlist[parentid][outlookbar.itemlist[parentid].length-1].otherclass=" nowrap align=left style='backgroundColor:blue;height:5' ";
		return(outlookbar.itemlist[parentid].length-1);
	}
	else
		additem=-1;
}

function outlook()
{
	this.titlelist=new Array();
	this.itemlist=new Array();
	this.divstyle="style='height:100%;width:100%;overflow:auto' align=center";
	this.otherclass="border=0 cellspacing='0' cellpadding='0' style='height:100%;width:100%'valign=middle align=center ";
	this.addtitle=addtitle;
	this.additem=additem;
	this.starttitle=-1;
	this.show=show;
	this.getOutLine=getOutLine;
	this.opentitle=this.starttitle;
	this.reflesh=outreflesh;
	this.timedelay=50;
	this.inc=10;
	
}

function outreflesh()
{
	document.all("outLookBarDiv").innerHTML=outlookbar.getOutLine();
}

function locatefold(foldname)
{
	for (var i=0;i<outlookbar.titlelist.length;i++)
		if(foldname==outlookbar.titlelist[i].title)
			{
				 outlookbar.starttitle=i;
				 outlookbar.opentitle=i;
			}
	
}

var outlookbar=new outlook();
var tempinnertext1,tempinnertext2,outlooksmoothstat
outlooksmoothstat = 0;

// chinaasp outlook-like bar 
// Created by 21ic.com
// 如非同意,谢绝引用。
// (c) 21ic.com all right reserved
</SCRIPT>

<SCRIPT>
	document.write('<script'+' src="js/Board'+'List.js"></'+'script>')
	outlookbar.otherclass="border=0 cellspacing='0' cellpadding='0' style='height:100%;width:100%;border-bottom:2pt solid #336699;'valign=middle align=center ";    
</SCRIPT>

<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD width="100%">
      <TABLE id=mnuList style="WIDTH: 140px; HEIGHT: 100%" cellSpacing=0 
      cellPadding=0 align=center bgColor=#003366 border=0>
        <TBODY>
        <TR>
          <TD vAlign=bottom width="42%" bgColor=#ffffff><FONT 
            color=#000000>&nbsp;版面列表</FONT></TD>
          <TD width="58%" bgColor=#005d99><IMG height=17 
            src="menu.files/triangle.gif" width=16></TD></TR>
        <TR bgColor=#003366>
          <TD align=right colSpan=2><IMG height=8 src="menu.files/blank.gif" 
            width=10></TD></TR>
        <TR>
          <TD id=outLookBarShow style="HEIGHT: 100%" vAlign=top align=middle 
          bgColor=#005d99 colSpan=2 name="outLookBarShow"><!--include file="js/myFavorites.asp"-->
            <SCRIPT>
	//setOutlookFavorites()
	t=outlookbar.addtitle('我的收藏夹')	
	locatefold("我的收藏夹")
	outlookbar.show()
	
	//switchoutlookBar(1)
	function doQuit(){
		if (parent.parent.bLoad){
			if (confirm("你真的要退出社区吗?")){
				top.location.href="userlogout.asp"
			}
		}
		else
			top.location.href="userlogout.asp"
	}
	
</SCRIPT>
          </TD></TR>
        <TR>
          <TD class=black12 noWrap align=middle colSpan=2><A 
            href="http://www.21icbbs.com/club/bbs/info/personal.asp" 
            target=BoardMain><IMG height=13 alt=个人设定 hspace=5 
            src="menu.files/bt_enactment.gif" width=16 border=0></A><A 
            href="http://www.21icbbs.com/user/signup.asp" target=_blank><IMG 
            height=13 alt=新手注册 hspace=5 src="menu.files/bt_newperson.gif" 
            width=16 border=0></A><A href="http://www.21icbbs.com/club/help.asp" 
            target=_blank><IMG height=13 alt=社区帮助 hspace=5 
            src="menu.files/bt_ques.gif" width=16 border=0></A><A 
            href="http://www.21icbbs.com/club/default.asp" target=_top><IMG 
            height=13 alt=返回社区首页 hspace=5 src="menu.files/bt_home.gif" width=16 
            border=0></A><A onclick=javascript:doQuit() 
            href="javascript:void(0)"><IMG height=13 alt=退出社区 hspace=5 
            src="menu.files/bt_exit.gif" width=16 border=0></A></TD></TR>
        <TR>
          <TD colSpan=2><IMG height=1 
            src="E:\Documents and Settings\Administrator\My Documents\监视器\电力线载波通信\工作资料\资料\技术文章\PCB电路版图设计的常见问题(九问).files\menu.files\blank(1).gif" 
            width=1></TD></TR><!--<tr align="center">		<td height="30"><a href="personal/personal.asp" target="BoardMain"><img border="0" name="m01" src="images/infor.gif" alt="个人资料" onmouseover="activate('m01')" onmouseout="deactivate('m01')" language="javascript" width="20" height="20"></a> <a href="/user/signup.asp" target="_blank"><img border="0" name="m03" src="images/regist.gif" alt="新手注册" onmouseover="activate('m03')" onmouseout="deactivate('m03')" language="javascript" width="20" height="20"></a> <a href="help/faq.asp" target="BoardList"><img border="0" name="m05" src="images/about.gif" alt="常见问题" onmouseover="activate('m05')" onmouseout="deactivate('m05')" language="javascript" width="20" height="20"></a> <a href="../default.asp" target="_top"><img height="16" src="images/i_option.gif" alt="返回社区首页" width="16" align="absMiddle" border="0"></a>    <a href="userlogout.asp" target="_top"><img height="16" src="images/i_exit.gif" alt="退出登录" width="16" align="absMiddle" border="0"></a>		</td>	</tr>--></TBODY></TABLE></TD>
    <TD style="WIDTH: 10px" bgColor=#003366>
      <TABLE onclick=switchSysBar() height="100%" cellSpacing=0 cellPadding=0 
      width=12 border=0>
        <TBODY>
        <TR>
          <TD vAlign=center align=middle><SPAN class=navPoint id=switchPoint 
            title=关闭/打开左栏>3</SPAN> 
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>

⌨️ 快捷键说明

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