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
22 lines (22 loc) · 793 Bytes
/
copyright.jsp
File metadata and controls
22 lines (22 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ page contentType="text/html; charset=gb2312"%>
<table width="778" height="71" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="1" colspan="4" bgcolor="#C6C6C6"></td>
</tr>
<tr>
<td width="124" height="23"> </td>
<td valign="bottom" align="center"> CopyRight © 2011 www.mrbccd.com 吉林省****科技有限公司</td>
<td width="141"> </td>
</tr>
<tr>
<td height="28"> </td>
<td align="center">本站请使用IE6.0或以上版本 1024×768为最佳显示效果</td>
<td> </td>
</tr>
<tr>
<td height="1" colspan="4" bgcolor="#C6C6C6"></td>
</tr>
<tr>
<td height="8" colspan="3"></td>
</tr>
</table>