You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhky/web/error404.jsp

49 lines
1.6 KiB

<%@ page import="com.zky.manager.*"%>
<%@ page import="com.zky.pub.*"%>
<%@ page language="java" pageEncoding="utf-8" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>辅助业务管理系统</title>
<link href="../css/font.css" rel="stylesheet" type="text/css">
<script src="../js/date.js"></script>
<script src="../js/check.js"></script>
</head>
<body>
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
<td width="97%" class="font12b">&nbsp;问题信息提示</td>
</tr>
</table></td>
<td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
</tr>
</table>
<br><br>
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
<tr bgcolor="#FFFFFF">
<td align="center">
<br><br>
<font size="4"><B>
页面不存在!
</B></font>
<br><br>
</td>
</tr>
</table>
<br><br>
</td>
</tr>
</table>
<%@include file="foot.jsp"%>
</body>
</html>