1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <%@ page language="java" pageEncoding="UTF-8"%>
- <html>
- <head>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title></title>
- <link href="${pageContext.request.contextPath}/css/Style.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- <!--
- .style1 {
- color: #FF0000;
- font-size: 18px;
- }
- -->
- </style>
- </head>
- <body>
- <p>
-
- </p>
- <table width="100%" border="0">
- <tr>
- <th width="18%" height="261" scope="col">
-
- </th>
- <th width="53%" scope="col">
- <table width="453" height="220" border="0" cellpadding="0"
- cellspacing="0">
- <tr>
- <td height="220" align="center" valign="middle"
- background="${pageContext.request.contextPath}/images/loginbg.gif">
- <p class="style1">
- <font color="red">上传附件错误</font>
- </p>
- <p>
-
- </p>
- </td>
- </tr>
- <tr>
- <td height="220" align="center" valign="middle">
- <FONT face="宋体"> </FONT>
- <INPUT class="button_ok" type="button" onclick="history.go(-1)" value="返回"/>
- </td>
- </tr>
- </table>
- </th>
- <th width="29%" scope="col">
-
- </th>
- </tr>
- </table>
- <p>
-
- </p>
- </body>
- </html>
|