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

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

开发平台:

JavaScript

  1. <%@ page language="java" contentType="text/html; charset=utf-8"%>
  2. <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head>
  6.     <title>Error</title>
  7.     <meta name="Generator" content="EditPlus" />
  8.     <meta name="Author" content="陈福新" />
  9.     <meta name="Keywords" content="信息提示" />
  10.     <meta name="Description" content="" />
  11.     <style type="text/css">
  12.       <!--
  13.       .tb1 {
  14.       background-image: url(images/error/error_3.jpg);
  15.       background-repeat: repeat;
  16.       background-position: right;
  17.       }
  18.       -->
  19.     </style>
  20.     <link href="Css/skinv2.0.css" rel="stylesheet" type="text/css" />
  21.     <style type="text/css">
  22.       <!--
  23.       body {
  24.       margin-left: 80px;
  25.       margin-top: 50px;
  26.       }
  27.       -->
  28.     </style>
  29. </head>
  30. <body>
  31.     <form id="form1" action="">
  32.       <table cellspacing="0" cellpadding="0" width="416" border="0">
  33.         <tr valign="top" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
  34.           <td colspan="4" style="HEIGHT: 2px">
  35.             <img height="33" src="<%=request.getContextPath()%>/Manage/images/error/error_1.jpg" width="454" alt="" />
  36.           </td>
  37.         </tr>
  38.         <tr>
  39.           <td style="height: 75px" width="17" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg" height="75">
  40.             &nbsp;
  41.           </td>
  42.           <td width="86" valign="middle" style="HEIGHT: 75px">
  43.             <img src="images/main_1.jpg" width="86" height="70" alt="" />
  44.           </td>
  45.           <td width="336" style="height: 100px">
  46.             <a href='<%=request.getContextPath()%>/<c:out value="${Url}"/>'><c:out value="${Message}" /></a>
  47.           </td>
  48.           <td class="tb1" style="height: 75px" width="15" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
  49.             &nbsp;
  50.           </td>
  51.         </tr>
  52.         <tr valign="bottom" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
  53.           <td colspan="4" style="height: 24px">
  54.             <img src="images/error/error_2.jpg" width="454" height="33" alt="" />
  55.           </td>
  56.         </tr>
  57.       </table>
  58.     </form>
  59. </body>
  60. </html>