teacher_0002ejsp_jsp.java
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:4k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class teacher_0002ejsp_jsp extends HttpJspBase {
- static {
- }
- public teacher_0002ejsp_jsp( ) {
- }
- private static boolean _jspx_inited = false;
- public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
- }
- 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;
- String _value = null;
- try {
- if (_jspx_inited == false) {
- synchronized (this) {
- if (_jspx_inited == false) {
- _jspx_init();
- _jspx_inited = true;
- }
- }
- }
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=GBK");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- "", true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- // HTML // begin [file="/teacher.jsp";from=(0,46);to=(52,0)]
- 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><br>rn <img src="img/function.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");
- // end
- } catch (Throwable t) {
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (pageContext != null) pageContext.handlePageException(t);
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
- }
- }
- }