landFail_0002ejsp_jsp.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:4k
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class landFail_0002ejsp_jsp extends HttpJspBase {
- private static java.util.Vector _jspx_includes;
- public java.util.List getIncludes() {
- return _jspx_includes;
- }
- public void _jspService(HttpServletRequest request, HttpServletResponse response)
- throws java.io.IOException, ServletException {
- JspFactory _jspxFactory = null;
- javax.servlet.jsp.PageContext pageContext = null;
- HttpSession session = null;
- ServletContext application = null;
- ServletConfig config = null;
- JspWriter out = null;
- Object page = this;
- JspWriter _jspx_out = null;
- try {
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=gb2312");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- null, true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- _jspx_out = out;
- out.write("rn");
- out.write("<html>rn");
- out.write("<head>rn");
- response.setHeader("Cache-Control","no-cache");
- response.setHeader("Cache-Control","no-store");
- response.setDateHeader("Expires",0);
- response.setHeader("Pragma","no-cache");
- out.write("rn");
- out.write("<meta http-equiv="Content-Type" content="text/html; charset=gb2312">rn");
- out.write("<meta http-equiv="refresh" content="3;URL=land.jsp">rn");
- out.write("<title>操作员登陆失败");
- out.write("</title>rn");
- out.write("</head>rnrn");
- out.write("<body background="images/beijing.gif">rn");
- out.write("<div align="center">rn");
- out.write("<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: blur(add=1, direction=45, strength=3)">");
- out.write("<span style="font-weight: bold; font-size: 24pt;">客户管理系统");
- out.write("</span>");
- out.write("</div>rn ");
- out.write("<table width="100%" border="0" cellspacing="0" cellpadding="0">rn ");
- out.write("<tr>rn ");
- out.write("<td height="32"> ");
- out.write("</td>rn ");
- out.write("</tr>rn ");
- out.write("</table>rn ");
- out.write("<table width="335" height="172" border="0" cellpadding="0" cellspacing="0">rn ");
- out.write("<tr>rn ");
- out.write("<td background="images/landFail.gif">");
- out.write("<table width="29%" height="26" border="0" align="center" cellpadding="0" cellspacing="0">rn ");
- out.write("<tr>rn ");
- out.write("<td height="26" background="images/anniu.gif">");
- out.write("<div align="center" >操作员登录失败");
- out.write("</div>");
- out.write("</td>rn ");
- out.write("</tr>rn ");
- out.write("</table>");
- out.write("</td>rn ");
- out.write("</tr>rn ");
- out.write("</table>rn rn ");
- out.write("<p> ");
- out.write("</p>rn rnrn ");
- out.write("<p> ");
- out.write("</p>rn");
- out.write("</div>rn");
- out.write("</body>rn");
- out.write("</html>rn");
- } catch (Throwable t) {
- out = _jspx_out;
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (pageContext != null) pageContext.handlePageException(t);
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
- }
- }
- }