?? 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 + -