Main_005fRight_jsp.java
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. package org.apache.jsp.Manage;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. public final class Main_005fRight_jsp extends org.apache.jasper.runtime.HttpJspBase
  6.     implements org.apache.jasper.runtime.JspSourceDependent {
  7.   private static java.util.Vector _jspx_dependants;
  8.   public java.util.List getDependants() {
  9.     return _jspx_dependants;
  10.   }
  11.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  12.         throws java.io.IOException, ServletException {
  13.     JspFactory _jspxFactory = null;
  14.     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.     PageContext _jspx_page_context = null;
  22.     try {
  23.       _jspxFactory = JspFactory.getDefaultFactory();
  24.       response.setContentType("text/html; charset=utf-8");
  25.       pageContext = _jspxFactory.getPageContext(this, request, response,
  26.        null, true, 8192, true);
  27.       _jspx_page_context = pageContext;
  28.       application = pageContext.getServletContext();
  29.       config = pageContext.getServletConfig();
  30.       session = pageContext.getSession();
  31.       out = pageContext.getOut();
  32.       _jspx_out = out;
  33.       out.write("锘縗rn");
  34.       out.write("rn");
  35.       out.write("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  36.       out.write("rn");
  37.       out.write("<html xmlns="http://www.w3.org/1999/xhtml" >rn");
  38.       out.write("<head>rn");
  39.       out.write("    <title>鏃犳爣棰橀〉</title>rn");
  40.       out.write("    <link href="Css/skinv2.0.css" rel="stylesheet" type="text/css" />rn");
  41.       out.write("</head>rn");
  42.       out.write("<body>rn");
  43.       out.write("    <form id="form1">rn");
  44.       out.write("      <table style="width: 840px; height: 380px" cellspacing="0" cellpadding="0" width="100%" border="0">rn");
  45.       out.write("ttt  <tr bgcolor="#cfdbe8">rn");
  46.       out.write("tttt  <td style="width: 20px" width="20" bgcolor="#cfdbe8" height="19">&nbsp;rn");
  47.       out.write("tttt    <img height="10" src="images/icon.gif" width="12" alt="" />rn");
  48.       out.write("tttt  </td>rn");
  49.       out.write("tttt  <td valign="middle" bgcolor="#cfdbe8" colSpan="2">&nbsp;rn");
  50.       out.write("ttttt</td>rn");
  51.       out.write("ttt  </tr>rn");
  52.       out.write("ttt  <tr>rn");
  53.       out.write("tttt  <td style="height: 31px" valign="top" align="left" height="80">&nbsp;</td>rn");
  54.       out.write("tttt  <td style="height: 31px" valign="top" align="left" colspan="2">&nbsp;</td>rn");
  55.       out.write("ttt  </tr>rn");
  56.       out.write("ttt  <tr>rn");
  57.       out.write("tttt  <td style="height: 1px" valign="top" align="left"></td>rn");
  58.       out.write("tttt  <td style="height: 1px" valign="top" align="left" width="820" bgcolor="#cfdbe8"></td>rn");
  59.       out.write("tttt  <td style="height: 1px" valign="top" align="left" width="144"></td>rn");
  60.       out.write("ttt  </tr>rn");
  61.       out.write("ttt  <tr>rn");
  62.       out.write("tttt  <td style="height: 381px" valign="top" align="left"></td>rn");
  63.       out.write("tttt  <td style="height: 381px" valign="top" align="left" colSpan="2">&nbsp;ttt  </td>rn");
  64.       out.write("ttt  </tr>rn");
  65.       out.write("tt  </table>rn");
  66.       out.write("    </form>rn");
  67.       out.write("</body>rn");
  68.       out.write("</html>rn");
  69.     } catch (Throwable t) {
  70.       if (!(t instanceof SkipPageException)){
  71.         out = _jspx_out;
  72.         if (out != null && out.getBufferSize() != 0)
  73.           out.clearBuffer();
  74.         if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
  75.       }
  76.     } finally {
  77.       if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
  78.     }
  79.   }
  80. }