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

📄 roleform.jsp

📁 采用jsp编写的企业计量设备管理系统
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="roleDetail.title"/></title><content tag="heading"><fmt:message key="roleDetail.heading"/></content><html:form action="editRole" method="post" styleId="roleForm"    focus="" onsubmit="return validateRoleForm(this)"><html:hidden property="version"/>    <table class="detail">    <tr>        <th>            <pgmm:label key="roleForm.name"/>        </th>        <td>            <html:text property="name" styleId="name"/>            <html:errors property="name"/>        </td>    </tr>    <tr>        <th>            <pgmm:label key="roleForm.description"/>        </th>        <td>            <html:text property="description" styleId="description"/>            <html:errors property="description"/>        </td>    </tr>    <tr>        <td></td>        <td class="buttonBar">                        <html:submit styleClass="button" property="method" onclick="bCancel=false">                <fmt:message key="button.save"/>            </html:submit>            <html:submit styleClass="button" property="method"                 onclick="bCancel=true;return confirmDlg('确信要删除吗')">                <fmt:message key="button.delete"/>            </html:submit>            <html:cancel styleClass="button" property="method" onclick="bCancel=true">                <fmt:message key="button.cancel"/>            </html:cancel>        </td>    </tr></table></html:form><html:javascript formName="roleForm" cdata="false"    dynamicJavascript="true" staticJavascript="false"/><script type="text/javascript"     src="<html:rewrite page="/scripts/validator.jsp"/>"></script>

⌨️ 快捷键说明

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