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

📄 admin_jsp.java

📁 Name: Book shop manager. 开发语言: Java
💻 JAVA
字号:
package org.apache.jsp.admin;

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

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

  private static java.util.Vector _jspx_dependants;

  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");
      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("\"http://www.w3.org/TR/html4/loose.dtd\">\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
      out.write("<title>¹ÜÀíÔ±µÇ½</title>\r\n");
      out.write("<style type=\"text/css\">\r\n");
      out.write("<!--\r\n");
      out.write(".style15 {font-size: 13px; color: #0099FF; }\r\n");
      out.write("body {\r\n");
      out.write("\tfont-size: 14px;\r\n");
      out.write("\tcolor: #993399;\r\n");
      out.write("}\r\n");
      out.write("INPUT {\r\n");
      out.write("\tFONT-SIZE: 12px; color: #000000; font-family: \"Arial\", \"Helvetica\", \"sans-serif\"\r\n");
      out.write("}\r\n");
      out.write(".style16 {\r\n");
      out.write("\tcolor: #99FF33;\r\n");
      out.write("\tfont-size: 15px;\r\n");
      out.write("}\r\n");
      out.write("-->\r\n");
      out.write("</style>\r\n");
      out.write("</head>\r\n");
      out.write("\r\n");
      out.write("<body>\r\n");
      out.write("<table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"8\"><p align=\"center\">&nbsp;</p>\r\n");
      out.write("    <p align=\"center\">ͼÊé¹ÜÀíϵͳ</p>\r\n");
      out.write("    <p align=\"center\">&nbsp;</p>\r\n");
      out.write("    <p align=\"center\">&nbsp;</p></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"20\" bgcolor=\"#416eab\">&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"25\" bgcolor=\"#6699CC\"><div align=\"center\" class=\"style16\">¹ÜÀíÔ±Óû§µÇ½</div></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"2\" bgcolor=\"#6699CC\">&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"25\" bgcolor=\"#6699cc\">&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"20\" bgcolor=\"#FFFFFF\">&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td><form name=\"form1\" method=\"post\" action=\"login.jsp\">\r\n");
      out.write("      <table width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#0033FF\">\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"50\" colspan=\"2\">&nbsp;</td>\r\n");
      out.write("          </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td width=\"40%\" height=\"20\" bgcolor=\"#FFFFFF\"><div align=\"right\">Óû§Ãû:</div></td>\r\n");
      out.write("          <td><input type=\"text\" name=\"textfield\"></td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"20\" bgcolor=\"#FFFFFF\"><div align=\"right\">ÃÜ¡¡Âë:</div></td>\r\n");
      out.write("          <td><input type=\"password\" name=\"textfield\"></td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"50\" colspan=\"2\">&nbsp;</td>\r\n");
      out.write("          </tr>\r\n");
      out.write("        <tr bgcolor=\"#6699cc\">\r\n");
      out.write("          <td height=\"100\" colspan=\"2\"><div align=\"center\">\r\n");
      out.write("              <input type=\"submit\" name=\"Submit\" value=\"µÇ½\">¡¡¡¡\r\n");
      out.write("              <input type=\"reset\" name=\"Submit\" value=\"È¡Ïû\">\r\n");
      out.write("          </div></td>\r\n");
      out.write("          </tr>\r\n");
      out.write("      </table>\r\n");
      out.write("    </form></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"2\" bgcolor=\"#FFFFFF\"><hr></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"20\" bgcolor=\"#FFFFFF\"><div align=\"center\">\r\n");
      out.write("      <p class=\"style15\">@2005.4-2005.?Made By WangJ At WUHAN University</p>\r\n");
      out.write("      </div></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td bgcolor=\"#FFFFFF\"><div align=\"center\"><span class=\"style15\">All Rights Reserved </span></div></td>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("</body>\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 + -