📄 left.htm
字号:
<html>
<head>
<title></title>
<link href="css.css" rel="stylesheet" type="text/css">
<base target="main">
</head>
<body bgcolor="#9EBEF5" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">管理菜单</td>
</tr>
</table>
<br>
<TABLE width=100% align=center cellPadding=0 cellSpacing=0>
<TR height="24">
<TD valign="middle" style="CURSOR: hand" onclick=showsubmenu(1)>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="30"><img id="imgmenu1" src="images/tree1.gif" width="30" height="19"></td>
<td width="975" class="x14">配件设置</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD id=submenu1 style="DISPLAY: none">
<DIV style="WIDTH: 135px">
<table cellspacing=0 cellpadding=0 width="100%" align=center>
<tr>
<td width="4%"><img src="images/tree3.gif" width="30" height="19"></td>
<td width="96%"><a href="gaishoujia.asp" class="LB">配件改价</a></td>
</tr>
<tr>
<td width="4%"><img src="images/tree3.gif" width="30" height="19"></td>
<td width="96%"><a href="pjdelete.asp" class="LB">配件删除</a></td>
</tr>
</table>
</DIV>
</TD>
</TR>
<TR height="24">
<TD valign="middle" style="CURSOR: hand" onclick=showsubmenu(2)>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="30"><img id="imgmenu2" src="images/tree1.gif" width="30" height="19"></td>
<td width="975" class="x14">密码设置</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD id=submenu2 style="DISPLAY: none">
<DIV style="WIDTH: 135px">
<table cellspacing=0 cellpadding=0 width="100%" align=center>
<tr>
<td width="4%"><img src="images/tree3.gif" width="30" height="19"></td>
<td width="96%"><a href="gaishoujia.asp" class="LB">总管理密码</a></td>
</tr>
<tr>
<td width="4%"><img src="images/tree3.gif" width="30" height="19"></td>
<td width="96%"><a href="pjdelete.asp" class="LB">使用密码</a></td>
</tr>
</table>
</DIV>
</TD>
</TR>
</TABLE>
<script>
<!--
function showsubmenu(sid)
{
var whichEl = document.getElementById("submenu" + sid);
var imgmenu = document.getElementById("imgmenu" + sid);
for (i=1;i<3;i++){
if(i==sid){
if (whichEl.style.display == "none")
{
document.getElementById("submenu" + sid).style.display="";
imgmenu.src="images/tree2.gif";
}
else
{
document.getElementById("submenu" + sid).style.display="none";
imgmenu.src="images/tree1.gif";
}
continue;
}
document.getElementById("submenu" + i).style.display="none";
document.getElementById("imgmenu" + i).src="images/tree1.gif";
}
}
-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -