footer.jsp

来自「struts+hibernate BBS mysql数据库 功能基本齐全」· JSP 代码 · 共 35 行

JSP
35
字号
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<div class="bodywidth">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td height="27" align="center" background="/Skin/Default/Main_BG.gif"
				class="channel">
				|
				<A href="#" class="white"
					onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.elancom.net');">设为首页</A>
				|
				<A
					href="javascript:window.external.addFavorite('http://localhost:8080/ElanNet/forum/view/Test.jsp','ElanNetWEB框架设计练习');"
					class="white">加入收藏</A> |
				<a href="#" class="white">关于依蓝</a> |
				<a href="#" class="white">网站地图</a> |
				<a href="mailto:lanzx027@163.com" class="white">联系站长</a> |
				<a href="" class="white">友情链接</a> |
				<a class='AdminLogin' href='<%=request.getContextPath()%>/forum/view/AdminLogin.jsp' target='_blank'>管理登陆</a>
				|
			</td>
		</tr>
	</table>
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td height="50" align="center" style="padding: 10px;">
				Copyright &copy; 2008-2009 ElanNet All rights reserved.
			</td>
		</tr>
	</table>
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td height="18"></td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?