forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbottom.jsp
More file actions
25 lines (25 loc) · 1.01 KB
/
bottom.jsp
File metadata and controls
25 lines (25 loc) · 1.01 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
<%@ page contentType="text/html; charset=gb2312"%>
<table width="100%" height="78" border="0" align="center" cellpadding="-2" cellspacing="-2">
<tr>
<td height="13" colspan="5"><div align="center">
<hr width="100%" size="1"></div></td>
</tr>
<tr>
<td width="124" height="13"> </td>
<td height="13" colspan="3" align="center">锐芒科技客户服务热线:0431-84978981,84978982 传真:0431-84972266</td>
<td width="141"> </td>
</tr>
<tr>
<td height="15" colspan="2"> </td>
<td width="464" valign="bottom" align="center"> CopyRight © 2008 www.mrbccd.com 吉林省明日科技有限公司</td>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> </td>
<td align="center">本站请使用IE6.0或以上版本 1024*768为最佳显示效果</td>
<td colspan="2"> </td>
</tr>
<tr bgcolor="#cccccc">
<td height="8" colspan="5" bgcolor="#55C8E5"></td>
</tr>
</table>