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.
		
		
		
		
		
			
		
			
				
					
					
						
							48 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							48 lines
						
					
					
						
							1.7 KiB
						
					
					
				<%@ page import="com.zky.manager.*"%>
 | 
						|
<%@ page import="com.zky.pub.*"%>
 | 
						|
<%@page isErrorPage="true"%>
 | 
						|
<%@ page language="java" pageEncoding="utf-8" buffer="20kb" %>
 | 
						|
<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"> 问题信息提示</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 width="23%" align="right"><img src="/images/error_middle.gif" width="34" height="31"></td>
 | 
						|
            <td width="77%" class="font12bold"><%
 | 
						|
            out.println("内部错误,相关人员正在维修中!");
 | 
						|
            exception.printStackTrace();
 | 
						|
            %>
 | 
						|
            </td>
 | 
						|
          </tr>
 | 
						|
        </table>
 | 
						|
        <br><br>
 | 
						|
	 </td>
 | 
						|
  </tr>
 | 
						|
</table>  
 | 
						|
<%@include file="/foot.jsp"%>
 | 
						|
</body>
 | 
						|
</html> |