?? login_0002derr_0002ejsp_jsp.java
字號:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class login_0002derr_0002ejsp_jsp extends HttpJspBase {
static {
}
public login_0002derr_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=GBK");
pageContext = _jspxFactory.getPageContext(this, request, response,
"LoginFormErrorPage.jsp", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/login-err.jsp";from=(0,60);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(1,62);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(2,60);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(3,66);to=(4,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(4,58);to=(5,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(5,58);to=(6,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(6,46);to=(7,0)]
out.write("\r\n");
// end
// HTML // begin [file="/login-err.jsp";from=(7,48);to=(19,16)]
out.write("\r\n<html>\r\n<head>\r\n<title> Login </title>\r\n<style type=\"text/css\">\r\n<!--\r\n.back { background-attachment: fixed; background-image: url(images/back_login.gif); background-repeat: no-repeat; background-position: center center}\r\n-->\r\n</style>\r\n</head>\r\n<body class=\"back\">\r\n<div id=\"Layer1\" style=\"position:absolute; left:259px; top:153px; width:376px; height:160px; z-index:1\">\r\n <form action=\"");
// end
// begin [file="/login-err.jsp";from=(19,19);to=(19,57)]
out.print(response.encodeURL("j_security_check"));
// end
// HTML // begin [file="/login-err.jsp";from=(19,59);to=(82,0)]
out.write("\" method=\"post\">\r\n<div align=\"center\">\r\n <center>\r\n <table border=\"0\" width=\"78%\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"100%\" height=\"126\">\r\n <table width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"141\">\r\n <tr>\r\n <td width=\"16%\"> </td>\r\n <td width=\"20%\"> </td>\r\n <td width=\"14%\"> </td>\r\n <td width=\"50%\"> </td>\r\n </tr>\r\n <tr valign=\"middle\">\r\n <td width=\"16%\" align=\"center\"> </td>\r\n <td width=\"20%\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"-2\" color=\"#990000\">Username:</font></td>\r\n <td width=\"14%\"> </td>\r\n <td width=\"50%\">\r\n <input type=\"text\" name=\"j_username\" size=\"20\">\r\n </td>\r\n </tr>\r\n <tr valign=\"middle\">\r\n <td width=\"16%\" align=\"center\" height=\"23\"> </td>\r\n <td width=\"20%\" height=\"23\"><font size=\"-2\" face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#990000\">Password:</font>\r\n </td>\r\n <td width=\"14%\" height=\"23\"> </td>\r\n <td width=\"50%\" height=\"23\">\r\n <input type=\"password\" name=\"j_password\" size=\"20\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"16%\"> </td>\r\n <td width=\"20%\"> </td>\r\n <td width=\"14%\"> </td>\r\n <td width=\"50%\"></td>\r\n </tr>\r\n <tr>\r\n <td width=\"16%\"> </td>\r\n <td width=\"20%\"> </td>\r\n <td width=\"14%\"> </td>\r\n <td width=\"50%\">\r\n <input type=\"submit\" name=\"Submit\" value=\"Login\">\r\n <input type=\"reset\" value=\"Reset\" name=\"reset\">\r\n <input type='hidden' name='j_uri' value='/do/main'>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td width=\"16%\"> </td>\r\n <td width=\"20%\"> </td>\r\n <td colspan=\"2\" align=\"center\"><font size=\"-2\" face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#990000\">Login\r\n failed! please try again.</font></td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n </table>\r\n </center>\r\n </div>\r\n </form>\r\n</div>\r\n<span class=\"back\"></span> <span class=\"back\"></span>\r\n</body>\r\n</html>\r\n");
// 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 + -