noticelist.jsp

来自「这是一个公告管理系统」· JSP 代码 · 共 21 行

JSP
21
字号
<%@ 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">撰写公告&nbsp;</A>
		<A href="<%=root%>/userlogoff.do"> 注销登录</A>
	</center>
	<mytag:pagingDisplay />
	<%@ include file="/common/footer.jsp"%>
<body>
</html:html>

⌨️ 快捷键说明

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