⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login_jsp.java

📁 一套JAVA开发的OA系统,包括工作流,客户管理、个人管理、车辆管理,人事管理等。
💻 JAVA
字号:
package org.apache.jsp.oaweb;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import cn.com.chx.oa.util.Constant;

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(1);
    _jspx_dependants.add("/WEB-INF/struts-html.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=GBK");
      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("\r\n");
      out.write("\r\n");
      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=GBK\">\r\n");
      out.write("<title>用户登录</title>\r\n");
      out.write("<link href=\"");
      out.print(Constant.ROOTPATH);
      out.write("css/1/homecss.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
      out.write("    <script language=\"JavaScript\">\r\n");
      out.write("    <!--\r\n");
      out.write("        javascript:window.history.forward(1);\r\n");
      out.write("    //-->\r\n");
      out.write("    </script>\r\n");
      out.write("\t<script Language=\"JavaScript\">\r\n");
      out.write("function submitForm()\r\n");
      out.write("{\r\n");
      out.write("\tdocument.LoginForm.submit();\r\n");
      out.write("}\r\n");
      out.write("</script>\r\n");
      out.write("</head>\r\n");
      out.write("  <form name=\"LoginForm\"  action=\"/oa/loginAction.do\"  method=\"POST\">\r\n");
      out.write("<body>\r\n");
      out.write("<br>\r\n");
      out.write("\r\n");
      out.write("<table width=\"669\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <th scope=\"col\"><img src=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/1/loginimages/toptu.gif\" width=\"669\" height=\"65\"></th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("<br>\r\n");
      out.write("<table width=\"669\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <th scope=\"col\"><img src=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/1/loginimages/vitu.jpg\" width=\"669\" height=\"116\"></th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("<table width=\"669\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <th width=\"331\" scope=\"col\"><div align=\"left\"><img src=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/1/loginimages/lefttu.jpg\" width=\"331\" height=\"158\"></div></th>\r\n");
      out.write("    <th width=\"338\" scope=\"col\"><table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
      out.write("      <tr>\r\n");
      out.write("        <th scope=\"col\">&nbsp;</th>\r\n");
      out.write("        <th class=\"loginpagemain\" scope=\"col\"><table width=\"100%\" height=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("          <tr>\r\n");
      out.write("            <th width=\"94\" scope=\"col\">&nbsp;</th>\r\n");
      out.write("            <th width=\"112\" height=\"36\" scope=\"col\">&nbsp;</th>\r\n");
      out.write("          </tr>\r\n");
      out.write("          <tr>\r\n");
      out.write("            <th width=\"94\" scope=\"row\">&nbsp;</th>\r\n");
      out.write("            <td height=\"32\"> <input name=\"id\" type=\"text\" class=\"logininput\" ></td>\r\n");
      out.write("          </tr>\r\n");
      out.write("          <tr>\r\n");
      out.write("            <th scope=\"row\">&nbsp;</th>\r\n");
      out.write("            <td height=\"32\"><input name=\"password\" type=\"password\" class=\"logininput\"  onkeyup=\"javascript:if(event.keyCode==13) document.forms[0].Submit4.click()\"></td>\r\n");
      out.write("          </tr>\r\n");
      out.write("          <tr>\r\n");
      out.write("            <th height=\"32\" colspan=\"2\" scope=\"row\">\r\n");
      out.write("              <input name=\"Submit4\" type=\"button\"  class=\"button\" value=\"登 录\" onclick=\"submitForm();\">\r\n");
      out.write("              <input name=\"Submit22\" type=\"button\" class=\"button\" value=\"取 消\">\r\n");
      out.write("           </th>\r\n");
      out.write("            </tr>\r\n");
      out.write("        </table></th>\r\n");
      out.write("        <th scope=\"col\">&nbsp;</th>\r\n");
      out.write("      </tr>\r\n");
      out.write("      <tr>\r\n");
      out.write("        <th scope=\"row\">&nbsp;</th>\r\n");
      out.write("        <td>&nbsp;</td>\r\n");
      out.write("        <td>&nbsp;</td>\r\n");
      out.write("      </tr>\r\n");
      out.write("    </table></th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("<p>&nbsp;</p>\r\n");
      out.write("<p>&nbsp;</p>\r\n");
      out.write("<table width=\"669\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <th class=\"navlist\" scope=\"col\">北京四通搏运软件技术有限公司版权所有 copyright 2004<br>\r\n");
      out.write("  </th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("\r\n");
      out.write("</body>\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 + -