⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 footer.jsp

📁 功能说明: 前台:文章浏览、发表留言、Game、Music 后台:文章相关:发表文章、修改文章、删除文章、批量移动文章 栏目相关:增加栏目、修改栏目、删除栏目、栏目链接、栏目排序 系统栏目分
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<br>
 <table align="center" class="tab1" cellSpacing="0" cellPadding="0" width="760px">
	<tr class="tr_1" align="center"><td>
		<table class="tab" width="100%">
			<tr align="center">
			<td width="20%">&nbsp;</td>
			<td><a href="About.html?Info=aboutus"><bean:message key="footer.aboutus"/></td>
			<td>|</td><td><a href="About.html?Info=copyright"><bean:message key="footer.copyright"/></a></td>
			<td>|</td><td><a href="#"><bean:message key="footer.link"/></a></td>
			<td>|</td><td><a href="About.html?Info=contactus"><bean:message key="footer.contactus"/></td>
			<td>|</td><td><a href="NoteShow.html"><bean:message key="footer.note"/></a></td>
			<td width="20%">&nbsp;</td>
			</tr>
		</table>
	</td></tr>
	<tr><td class="td_t">
		<table class="tab" align="center" width="100%" >
			<tr align="center" ><td>
				 Copyright 2006-2008 <bean:write name="info" property="name"/> All Righits Reserved. 
			</td></tr>
			<tr align="center" ><td>
				 <bean:message key="footer.copyright"/>:<a href="<bean:write name="info" property="url"/>">
				        <bean:write name="info" property="copyright"/></a>&nbsp;&nbsp;&nbsp; 
				 <logic:notEmpty name="info" property="record">
				 	<bean:message key="footer.record"/>:<bean:write name="info" property="record" filter="false"/>
				 </logic:notEmpty>
			</td></tr>
			<logic:notEmpty name="info" property="contact">
				<tr align="center">
				<td><bean:message key="footer.contact"/>:<bean:write name="info" property="contact" filter="false"/>&nbsp;&nbsp;</td>
				</tr>
			</logic:notEmpty>
			<tr align="center"><td><bean:message key="footer.version"/></td></tr>
		</table>
	</td></tr>
</table>

⌨️ 快捷键说明

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