admin1_0002ejsp_jsp.java
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

VBScript

  1. import javax.servlet.*;
  2. import javax.servlet.http.*;
  3. import javax.servlet.jsp.*;
  4. import org.apache.jasper.runtime.*;
  5. public class admin1_0002ejsp_jsp extends HttpJspBase {
  6.     static {
  7.     }
  8.     public admin1_0002ejsp_jsp( ) {
  9.     }
  10.     private static boolean _jspx_inited = false;
  11.     public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
  12.     }
  13.     public void _jspService(HttpServletRequest request, HttpServletResponse  response)
  14.         throws java.io.IOException, ServletException {
  15.         JspFactory _jspxFactory = null;
  16.         PageContext pageContext = null;
  17.         HttpSession session = null;
  18.         ServletContext application = null;
  19.         ServletConfig config = null;
  20.         JspWriter out = null;
  21.         Object page = this;
  22.         String  _value = null;
  23.         try {
  24.             if (_jspx_inited == false) {
  25.                 synchronized (this) {
  26.                     if (_jspx_inited == false) {
  27.                         _jspx_init();
  28.                         _jspx_inited = true;
  29.                     }
  30.                 }
  31.             }
  32.             _jspxFactory = JspFactory.getDefaultFactory();
  33.             response.setContentType("text/html; charset=GBK");
  34.             pageContext = _jspxFactory.getPageContext(this, request, response,
  35.              "", true, 8192, true);
  36.             application = pageContext.getServletContext();
  37.             config = pageContext.getServletConfig();
  38.             session = pageContext.getSession();
  39.             out = pageContext.getOut();
  40.             // HTML // begin [file="/admin1.jsp";from=(0,46);to=(53,0)]
  41.                 out.write("rn<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">rn<html>rn<head>rn<title>管理员页面</title>rn</head>rnrn  <body ONLOAD="webclock()" background="img/bg3.jpg" text="#808080" link="#FF99CC" vlink="#FF8080" alink="#FF99CC" topmargin="0" leftmargin="0">rn<div align="center">rn<center>rn<table border="0" width="780">rn<tr>rn<td width="135"><img border="0" src="img/top_image.jpg" ></a></td>rnrn</tr>rn<tr><td  height="20"  background="img/xian1.jpg"></td></tr>rn</table>rn</center>rn</div>rn<center>rnrn <br>rn  <table  width="780"  align="center">rn    <tr >rn<td valign="top" bgcolor="C5D6ED"><img src="img/splisttop.gif"><br><br>rnrn  <img src="img/left.jpg" width="174" height="249" border="0" usemap="#Map">rn              <map name="Map">rn              <area shape="rect" coords="47,8,158,34" href="search.jsp" target="body">rn              <area shape="rect" coords="47,56,154,85" href="add.jsp" target="body">rn              <area shape="rect" coords="47,106,154,134" href="delete.jsp" target="body">rnrn              <area shape="rect" coords="46,154,152,184" href="change.jsp" target="body">rn              <area shape="rect" coords="46,210,154,240" href="list.jsp" target="body">rnrn          </map><br>rn<a href="enter.jsp"><img  border="0" alt="返回" src="img/retur.gif">rn</td>rn      <td>rn        <iframe name="body" frameborder="1"  src="list.jsp" align="center" height="400" width="610" id="body">        </iframe>rn      </td>rn    </tr>rn  </table><br>rn  <table width="780" align="center">rn    <tr>rn      <td ></td>rn    </tr>rn    <tr><td align="center"><font color="8282DC">站长童来萍>>Email:tylqpp184@163.com>>QQ:272308414</font></td></tr>rn    <tr><td align="center"><font color="8282DC">毕业学校网址:<a href="http://ndkj.com.cn">http://www.ndkj.com.cn</a></font></td></tr>rn  </table>rnrn</body>rn</html>rn");
  42.             // end
  43.         } catch (Throwable t) {
  44.             if (out != null && out.getBufferSize() != 0)
  45.                 out.clearBuffer();
  46.             if (pageContext != null) pageContext.handlePageException(t);
  47.         } finally {
  48.             if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  49.         }
  50.     }
  51. }