📄 noticelist.jsp
字号:
<%@ page contentType="text/html;charset=utf-8" language="java"%>
<%@ include file="/common/taglibs.jsp"%>
<%
//System.out.println("begin noticesList:");
String root=request.getContextPath() ;
%>
<html:html>
<head>
<title><bean:message key="pagingDisplay.title" /></title>
</head>
<link href="<%=root%>/images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<%@ include file="/common/header.jsp"%>
<center>
<A href="<%=root%>/checkpower.do?functiontype=newnotice">撰写公告 </A>
<A href="<%=root%>/userlogoff.do"> 注销登录</A>
</center>
<mytag:pagingDisplay />
<%@ include file="/common/footer.jsp"%>
<body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -