📄 framemenujc.jsp
字号:
<%@page contentType="text/html; charset=GB2312"%>
<!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>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link rel="StyleSheet" href="css/dtree.css" type="text/css" />
<script type="text/javascript" src="js/dtree.js"></script>
</head>
<body bgcolor="#DFE1ED">
<table width="160" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" bgcolor="#928CBA"><div align="center"><img src="images/sys_shuaxin.gif" alt="刷新" width="37" height="20" /></div></td>
<td bgcolor="#928CBA"><div align="center"><img src="images/sys_zhankai.gif" alt="展开" width="37" height="20" /></div></td>
<td bgcolor="#928CBA"><div align="center"><img src="images/sys_zhedie.gif" alt="折叠" width="37" height="20" /></div></td>
<td bgcolor="#928CBA"><div align="center"><img src="images/sys_arr.gif" alt="关闭菜单" width="21" height="21" /></div></td>
</tr>
<tr>
<td height="1" colspan="4" bgcolor="#7A74A5"></td>
</tr>
</table>
<table width="160" border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="160" height="10"></td>
</tr>
<tr>
<td>
<div class="dtree">
<script type="text/javascript">
<!--
d = new dTree('d');
d.add(0,-1,'基础信息管理');
d.add(1,0,'基础信息','menuJC/menuJC01.jsp','','mainFrame');
d.add(11,1,'部门信息','${pageContext.request.contextPath}/deptEdit.do?method=listDept','','mainFrame');
d.add(12,1,'职务信息','${pageContext.request.contextPath}/prlEdit.do?method=listprl','','mainFrame');
d.add(13,1,'设备分类','${pageContext.request.contextPath}/equsortEdit.do?method=listequsort','','mainFrame');
d.add(2,0,'前期管理','menuJC/menuJC01.jsp','','mainFrame');
d.add(21,2,'供应商管理','${pageContext.request.contextPath}/proEdit.do?method=listpro','','mainFrame');
d.add(22,2,'合同明细管理','menuJC/menuJC01.jsp','','mainFrame');
d.add(23,2,'固定资产投资计划','menuJC/menuJC01.jsp','','mainFrame');
document.write(d);
//-->
</script>
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -