noticelist.jsp

来自「公告管理系统。能够进行公告的发布」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ page language="java" pageEncoding="GBK" contentType="text/html; charset=GBK"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
	<title><bean:message key="pagingDisplay.title" /></title>
		<meta http-equiv="Content-Type" Content="text/html; charset=gbk">
		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
	<div align="center">
		<table>
			<tr>
				<td>
					<img src="<%=request.getContextPath()%>/images/logo.gif"
						align="middle" alt="<bean:message key="image.adrlogo"/>" />
				</td>
			</tr>
		</table>
		<hr>
	</div>
	<center>
		<A href="checkpower.do?functiontype=newnotice">发布BUG信息&nbsp;</A>
		<A href="userlogoff.do"> 注销登录</A>
	</center>
	<mytag:pagingDisplay />
	<%@ include file="/common/footer.jsp"%>
<body>
</html:html>

⌨️ 快捷键说明

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