📄 user.jsp
字号:
<%@ page contentType="text/html; charset=gbk" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<script src="/bishe/js/tree.js"></script>
<!-- TemplateBeginEditable name="doctitle" -->
<title>安全监察系统-安全审计职能</title>
<!-- TemplateEndEditable -->
<link rel="stylesheet" rev="stylesheet" href="../css/main.css" type="text/css" media="all" />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<jsp:useBean id="jdbcbean" class="manage.JdbcBean" />
<body bgcolor="#FFFFFF">
<%!String check="";%>
<%
check=(String)session.getAttribute("login");
if(check==null)
response.sendRedirect("/bishe/check.jsp");
%>
<table width="770" height="423" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td height="421" bgcolor="#FFFFFF"><table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="359"><img src="../images/logo.GIF" width="322" height="69"></td>
<td width="411" align="right" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td colspan="2"><img src="../images/TOPBAR.GIF" width="770" height="69"></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<table width="770" height="290" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="167" height="290" align="left" valign="top" bgcolor="#FF9900">
<div align="center">
<br>
<p><a href="/bishe/index.jsp">返回登录</a></p>
<p>
<script >
var tree=new Tree("tree","安全审计职能","");
tree.root.addChild(
(a1=new TreeItem("系统管理","document.getElementById('img' + a1.id).click();"))
);
a1.addChild(
(a11=new TreeItem("数据库维护","useApp('/bishe/sysmanage/databasemanage.jsp')")),
(a12=new TreeItem("用户维护","useApp('/bishe/sysmanage/usermanage.jsp')")),
(a13=new TreeItem("系统审计","useApp('/bishe/sysmanage/sysaudit.jsp')"))
);
tree.show();
document.getElementById('img' + a1.id).click();
</script>
</p>
<p> </p>
<p> </p>
<p> </p>
<br>
</div></td>
<td width="603" align="center" valign="top">
<table width="100%" height="85%" border="0" cellpadding="3" cellspacing="1" bgcolor="#666666">
<tr>
<td width="488" height="292" align="center" valign="top" bgcolor="#FFCC33"><br>
</td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
<script>
function useApp(headUrl) {
location.href=headUrl;
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -