📄 noticelist.jsp
字号:
<%@ 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信息 </A>
<A href="userlogoff.do"> 注销登录</A>
</center>
<mytag:pagingDisplay />
<%@ include file="/common/footer.jsp"%>
<body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -