productdesclist.jsp
来自「STRUTS数据库项目开发宝典」· JSP 代码 · 共 40 行
JSP
40 行
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="productdescList.title"/></title><content tag="heading"><fmt:message key="productdescList.heading"/></content><c:set var="buttons"> <button type="button" style="margin-right: 5px" onclick="location.href='<c:url value="/editProductdesc.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="productdescList" value="productdescs" scope="request"/><display:table name="${productdescList}" cellspacing="0" cellpadding="0" id="productdescList" pagesize="25" styleClass="list" export="true" requestURI=""> <display:column property="productdescid" sort="true" headerClass="sortable" url="/editProductdesc.html" paramId="productdescid" paramProperty="productdescid" titleKey="productdesc.productdescid"/> <display:column property="productdesccontent" sort="true" headerClass="sortable" url="/editProductdesc.html" paramId="productdescid" paramProperty="productdescid" titleKey="productdesc.productdescid"/> <display:setProperty name="paging.banner.item_name" value="productdesc"/> <display:setProperty name="paging.banner.items_name" value="productdescs"/></display:table><c:out value="${buttons}" escapeXml="false"/><script type="text/javascript">highlightTableRows("productdescList");</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?