📄 moban.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="JavaScript"
src="MzTreeView10.js"></script>
<style>
A.MzTreeview
{
font-size: 9pt;
padding-left: 3px;
}
</style>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:14px;
top:0px;
width:186px;
height:854px;
z-index:1;
background-color:#6CC7FC;
}
#Layer2 {
position:absolute;
left:206px;
top:2px;
width:1048px;
height:22px;
z-index:2;
}
#Layer3 {
position:absolute;
left:1px;
top:4px;
width:185px;
height:143px;
z-index:3;
border-bottom:solid;
border-bottom-color:#666666;
}
#Layer4 {
position:absolute;
left:19px;
top:15px;
width:13px;
height:6px;
z-index:4;
}
#Layer5 {
position:absolute;
left:10px;
top:15px;
width:2px;
height:5px;
z-index:4;
}
#Layer6 {
position:absolute;
left:2px;
top:21px;
width:180px;
height:104px;
z-index:4;
background-color:#7CCCFD;
}
#Layer7 {
position:absolute;
left:1px;
top:214px;
width:182px;
height:471px;
z-index:5;
background-color:#7CCCFD;
}
#Layer8 {
position:absolute;
left:206px;
top:27px;
width:1047px;
height:826px;
z-index:3;
}
-->
</style>
</head>
<body>
<div>
<div id="Layer1" style="position:absolute">
<div id="Layer3" style="position:relative">
<div id="Layer6" style="position:relative">
<table width="153" border="0">
<tr>
<td align="right">欢迎:</td>
<td style="font-family:'黑体'; font-weight:bold">系统管理员</td>
</tr>
<tr>
<td align="right">角色:</td>
<td>系统管理员</td>
</tr>
<tr>
<td align="right">部门:</td>
<td>研发部</td>
</tr>
<tr>
<td colspan="2">您共有0条新信息</td>
</tr>
</table>
</div>
</div>
<div id="Layer7">
<script language="JavaScript">
var tree = new MzTreeView("tree");
//tree.icons["property"] = "property.gif";
tree.icons["pic"]="images/menuclose.gif";
tree.icons["img"]="images/CloseTree.gif"
tree.icons["css"] = "P0.gif";
//tree.icons["book"] = "book.gif";
tree.iconsExpand["book"] = "bookopen.gif"; //展开时对应的图片
tree.setIconPath("./"); //可用相对路径
tree.nodes["-1_1"] = "text:人事管理; icon:css;";
tree.nodes["-1_2"] = "text:日程管理; icon:css;";
tree.nodes["-1_3"] = "text:文档管理; icon:css;";
tree.nodes["-1_4"] = "text:消息传递; icon:css;";
tree.nodes["-1_5"] = "text:系统管理; icon:css;";
tree.nodes["-1_6"] = "text:考勤管理; icon:css;";
tree.nodes["1_200"] = "text:机构信息; icon:img; url:BranchInfo.html";
tree.nodes["1_201"] = "text:部门信息; icon:img; url:DepartInfo.html";
tree.nodes["1_202"] = "text:员工管理; icon:img; url:employee.html";
tree.nodes["2_300"] = "text:我的日程; icon:img; url:mycalendar.html";
tree.nodes["2_301"] = "text:部门日程; icon:img; url:richeng.html";
tree.nodes["2_302"] = "text:我的便签; icon:img;";
tree.nodes["3_400"] = "text:文档管理; icon:img;";
tree.nodes["3_401"] = "text:回收站; icon:img;";
tree.nodes["3_402"] = "text:文件搜索; icon:img;";
tree.nodes["4_500"] = "text:消息管理; icon:img;";
tree.nodes["4_501"] = "text:信箱; icon:img;";
tree.nodes["5_600"] = "text:角色管理; icon:img;";
tree.nodes["5_601"] = "text:登录日志; icon:img;";
tree.nodes["5_602"] = "text:操作日志; icon:img;";
tree.nodes["5_603"] = "text:菜单排序; icon:img;";
tree.nodes["6_700"] = "text:员工签到、签退; icon:img;";
tree.nodes["6_701"] = "text:考勤历史查询; icon:img;";
tree.nodes["6_702"] = "text:考勤统计; icon:img;";
tree.setURL("Catalog.asp");
//tree.setTarget("MzMain");
document.write(tree.toString()); //亦可用 obj.innerHTML = tree.toString();
</script>
</div>
</div>
<div id="Layer2" style="background-image:url(images/topback.gif)"> <img src="images/home.jpg"/> <img src="images/Relogin.jpg"/> <img src="images/modifypass.jpg"/> <img src="images/hidetitle.jpg"/> <img src="images/help.jpg"/> <img src="images/smile.gif"/> 今天是: 2008-8-4 星期一</div>
</div>
<div id="Layer8"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -