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

📄 loginfailed_jsp.java

📁 This is a project used to find a corresondin location from place
💻 JAVA
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class loginfailed_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();

  private static java.util.Vector _jspx_dependants;

  private org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector;

  public Object getDependants() {
    return _jspx_dependants;
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    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 {
      response.setContentType("text/html");
      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;
      _jspx_resourceInjector = (org.apache.jasper.runtime.ResourceInjector) application.getAttribute("com.sun.appserv.jsp.resource.injector");

      out.write("\n");
      out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">\n");
      out.write("<head>\n");
      out.write("\t<!-- TemplateBeginEditable name=\"doctitle\" -->\n");
      out.write("\t<title>Free Website Templates</title>\n");
      out.write("\t<!-- TemplateEndEditable --><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n");
      out.write("\t<link href=\"style.css\" rel=\"stylesheet\" type=\"text/css\" />\n");
      out.write("<style type=\"text/css\">\n");
      out.write("<!--\n");
      out.write("\n");
      out.write("body {\n");
      out.write("\tbackground-color: #44648A\n");
      out.write("     }\n");
      out.write(".style4 {\n");
      out.write("\tfont-family: \"Courier New\", Courier, mono;\n");
      out.write("\tfont-style: italic;\n");
      out.write("\tfont-size: 14px;\n");
      out.write("        }\n");
      out.write(".style8 {\n");
      out.write("\tfont-family: Georgia, \"Times New Roman\", Times, serif;\n");
      out.write("\tfont-style: italic;\n");
      out.write("\tfont-size: 14px;\n");
      out.write("\tcolor: #33FF00;\n");
      out.write("        }\n");
      out.write(".style9 {color: #FFFF00}\n");
      out.write("-->\n");
      out.write("</style>\n");
      out.write("<!-- TemplateBeginEditable name=\"head\" --><!-- TemplateEndEditable -->\n");
      out.write("</head>\n");
      out.write("\n");
      out.write("<body>\n");
      out.write("   \n");
      out.write("    <div id=\"wrapper\">\n");
      out.write("      <div id=\"wrapper-i\">\n");
      out.write("<img src=\"images/headernew1.JPG\" alt=\"\" name=\"smitha\" width=\"100%\" height=\"193\" hspace=\"0\" vspace=\"0\" id=\"smitha\" />\n");
      out.write("<!-- end header -->\n");
      out.write("<!-- end spacer -->\n");
      out.write("<div id=\"body\">\n");
      out.write("  <div id=\"body-i\">\n");
      out.write("    <div id=\"right\">\n");
      out.write("        \n");
      out.write("                  <h2 align=\"left\" class=\"style9\"><img src=\"images/toppic.gif\" width=\"328\" height=\"70\" /> </h2>\n");
      out.write("                  <h2 align=\"left\" class=\"style9\">If you are an administrator please login </h2>\n");
      out.write("                  <table width=\"180\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\" class=\"text\">\n");
      out.write("                    <tr bordercolor=\"#A9AB87\">\n");
      out.write("                      <td bordercolor=\"#E1E2D4\" bgcolor=\"#E1E2D4\"><div align=\"left\"><b><font size=\"2\" face=\"Arial, Helvetica, sans-serif\" color=\"#FFFFFF\">&nbsp;<a name=\"01\" id=\"01\"></a>&nbsp;</font> Admin Login</b></div></td>\n");
      out.write("                    </tr>\n");
      out.write("                    <tr bordercolor=\"#A9AB87\">\n");
      out.write("                      <td bordercolor=\"#E1E2D4\"><div align=\"right\">\n");
      out.write("                           <form method=post action=\"./authentication.jsp\">\n");
      out.write("                              <table width=\"160\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" bordercolor=\"#FFFFFF\" align=\"center\" class=\"text\">\n");
      out.write("                            <tr>\n");
      out.write("                              <td valign=\"top\" bordercolor=\"#CCCCCC\"><div align=\"left\">Username<br />\n");
      out.write("                                      <input type=\"text\" name=\"adminname\" size=\"15\" />\n");
      out.write("                                      <br />\n");
      out.write("                              </div></td>\n");
      out.write("                            </tr>\n");
      out.write("                            <tr>\n");
      out.write("                              <td valign=\"top\" bordercolor=\"#CCCCCC\">Password<br />\n");
      out.write("                                  <input type=\"password\" name=\"password\" size=\"15\" />\n");
      out.write("                              </td>\n");
      out.write("                            </tr>\n");
      out.write("                            <tr>\n");
      out.write("                              <td valign=\"top\" bordercolor=\"#CCCCCC\" height=\"33\"><input type=\"submit\" name=\"Submit\" value=\"Login\" />\n");
      out.write("                              </td>\n");
      out.write("                            </tr>\n");
      out.write("                            <tr>\n");
      out.write("                                <td>Invalid user id or password</td>\n");
      out.write("                                </tr>\n");
      out.write("                            </table>\n");
      out.write("                        </form>\n");
      out.write("                        </div></td>\n");
      out.write("                    </tr>\n");
      out.write("                  </table>\n");
      out.write("                  <p class=\"style4\">&nbsp;</p>\n");
      out.write("                  <h2>&nbsp;</h2>\n");
      out.write("                  \n");
      out.write("                  <p class=\"style4\">&nbsp;</p>\n");
      out.write("        </div>\n");
      out.write("                <div id=\"left\"><!-- TemplateBeginEditable name=\"EditRegion1\" -->\n");
      out.write("<div id=\"bullets\"></div>\n");
      out.write("                  <!-- TemplateEndEditable -->\n");
      out.write("                  <!-- end bullets -->\n");
      out.write("                      <h2><img src=\"images/17631.jpg\" width=\"127\" height=\"207\" /></h2>\n");
      out.write("                  </div>\n");
      out.write("                <!-- end left -->\n");
      out.write("                  <!-- end right -->\n");
      out.write("<div id=\"footer-p\">\n");
      out.write("        </div><!-- end footer-p -->\n");
      out.write("                  <div id=\"footer\"><div class=\"l\"><div class=\"r\">\n");
      out.write("                      <div id=\"foot-nav\"><div class=\"l\">\n");
      out.write("                        <div class=\"r\">                    <a href=\"indexnew.htm\">HOME      &nbsp;</a>|&nbsp;\n");
      out.write("                          <a href=\"services.htm\">SERVICES</a>  &nbsp;|&nbsp;\n");
      out.write("                          <a href=\"contactus.htm\">CONTACT US</a>\n");
      out.write("                      </div>\n");
      out.write("                      </div></div>\n");
      out.write("                      <!-- end foot-nav -->\n");
      out.write("                  </div>\n");
      out.write("                  </div></div><!-- end footer -->\n");
      out.write("      </div><!-- end body-i -->\n");
      out.write("        </div>\n");
      out.write("<!-- end body -->\n");
      out.write("    </div><!-- end wrapper-i -->\n");
      out.write("  </div><!-- end wrapper -->\n");
      out.write("         \n");
      out.write("    </body>\n");
      out.write("</html>\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 {
      _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -