forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopyright.jsp
More file actions
21 lines (21 loc) · 780 Bytes
/
copyright.jsp
File metadata and controls
21 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ page contentType="text/html; charset=gb2312"%>
<table width="778" height="66" border="0" align="center" cellpadding="-2" cellspacing="-2" bgcolor="#FFFFFF">
<tr>
<td height="11" colspan="4" background="Images/copyright_t.gif"></td>
</tr>
<tr>
<td width="124" height="23"> </td>
<td valign="bottom" align="center"> CopyRight © 2011 www.**********.com 长春市*****有限公司</td>
<td width="141"> </td>
</tr>
<tr>
<td height="23"> </td>
<td align="center">本站请使用IE6.0或以上版本 1024*768为最佳显示效果</td>
<td> </td>
</tr>
<tr>
<td height="8"></td>
<td height="8"></td>
<td height="8"></td>
</tr>
</table>