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

📄 if_005fmain_jsp.java

📁 Email营销是在用户事先许可的前提下
💻 JAVA
字号:
package org.apache.jsp;

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

public final class if_005fmain_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=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');
      out.write('\n');
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "header.jsp", out, false);
      out.write('\r');
      out.write('\n');

	String gid = (String)session.getAttribute("groupID");
	String uid = (String)session.getAttribute("userID");
	String uname = (String)session.getAttribute("userName");
    /*
	if ( (gid == null)||(uname==null))
	{
		System.out.println("rdirect from main.jsp to login.jsp");
		response.sendRedirect("if_login.jsp"); 
		return;
	}
    */
	

      out.write("\r\n");
      out.write("<center>\r\n");
      out.write("<div id=\"qiksearch_div\">\r\n");
      out.write("<TABLE cellSpacing=0 cellPadding=0 width=\"98%\" align=center border=0><TBODY><TR>\r\n");
      out.write("<TD  align=center >\r\n");
      out.write("<table border=\"0\" align=\"center\" >\r\n");
      out.write("<tr>\r\n");
      out.write("<td bgcolor=buttonface  align=right >\r\n");
      out.write("<img id=imgx src=./back/cert1.gif height=300 width=200 style=\"filter:alpha(style=2,opacity=95)\">\r\n");
      out.write("</td>\r\n");
      out.write("    \r\n");
      out.write("     <td id=xxx background=./back/back.jpg width=400 height=266 style=\"background-repeat:no-repeat;filter:alpha(style=2,opacity=95)\">\r\n");
      out.write("     <div style=\"position:absolute; \">\r\n");
      out.write("      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n");
      out.write("      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n");
      out.write("      <img src=./back/bird.gif>\r\n");
      out.write("      </div>\r\n");
      out.write("      <marquee style=\"filter:alpha(style=2,opacity=90)\" scrollAmount=1 onmouseover=\"this.scrollAmount=0\" onmouseout=\"this.scrollAmount=1\" direction=up>\r\n");
      out.write("      <table border=\"0\" align=\"center\">\r\n");
      out.write("      <tr>\r\n");
      out.write("      <td width=50>&nbsp;</td>\r\n");
      out.write("      <td align=left>\r\n");
      out.write("   生命还在继续,<br><br>\r\n");
      out.write("   灵魂却迷失于苍凉的天地,<br><br>\r\n");
      out.write("   满腔的热血,<br><br>\r\n");
      out.write("   化归空灵的呼唤,<br><br>\r\n");
      out.write("   只因为你……<br><br>\r\n");
      out.write("      </td></tr></table>\r\n");
      out.write("\r\n");
      out.write("      </marquee>\r\n");
      out.write("     </div>\r\n");
      out.write("    </td>\r\n");
      out.write("<td bgcolor=buttonface align=left>\r\n");
      out.write("<img id=imgy src=./back/cert2.gif height=300 width=200 style=\"filter:alpha(style=2,opacity=95)\">\r\n");
      out.write("</td>\r\n");
      out.write("</tr>\r\n");
      out.write("</table>\r\n");
      out.write("</TD>\r\n");
      out.write("</TR></TBODY></TABLE>\r\n");
      out.write("</div></center>\r\n");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "footer.html", out, false);
    } 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 + -