Error.jsp
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:2k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page language="java" contentType="text/html; charset=utf-8"%>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head>
- <title>Error</title>
- <meta name="Generator" content="EditPlus" />
- <meta name="Author" content="陈福新" />
- <meta name="Keywords" content="信息提示" />
- <meta name="Description" content="" />
- <style type="text/css">
- <!--
- .tb1 {
- background-image: url(images/error/error_3.jpg);
- background-repeat: repeat;
- background-position: right;
- }
- -->
- </style>
- <link href="Css/skinv2.0.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- <!--
- body {
- margin-left: 80px;
- margin-top: 50px;
- }
- -->
- </style>
- </head>
- <body>
- <form id="form1" action="">
- <table cellspacing="0" cellpadding="0" width="416" border="0">
- <tr valign="top" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
- <td colspan="4" style="HEIGHT: 2px">
- <img height="33" src="<%=request.getContextPath()%>/Manage/images/error/error_1.jpg" width="454" alt="" />
- </td>
- </tr>
- <tr>
- <td style="height: 75px" width="17" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg" height="75">
-
- </td>
- <td width="86" valign="middle" style="HEIGHT: 75px">
- <img src="images/main_1.jpg" width="86" height="70" alt="" />
- </td>
- <td width="336" style="height: 100px">
- <a href='<%=request.getContextPath()%>/<c:out value="${Url}"/>'><c:out value="${Message}" /></a>
- </td>
- <td class="tb1" style="height: 75px" width="15" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
-
- </td>
- </tr>
- <tr valign="bottom" background="<%=request.getContextPath()%>/Manage/images/error/error_3.jpg">
- <td colspan="4" style="height: 24px">
- <img src="images/error/error_2.jpg" width="454" height="33" alt="" />
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>