📄 errorlogin_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class errorlogin_0002ejsp_jsp extends HttpJspBase {
static {
}
public errorlogin_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/errorlogin.jsp";from=(0,51);to=(46,7)]
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"refresh\" content=\"5;url='login.jsp'\">\r\n<title>error</title>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/body.css\" >\r\n</script>\r\n\r\n</head>\r\n\r\n<body topmargin=\"0\" leftmargin=\"0\" background=\"../images/tu_2.gif\" >\r\n<div align=\"center\">\r\n\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"760\" bgcolor=\"#FFFBFF\" background=\"../images/tu_2.gif\">\r\n\r\n<tr>\r\n\t<td>\r\n\t <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n\t\t<tr>\r\n \t \t\t<td width=\"17%\"><img src=\"images/common2.gif\" height=\"32\" width=\"120\"></td>\r\n\t \t\t<td width=\"83%\"><img src=\"images/banner.gif\" height=\"63\" width=\"417\"></td>\r\n \t\t</tr>\r\n\t </table>\r\n\t</td>\r\n</tr>\r\n\r\n <table width=\"100%\" background=\"images/tu_2.gif\">\r\n <tr>\r\n\r\n\t <td width=\"17%\">\r\n\t <table border=\"0\" width=\"100%\" height=\"100%\" cellpadding=\"0\" cellspacing=\"0\">\r\n\t <tr>\r\n\t\t <td><img src=\"images/main_bg2.gif\" width=\"150\" height=\"500\" ></td>\r\n\t </tr>\r\n\t </table>\r\n\t </td>\r\n\t <td width=\"83%\" valign=\"center\" align=\"center\"> <img src=\"images/warn.gif\" width=\"96\" height=\"95\"> \r\n <br>\r\n <font color=\"red\" size=\"+3\" face=\"宋体\">Sorry,你输入的密码不正确或不存在此用户名!</font>\r\n\r\n\t </td>\r\n </table>\r\n</table>\r\n\r\n</div></body>\r\n</html>");
// end
} catch (Throwable t) {
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -