?? 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 + -