userGzbwDeleteSuccess_0002ejsp_jsp.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:5k
源码类别:

企业管理

开发平台:

Java

  1. package jsp.information.tool;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. import org.apache.jasper.runtime.*;
  6. public class userGzbwDeleteSuccess_0002ejsp_jsp extends HttpJspBase {
  7.   private static java.util.Vector _jspx_includes;
  8.   public java.util.List getIncludes() {
  9.     return _jspx_includes;
  10.   }
  11.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  12.         throws java.io.IOException, ServletException {
  13.     JspFactory _jspxFactory = null;
  14.     javax.servlet.jsp.PageContext pageContext = null;
  15.     HttpSession session = null;
  16.     ServletContext application = null;
  17.     ServletConfig config = null;
  18.     JspWriter out = null;
  19.     Object page = this;
  20.     JspWriter _jspx_out = null;
  21.     try {
  22.       _jspxFactory = JspFactory.getDefaultFactory();
  23.       response.setContentType("text/html; charset=gb2312");
  24.       pageContext = _jspxFactory.getPageContext(this, request, response,
  25.        null, true, 8192, true);
  26.       application = pageContext.getServletContext();
  27.       config = pageContext.getServletConfig();
  28.       session = pageContext.getSession();
  29.       out = pageContext.getOut();
  30.       _jspx_out = out;
  31.       out.write("rn");
  32. String manager=(String)session.getAttribute("manager");
  33.       out.write("rn");
  34.       out.write("<meta http-equiv="refresh" content="3;URL=userGzbwSelect.do?manager=");
  35.       out.print(manager);
  36.       out.write("">rn");
  37.       out.write("<html>rn");
  38.       out.write("<head>rn");
  39.       out.write("<meta http-equiv="Content-Type" content="text/html; charset=gb2312">rn");
  40.       out.write("<title>宸ヤ綔澶囧繕鍒犻櫎");
  41.       out.write("</title>rn");
  42.       out.write("<style type="text/css">rn");
  43.       out.write("<!--rnbody {rntbackground-color: #000000;rntmargin-left: 0px;rntmargin-top: 0px;rn}rn.style1 {font-size: 11pt}rntd{rnfont-size:9pt;rn}rna{rnfont-size:9pt;rncolor:#0000ff;}rna:hover{rnfont-size:12px;rncolor:#990000;}rn.style3 {font-size: 11pt}rn-->rn");
  44.       out.write("</style>");
  45.       out.write("</head>rnrn");
  46.       out.write("<body>rn");
  47.       out.write("<table width="579"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">rn  ");
  48.       out.write("<tr>rn    ");
  49.       out.write("<td>&nbsp;");
  50.       out.write("</td>rn  ");
  51.       out.write("</tr>rn");
  52.       out.write("</table>rn");
  53.       out.write("<table width="579" border="0" cellpadding="0" cellspacing="0">rn  ");
  54.       out.write("<tr>rn    ");
  55.       out.write("<td align="left" valign="top" bgcolor="#FFFFFF">rnt");
  56.       out.write("<table width="579" height="487"  border="0" cellpadding="0" cellspacing="0">rn  ");
  57.       out.write("<tr>rn    ");
  58.       out.write("<td align="left" valign="top" bgcolor="#FFFFFF">");
  59.       out.write("<table width="579" border="0" cellpadding="0" cellspacing="0">rn        ");
  60.       out.write("<tr>rn          ");
  61.       out.write("<td width="2%" height="28">&nbsp;");
  62.       out.write("</td>rn          ");
  63.       out.write("<td width="9%" background="images/circle.jpg">&nbsp;");
  64.       out.write("</td>rn          ");
  65.       out.write("<td width="89%" bgcolor="#FFFFFF">");
  66.       out.write("<span class="style3">宸ヤ綔澶囧繕鍒犻櫎鎴愬姛");
  67.       out.write("</span>");
  68.       out.write("</td>rn        ");
  69.       out.write("</tr>rn        ");
  70.       out.write("<tr style="line-height:2px">rn          ");
  71.       out.write("<td width="2%" height="5">&nbsp;");
  72.       out.write("</td>rn          ");
  73.       out.write("<td height="5" colspan="2" bgcolor="#D4D0C8">&nbsp;");
  74.       out.write("</td>rn        ");
  75.       out.write("</tr>rn        ");
  76.       out.write("<tr align="center" valign="top" bgcolor="#FFFFFF">rn          ");
  77.       out.write("<td height="454" colspan="3">");
  78.       out.write("</td>rn        ");
  79.       out.write("</tr>rn       ");
  80.       out.write("</table>");
  81.       out.write("</td>rn  ");
  82.       out.write("</tr>rn");
  83.       out.write("</table>rn");
  84.       out.write("</td>rn  ");
  85.       out.write("</tr>rn");
  86.       out.write("</table>rn");
  87.       out.write("</body>rn");
  88.       out.write("</html>");
  89.     } catch (Throwable t) {
  90.       out = _jspx_out;
  91.       if (out != null && out.getBufferSize() != 0)
  92.         out.clearBuffer();
  93.       if (pageContext != null) pageContext.handlePageException(t);
  94.     } finally {
  95.       if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  96.     }
  97.   }
  98. }