📄 login_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.web.util.PageUrlManage;
public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(2);
_jspx_dependants.add("/WEB-INF/struts-html.tld");
_jspx_dependants.add("/WEB-INF/struts-bean.tld");
}
public java.util.List 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,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
out.write("<HTML>\r\n");
out.write("<HEAD>\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("<META http-equiv=\"Content-Type\" content=\"text/html; charset=GB18030\">\r\n");
out.write("<META name=\"GENERATOR\" content=\"IBM WebSphere Studio\">\r\n");
out.write("<script language=javascript src=\"");
out.print(request.getContextPath());
out.write("/js/univerify.js\"></script>\r\n");
out.write("<script language=javascript src=\"");
out.print(request.getContextPath());
out.write("/js/layer.js\"></script>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write("body { \r\n");
out.write("\tmargin-left: 0px;\r\n");
out.write("\tmargin-top: 0px;\r\n");
out.write("\tmargin-right: 0px;\r\n");
out.write("\tmargin-bottom: 0px;\r\n");
out.write("}\r\n");
out.write("td { font-size: 12px}\r\n");
out.write(".STYLE1 {\r\n");
out.write("\tfont-size: 36px;\r\n");
out.write("\tfont-weight: bold;\r\n");
out.write("}\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("<TITLE>用户登录</TITLE>\r\n");
out.write("</HEAD>\r\n");
out.write("<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\r\n");
if(request.getSession().getAttribute("LOGIN_USER")!=null){
session.setAttribute("PAGE_MANAGE",null);
if(request.getParameter("login")!=null)
out.println("<script language=javascript>location.href='default.jsp';</script>");
}
out.write("\r\n");
out.write("<form method=\"post\" action=\"UserServlet\" onSubmit=\"return verifyAll(this)\"> \r\n");
out.write("<table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td align=\"center\">\r\n");
out.write("<table width=\"768\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"766\" height=\"431\">\r\n");
out.write(" \t<table width=\"100%\" height=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" >\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"20\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"324\"align=\"center\" ><span class=\"STYLE1\">工业进销存管理系统</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"5%\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"30\"><div align=\"center\" >\r\n");
out.write(" \r\n");
out.write(" 用户名:\r\n");
out.write(" <input name=\"userId\" nullable=\"no\" datatype=\"text\" chname=\"用户名\">\r\n");
out.write(" \r\n");
out.write(" 密码:\r\n");
out.write(" <input type=\"password\" name=\"userPwd\" nullable=\"no\" chname=\"密码\">\r\n");
out.write(" \r\n");
out.write(" <input value=\"登录\" type=\"submit\">\r\n");
out.write(" <input name=\"actionType\" value=\"login\" type=\"hidden\">\r\n");
out.write(" </div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr> \r\n");
out.write(" \r\n");
out.write(" </table> \r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("\t \r\n");
out.write("\t \r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</form>\r\n");
out.write("</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 + -