📄 index_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.List _jspx_dependants;
static {
_jspx_dependants = new java.util.ArrayList(1);
_jspx_dependants.add("/logo.jsp");
}
public Object getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"errorpage.jsp", true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n");
out.write("<title>在线考试系统</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write("#Layer1 {\r\n");
out.write("\tposition:absolute;\r\n");
out.write("\twidth:315px;\r\n");
out.write("\theight:115px;\r\n");
out.write("\tz-index:1;\r\n");
out.write("\tleft: 405px;\r\n");
out.write("\ttop: 356px;\r\n");
out.write("}\r\n");
out.write(".STYLE1 {color: #0000FF}\r\n");
out.write(".STYLE2 {font-size: larger}\r\n");
out.write(".STYLE3 {color: #0000FF; font-size: xx-large; }\r\n");
out.write(".STYLE4 {font-size: xx-large}\r\n");
out.write("#Layer2 {\r\n");
out.write("\tposition:absolute;\r\n");
out.write("\twidth:175px;\r\n");
out.write("\theight:115px;\r\n");
out.write("\tz-index:2;\r\n");
out.write("\tleft: 225px;\r\n");
out.write("\ttop: 286px;\r\n");
out.write("}\r\n");
out.write("#Layer3 {\r\n");
out.write("\tposition:absolute;\r\n");
out.write("\twidth:200px;\r\n");
out.write("\theight:115px;\r\n");
out.write("\tz-index:3;\r\n");
out.write("\tleft: 641px;\r\n");
out.write("\ttop: 291px;\r\n");
out.write("}\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("</head>\r\n");
out.write(" ");
out.write("\r\n");
out.write("<html>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write(".STYLE6 {color: #FF00FF}\r\n");
out.write(".STYLE8 {color: #FFFF00; font-weight: bold; font-size: 33px; }\r\n");
out.write(".STYLE10 {color: #0000FF; font-weight: bold; font-size: 33px; }\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("<body>\r\n");
out.write("<marquee>\r\n");
out.write(" <span class=\"STYLE10\">认真做好每个题</span><img src=\"images/9B9D1B55F430A9C334AD4873BA6A8391.gif\" width=\"32\" height=\"32\"><span class=\"STYLE10\">你就是胜利的\r\n");
out.write(" </span>\r\n");
out.write("</marquee>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
out.write("\r\n");
out.write("<img src=\"images/0ak=_JNYgJh1benq8.jpg\" width=\"1024\" height=\"768\">\r\n");
out.write("<div id=\"Layer2\"><img src=\"images/4.gif\"></div>\r\n");
out.write("<div id=\"Layer3\"><img src=\"images/9B9D1B55F430A9C334AD4873BA6A8391.gif\" width=\"32\" height=\"32\"></div>\r\n");
out.write("<div id=\"Layer1\">\r\n");
out.write(" <p align=\"left\"><span class=\"STYLE1\"><span class=\"STYLE2\"><span class=\"STYLE4\"><a href=\"teacher-login.jsp\" target=\"mainFrame\">老师登录</a></span></span></span></p>\r\n");
out.write(" <p align=\"left\"><span class=\"STYLE3\"><a href=\"student-login.jsp\" target=\"mainFrame\">学生登录</a></span></p>\r\n");
out.write("</div>\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("</body>\r\n");
out.write("</noframes></html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -