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

📄 head_jsp.java

📁 网上购书系统
💻 JAVA
字号:
package org.apache.jsp;

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

public final class head_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; 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("\r\n<style type=\"text/css\">\r\n<!--\r\n.style3 {font-size: small}\r\n-->\r\n</style>\r\n\r\n<table width=\"762\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n  <!--DWLayoutTable-->\r\n  <tr>\r\n    <td width=\"154\" height=\"64\" align=\"center\" valign=\"middle\"><img src=\"img/LOGO.png\" width=\"116\" height=\"52\"></td>\r\n\r\n    <td width=\"608\" align=\"center\" vAlign=\"middle\"\r\n                    bgColor=\"#ffffff\">\r\n      <p><a href=\"SelectBooks.jsp\">首页</a>|<a href=\"userReg.jsp\">注册用户</a>|<a href=\"Login.jsp\">用户登陆</a>|<a href=\"BookClass.jsp\">图书分类</a>|<a href=\"myspace.jsp\">我的地带</a>|<a href=\"BookCarList.jsp\"><img src=\"img/06baihuo_daohang_11.gif\" border=\"0\">&nbsp;购物车</a></p></td>\r\n  </tr>\r\n  <tr>\r\n    <td height=\"145\" colspan=\"2\" align=\"right\" valign=\"middle\" class=\"Head\"><img src=\"img/tonglan_lxq060731_01.jpg\" width=\"89\" height=\"145\"><img src=\"img/tonglan_lxq060731_02.jpg\" width=\"95\" height=\"145\"><img src=\"img/tonglan_lxq060731_03.jpg\" width=\"99\" height=\"145\"><img src=\"img/tonglan_lxq060731_04.jpg\" width=\"100\" height=\"145\"><img src=\"img/tonglan_lxq060731_05.jpg\" width=\"110\" height=\"145\"><img src=\"img/tonglan_lxq060731_06.jpg\" width=\"99\" height=\"145\"><img src=\"img/tonglan_lxq060731_07.jpg\" width=\"81\" height=\"145\"><img src=\"img/tonglan_lxq060731_08.jpg\" width=\"87\" height=\"145\"></td>\r\n");
      out.write("  </tr>\r\n  <tr>\r\n    <td height=\"60\" colspan=\"2\" valign=\"top\"><img src=\"img/dangdang(4)_1.gif\" width=\"441\" height=\"60\"><img src=\"img/dangdang(4)_2.gif\" width=\"319\" height=\"60\"></td>\r\n  </tr>\r\n  <tr>\r\n    <td height=\"60\" colspan=\"2\" valign=\"top\"><img src=\"img/jsjbanner_ljj060727_1.gif\" width=\"207\" height=\"60\"><img src=\"img/jsjbanner_ljj060727_2.gif\" width=\"213\" height=\"60\"><img src=\"img/jsjbanner_ljj060727_3.gif\" width=\"186\" height=\"60\"><img src=\"img/jsjbanner_ljj060727_4.gif\" width=\"154\" height=\"60\"></td>\r\n  </tr>\r\n</table>\r\n\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 + -