📄 footer.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ page import="com.ayi.web.*" %>
<%
DB db=new DB();
WebInfo webInfo=new WebInfo();
%>
<!--尾部表格开始-->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="760"
background="images/bottom.gif">
<!--第一行 height=15 pix width=760 pix-->
<tr>
<td align="center" width="760" height="15"
style="BORDER-TOP: #dddddd 1px solid;BORDER-left: #dddddd 1px solid;BORDER-right: #dddddd 1px solid;">
</td>
</tr>
<!--第二行 height=60 pix width=760 pix-->
<tr>
<td align="center" width="760" height="60"
style="BORDER-left: #dddddd 1px solid;BORDER-right: #dddddd 1px solid;">
<!--网站信息显示开始-->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<!--信息左半部分开始-->
<td width="300" align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" align="center" height="30"><img alt="" src="images/i_17s.gif"/>
<a href="this.jsp">关于本站</a></td>
<td width="100" align="center" height="30"><img alt="" src="images/i_39s.gif"/>
<a href="author.jsp">关于作者</a></td>
<td width="100" align="center" height="30"><img alt="" src="images/i_29s.gif"/>
<a href="guide.jsp">关于使用</a></td>
</tr>
</table>
</td>
<!--信息左半部分结束-->
<!--信息右半部分开始-->
<td width="400" align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="400" height="20" align="center">
<a href="<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getURL() %>">
<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getName() %>
</a>
<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getAddress() %>
手机:<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getMobile() %>
</td>
</tr>
<tr>
<td width="400" height="20" align="center">
办公电话:<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getTelephone() %>
<a href="mailto:<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getMail() %>">
<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getMail() %>
</a>
QQ:<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getQQ() %>
</td>
</tr>
<tr>
<td width="400" height="20" align="center">
<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getCoppyright() %>
<%=((WebInfo)webInfo.getInfo(db,"网站信息").get(0)).getVersion() %>
<script src="http://s47.cnzz.com/stat.php?id=179872&web_id=179872&show=pic" language="JavaScript" charset="gb2312" type=""></script>
<script src="http://s47.cnzz.com/stat.php?id=179872&web_id=179872&online=2" language="JavaScript" charset="gb2312" type=""></script>
</td>
</tr>
</table>
</td>
<!--信息右半部分结束-->
</tr>
</table>
<!--网站信息显示结束-->
</td>
</tr>
<!--第三行 height=15 pix width=760 pix-->
<tr>
<td align="center" width="760" height="15"
style="BORDER-BOTTOM: #dddddd 1px solid;BORDER-left: #dddddd 1px solid;BORDER-right: #dddddd 1px solid;">
</td>
</tr>
</table>
<!--尾部表格结束-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -