📄 authority_modify.jsp.svn-base
字号:
<%@ page contentType="text/html;charset=utf-8" %>
<%@ include file="../../include/include.jsp"%>
<html>
<head>
<title><bean:message key="admin.authority.modi.title"/></title>
<link rel="stylesheet" type="text/css" href="css/pub.css">
<script>
function checkform() {
if(moduleActionForm.authorityName.value.length<1) {
window.alert("<bean:message key="admin.authority.modi.check"/>");
moduleActionForm.authorityName.focus();
return false;
}
return true;
}
</script>
</head>
<body topmargin="12">
<table width="330">
<tr>
<td>
<b><bean:message key="admin.module.list.manage"/> >> <bean:write name="moduleActionForm" property="moduleName" /> >> <bean:write name="moduleActionForm" property="result" /></b>
</td>
</tr>
<tr>
<td>
<table width="100%" bgcolor="#6DB1DE" cellpadding="10" cellspacing="1">
<html:form action="moduleAction" onsubmit="return checkform();">
<html:hidden property="method" />
<html:hidden property="moduleId" />
<html:hidden property="authorityId" />
<logic:equal name="moduleActionForm" property="method" value="modifyAuthorityResult">
<tr>
<td align="right" bgcolor="#EFF8FF" class="ajc3"><bean:message key="admin.authority.modi.id"/>:</td>
<td bgcolor="white"><bean:write name="moduleActionForm" property="authorityId" /></td>
</tr>
</logic:equal>
<tr>
<td align="right" bgcolor="#EFF8FF" class="ajc3"><bean:message key="admin.authority.modi.name"/>:</td>
<td bgcolor="white"><html:text property="authorityName" size="30" maxlength="40" /></td>
</tr>
<tr>
<td colspan=2 align=center bgcolor="white"><input type="submit" value="<bean:message key="admin.modul.modify.submit"/>"> <input type="reset" value="<bean:message key="admin.modul.modify.reset"/>"></td>
</tr>
</html:form>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -