forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchenggong.htm
More file actions
52 lines (51 loc) · 1.54 KB
/
Copy pathchenggong.htm
File metadata and controls
52 lines (51 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发布申请成功页面</title>
<style type="text/css">
<!--
body {
background-color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body background="../Images/main_center.jpg">
<table width="814" height="505" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="488" valign="top"><table width="87%" height="84%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="53" valign="top">
<p> </p>
<table width="254" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="27" valign="middle"><div align="right"></div></td>
</tr>
</table> </td>
</tr>
<tr>
<td><table width="290" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="112"><fieldset>
<legend >成功
! </legend>
<div align="center">
<p><a href="fa.jsp"><img src="../Images/succ.gif" width="95" height="97" border="0" alt="单击返回发布申请页面"></a></p>
<p> </p>
</div>
</fieldset></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>