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

📄 rolelist.jsp

📁 采用jsp编写的企业计量设备管理系统
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="roleList.title"/></title><content tag="heading"><fmt:message key="roleList.heading"/></content><bean:struts id="editURL" forward="editRole"/><c:set var="buttons">    <button type="button" class="button"        onclick="location.href='<c:url value="/editRole.html"/>'">        <fmt:message key="button.add"/>    </button>    </c:set><img src="<c:url value="/images/cptpermsetup.gif"/>">  <display:table name="${roleList}" cellspacing="0" cellpadding="0"    id="roleList" pagesize="25" styleClass="list"  export="false" requestURI="">    <display:column property="name" sort="true" headerClass="sortable"        url="${editURL.path}" paramId="name" paramProperty="name"        titleKey="roleForm.name"/>    <display:column property="description" sort="true" headerClass="sortable"         titleKey="roleForm.description"/>    <display:setProperty name="paging.banner.item_name" value="role"/>    <display:setProperty name="paging.banner.items_name" value="roles"/></display:table><c:out value="${buttons}" escapeXml="false"/><script type="text/javascript"><!--    highlightTableRows("roleList");//--></script>

⌨️ 快捷键说明

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