📄 manage.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<jsp:useBean id="offLogBean" class="com.officelog.OffLogBean" scope="page"/>
<%
boolean isUser=false;
isUser=offLogBean.chkUser(request,response);
if(!isUser)
response.sendRedirect("failLogin.html");
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link rel="stylesheet" href="html.css">
<title>管理专区</title>
<frameset framespacing="0" cols="190,*" frameborder="0">
<frameset rows="150,*" frameborder="NO" border="0" framespacing="0">
<frame src="/OfficeLog/clock.jsp" name="lefttop" scrolling="NO" noresize >
<frame name="left" scrolling="auto" marginwidth="0" marginheight="0" src="/OfficeLog/left.jsp">
</frameset>
<frame name="right" scrolling="auto" marginwidth="0" marginheight="0" src="/OfficeLog/main.jsp">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -