📄 main.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<%
if(session.getAttribute("adminName") == null)
response.sendRedirect("null.htm");
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META name="GENERATOR" content="IBM WebSphere Studio">
<title>中医语料库系统后台管理系统主页</title>
</head>
<frameset rows="118,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="title.htm" name="banner" frameborder="no" noresize="noresize" target="contents" scrolling="no">
<frameset rows="*" cols="158,12,*" frameborder="NO" border="0" framespacing="0" name="main1">
<frame src="functionList.jsp" name="rightFrame" bordercolor="#6699cc">
<frame src="frmControl.htm" name="contents" marginwidth="0" marginheight="0" bordercolor="#8ebde5" target="mainFrame" scrolling="no">
<frame src="welcome.jsp" name="mainFrame" frameborder="no" marginwidth="12" marginheight="16" bordercolor="#468ec4" id="mainFrame" target="_self" scrolling="auto">
</frameset>
<noframes>
<body></body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -