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

📄 footer_jsp.java

📁 一个小公司要求给写的很简单的任务管理系统。
💻 JAVA
字号:
package org.apache.jsp.inc;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.xjfc.Globals;
import com.xjfc.util.FileLog;

public final class footer_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/tld/c.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("<link href=\"");
      out.print(request.getContextPath());
      out.write("/css/foot.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
      out.write("<div id=\"foot\">\r\n");
      out.write("  <div class=\"foot1\">\r\n");
      out.write("    <div class=\"foot1_a\"><img src=\"../img/index/xjfc_23_1.gif\" width=\"1\" height=\"33\" alt=\"\" /></div>\r\n");
      out.write("    <div class=\"foot1_b\">\r\n");
      out.write("      <li><a href=\"");
      out.print(request.getContextPath());
      out.write("/help/about_us/index.jsp\" target=\"_blank\">关于我们</a></li>\r\n");
      out.write("      <li><a href=\"");
      out.print(request.getContextPath());
      out.write("/help/authentication/index.jsp\" target=\"_blank\">资质证明</a></li>\r\n");
      out.write("      <li><a href=\"");
      out.print(request.getContextPath());
      out.write("/help/service/index.jsp\" target=\"_blank\">用户须知</a></li>\r\n");
      out.write("      <li><a href=\"");
      out.print(request.getContextPath());
      out.write("/help/contact_us/index.jsp\" target=\"_blank\">联系我们</a></li>\r\n");
      out.write("      <li><a href=\"");
      out.print(request.getContextPath());
      out.write("/help/web_map/index.jsp\" target=\"_blank\">网站地图</a></li>\r\n");
      out.write("    </div>\r\n");
      out.write("    <div class=\"foot1_c\"><img src=\"");
      out.print(request.getContextPath());
      out.write("/img/index/xjfc_23_1.gif\" width=\"1\" height=\"33\" alt=\"\" /></div>\r\n");
      out.write("  </div>\r\n");
      out.write("  <div class=\"foot2\">Copyright &copy; 2000-2007  All Rights Reserved</div>\r\n");
      out.write("  <div class=\"foot2\">版权所有 新疆福利彩票网  备案:京 ICP 证020298号</div>\r\n");
      out.write("  <div class=\"foot3\"><a href=\"http://www.hd315.gov.cn/beian/view.asp?bianhao=010202007112700007\" target=\"_blank\"><img src=\"");
      out.print(request.getContextPath());
      out.write("/img/index/b03.gif\" alt=\"\" border=\"0\" /></a><a href=\"http://net.china.cn/\" target=\"_blank\"><img src=\"");
      out.print(request.getContextPath());
      out.write("/img/index/b02.gif\" alt=\"\" border=\"0\" /></a><a href=\"http://www.bj.cyberpolice.cn/index.htm\" target=\"_blank\"><img src=\"");
      out.print(request.getContextPath());
      out.write("/img/index/b04.gif\" alt=\"\" border=\"0\" /></a></div>\r\n");
      out.write("</div>\r\n");
      out.write("\r\n");
      out.write("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">\r\n");
      out.write("</script>\r\n");
      out.write("<script type=\"text/javascript\">\r\n");
      out.write("_uacct = \"UA-3053467-1\";\r\n");
      out.write("urchinTracker();\r\n");
      out.write("</script>\r\n");
      out.write("\r\n");
      out.write("\r\n");

	String sfid = request.getParameter("sfid");
	if(sfid != null && ! sfid.trim().equals("")){
		session.setAttribute(Globals.SFID, sfid);		
	}
	
	try{	
		FileLog.append(request);
	} catch (Exception e) {
	
	}

    } 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 + -