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

📄 notelist.jsp

📁 STRUTS数据库项目开发宝典
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="noteList.title"/></title><content tag="heading"><fmt:message key="noteList.heading"/></content><c:set var="buttons">    <button type="button" style="margin-right: 5px"        onclick="location.href='<c:url value="/editNote.html"/>?method=Add&from=list'">        <fmt:message key="button.add"/>    </button>    <button type="button" onclick="location.href='<c:url value="/mainMenu.html"/>'">        <fmt:message key="button.cancel"/>    </button></c:set><c:out value="${buttons}" escapeXml="false"/><ww:set name="noteList" value="notes" scope="request"/><display:table name="${noteList}" cellspacing="0" cellpadding="0"    id="noteList" pagesize="25" styleClass="list"     export="true" requestURI="">    <display:column property="notecode" sort="true" headerClass="sortable"        url="/editNote.html" paramId="notecode" paramProperty="notecode"        titleKey="note.notecode"/>    <display:column property="notecontent" sort="true" headerClass="sortable"        url="/editNote.html" paramId="notecode" paramProperty="notecode"        titleKey="note.notecode"/>    <display:setProperty name="paging.banner.item_name" value="note"/>    <display:setProperty name="paging.banner.items_name" value="notes"/></display:table><c:out value="${buttons}" escapeXml="false"/><script type="text/javascript">highlightTableRows("noteList");</script>

⌨️ 快捷键说明

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