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

📄 treecaidan.html

📁 大中型酒店管理系统
💻 HTML
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>树形菜单2</title>
<STYLE type=text/css>
BODY {
    MARGIN-TOP: 0px; FONT-SIZE: 14px; MARGIN-LEFT: 4px; MARGIN-RIGHT: 0px; FONT-FAMILY: "宋体"
}
A {
    FONT-WEIGHT: 400; FONT-SIZE: 9pt; COLOR: black; TEXT-DECORATION: none
}
A:hover {
    FONT-WEIGHT: 400; FONT-SIZE: 9pt; COLOR: red; TEXT-DECORATION: underline
}
A:active {
    FONT: 9pt "宋体"; CURSOR: hand; COLOR: #ff0033
}
#nei{
margin:5px 0px 0px 10px;}
.content{
height:500px;
background-color:#f6f7f9;
margin-top:5px;
width:142px;
border:#0065e7 solid 1px;}
.child {
margin-left:20px;
margin-bottom:10px;}
.fen{
margin-bottom:10px;}
#KB1Parent {
	padding:0px;
	color:#FFFFff;
	height:25px;
	background:url(images/2nd_tt_top_2.jpg) repeat-x;
	font-weight: bold;
}
#shang{
margin-top:-20px;
margin-left:25px;}
</STYLE>
<script language="JavaScript1.2">
scores = new Array(20);
var numTotal=0;
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) {        whichEl1 = eval(el + "Child");        for(i=1;i<=numTotal;i++){            whichEl = eval(scores[i] + "Child");            if(whichEl!=whichEl1) {                whichEl.style.display = "none";            }        }        whichEl1 = eval(el + "Child");        if (whichEl1.style.display == "none") {            whichEl1.style.display = "block";        }        else {            whichEl1.style.display = "none";        }    }    else {        whichEl = eval("document." + el + "Child");        for(i=1;i<=numTotal;i++){            whichEl = eval("document." + scores[i] + "Child");            if(whichEl!=whichEl1) {                whichEl.visibility = "hide";            }        }        if (whichEl.visibility == "hide") {            whichEl.visibility = "show";        }        else {            whichEl.visibility = "hide";        }        arrange();    }}onload = initIt;
</script>
</head>

<body>
  
<div class="content">
<div id='KB1Parent' class='parent'>
<img src="images/2nd_tt_top_1.jpg" width="27" height="25"><div id="shang">网站后台管理</div></div>
<p>
<div id='KB1Child' class='parent'>

</div>
<div id='KB2Parent' class='parent'><a href="#" onClick="expandIt('KB2'); return false">
管理员管理</div>
<div id='KB2Child' class='child'>
<a href='userinfo/adduserinfo.aspx' target="mainFrame" class="fen">添加用户</a>
<br>
<a href='userinfo/modifyuser.aspx' target="mainFrame" class="fen">管理用户</a>

</div>
<br>
<div id='KB3Parent' class='parent'><a href="#" onClick="expandIt('KB3'); return false">
新闻管理</a></div><div id='KB3Child' class='child'>
<a href='addnew.aspx' target="mainFrame"> 添加新闻</a>
<br>
<a href='adminnews.aspx' target="mainFrame"> 管理新闻</a>

</div>
<br>
<div id='KB4Parent' class='parent'><a href="#" onClick="expandIt('KB4'); return false">
商家管理</a></div><div id='KB4Child' class='child'>
<a href='insertcus.aspx' target="mainFrame">添加商家</a>
<br>
<a href='cusmodify.aspx' target="mainFrame"> 商家管理</a>
<br>
<a href='productadd.aspx' target="mainFrame"> 添加产品</a>
<br>
<a href='chanpinmodify.aspx' target="mainFrame"> 产品管理</a>

</div>
<br>
<div id='KB5Parent' class='parent'><a href="#" onClick="expandIt('KB5'); return false">
留言管理</a></div><div id='KB5Child' class='child'>
<a href='liuyan.aspx' target="mainFrame">添加留言</a>
<br>
<a href='delmessage.aspx' target="mainFrame"> 删除留言</a>

</div>
<br>
<div id='KB6Parent' class='parent'><a href="#" onClick="expandIt('KB6'); return false">
其他管理</a></div>
<div id='KB6Child' class='child'>
<a href='companyadd.aspx' target="mainFrame">公司介绍</a>
<br>
<a href='companygai.aspx' target="mainFrame">公司管理</a></div>
</div>
<SCRIPT>numTotal=6;scores[1]='KB1';scores[2]='KB1';scores[3]='KB2';scores[4]='KB3';scores[5]='KB4';scores[6]='KB5'</SCRIPT>

<a href="logout.aspx" target="_parent">安全退出</a>
</body>

</html>

⌨️ 快捷键说明

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