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

📄 lmlist.jsp

📁 spring+hibernate+struts code
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="lmList.title"/></title><content tag="heading"><fmt:message key="lmList.heading"/></content><c:set var="buttons">    <button type="button" style="margin-right: 5px"        onclick="location.href='<c:url value="/editLm.html"/>'">        <fmt:message key="button.add"/>    </button>    <button type="button" onclick="location.href='<html:rewrite forward="mainMenu"/>'">        <fmt:message key="button.cancel"/>    </button></c:set><c:out value="${buttons}" escapeXml="false"/><display:table name="${lmList}" cellspacing="0" cellpadding="0"    id="lmList" pagesize="25" styleClass="list"    export="true" requestURI="">    <display:column property="lmbm" sort="true" headerClass="sortable"        url="/editLm.html" paramId="lmbm" paramProperty="lmbm"        titleKey="lmForm.lmbm"/>    <display:column property="lmmc" sort="true" headerClass="sortable"         titleKey="lmForm.lmmc"/>    <display:setProperty name="paging.banner.item_name" value="lm"/>    <display:setProperty name="paging.banner.items_name" value="lms"/></display:table><c:out value="${buttons}" escapeXml="false"/><script type="text/javascript">highlightTableRows("lmList");</script>

⌨️ 快捷键说明

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