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

📄 aboutus.jsp

📁 前台:文章浏览、发表留言、Game、Music 后台:文章相关:发表文章、修改文章、删除文章、批量移动文章 栏目相关:增加栏目、修改栏目、删除栏目、栏目链接、栏目排序系统栏目分为系统内部栏目和外部栏目
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/app/inc/taglibs2.jsp"%>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><bean:message key="admin.aboutus.title"/></title>
<script language="JavaScript">
	function checklength(theform){
  	alert("你即将发表的文章长度为 : "+theform.content.value.length+" 字节");
  }
</script>
</head>
<body>
<table class="tab1" align="center" width="780px"  cellSpacing="0" cellPadding="0" >
	<tr><td width="20%" valign="top"><%@ include file="adminleft.jsp"%></td>
	<td valign="top" class="td_l"><br><br><br><br>
		<table class="tab1" align="center"  width="90%" cellSpacing="0" cellPadding="0">
			<html:form action="/manage/AboutUsAction.html" method="post">
			<tr class="tr_1" align="center"><td height="30px">
				<input type="hidden" name="action" value="<bean:write name="Info"/>"/>
				<logic:equal name="Info" value="aboutus">
					<bean:message key="footer.aboutus"/>	
				</logic:equal>
				<logic:equal name="Info" value="copyright">
					<bean:message key="footer.copyright"/>
				</logic:equal>
				<logic:equal name="Info" value="contactus">
					<bean:message key="footer.contactus"/>
				</logic:equal>
						
				</td></tr>
			<tr><td class="td_t"><br><yhcms:postTag /><br></td></tr>
				<tr align="center"><td colspan="4" height="25px" ><input type="submit" value="<bean:message key="all.submit"/>"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
				<html:cancel><bean:message key="all.cancel"/></html:cancel></td></tr>
				<tr align="center"><td colspan="4"><center><font color="red"><html:errors /></font></center></td></tr>
			</html:form>
		</table><br>
	</td>
	</tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

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