client_tree.jsp
来自「java大型企业DRP系统源码带sql数据库」· JSP 代码 · 共 64 行
JSP
64 行
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@ page import="com.bjsxt.drp.basedata.*" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<link rel="stylesheet" href="../style/drp.css">
<style type="text/css">
<!--
a:link {
text-decoration: none;
color: #000000;
font-size: 9pt;
font-family: 宋体;
}
a:visited {
text-decoration: none;
color: #000000;
font-size: 9pt;
font-family: 宋体;
}
a:hover {
text-decoration: none;
color: #000000;
font-size: 9pt;
font-family: 宋体;
}
a:active {
text-decoration: none;
color: #000000;
font-size: 9pt;
font-family: 宋体;
}
-->
</style>
<script language="JavaScript">
<!--
function display(id) {
eval("var div=div"+id);
eval("var img=img"+id);
eval("var im=im"+id);
div.style.display=div.style.display!="none"?"none":"block";
img.src=div.style.display!="none"?"../images/minus.gif":"../images/plus.gif";
im.src=div.style.display!="none"?"../images/openfold.gif":"../images/closedfold.gif";
img.alt=div.style.display!="none"?"关闭":"展开";
}
//-->
</script>
</head>
<body class="body1">
<table>
<tr>
<td valign="top" nowrap="nowrap">
<%=ClientManager.getInstance().getTreeString() %>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?