📄 updatefunction.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ include file="/common/jsp/common.jsp"%>
<html:html locale="true">
<head>
<link title=Style href="../../common/css/style.css" type=text/css rel=stylesheet>
<title>修改权限</title>
</head>
<body>
<br>
<br>
<div align="center">
<table width="386" height="185" border="0">
<tr>
<td width="380" height="181"><html:form action="/member/right/updateFunctionById.do">
<table width="380" border="0" align="center" bordercolor="#66CCFF" class="tableBorder" style="border-collapse:collapse " >
<tr>
<th colspan="2">
修改权限
</th>
</tr>
<tr>
<td width="163" height="29" align="center" class="forumRow"> 主键:</td>
<td width="211" align="center" class="forumRow">
<input type="text" name="function.id" value=<%=request.getParameter("id")%> readonly="true">
</td>
</tr>
<tr>
<td height="27" align="center" class="forumRow">name:<font color="#ff0000">*</font></td>
<td align="center" class="forumRow"><input type="text" name="function.name" value="<bean:write name="function" property="name"/>"></td>
</tr>
<tr>
<td height="27" align="center" class="forumRow">parentName:</td>
<td align="center" class="forumRow"><input type="text" name="function.parentName" value="<bean:write name="function" property="parentName"/>"></td>
</tr>
<tr>
<td height="27" align="center" class="forumRow">url:</td>
<td align="center" class="forumRow"><input type="text" name="function.url" value="<bean:write name="function" property="url"/>"></td>
</tr>
<tr>
<td height="27" align="center" class="forumRow">protectFunction:<font color="#ff0000">*</font></td>
<td align="center" class="forumRow"><input type="text" name="function.protectFunction" value="<bean:write name="function" property="protectFunction"/>"></td>
</tr>
<tr>
<td height="27" align="center" class="forumRow">note:</td>
<td align="center" class="forumRow"><input type="text" name="function.note" value="<bean:write name="function" property="note"/>"></td>
</tr>
<tr bordercolor="#FFFFFF">
<td height="42" colspan="2" class="forumRow"><table width="338" border="0">
<tr>
<td width="162" align="center"> <input type="submit" name="Submit" value="修改"></td>
<td width="166" align="center"><input type="reset" name="cancel" value="重置"></td>
</tr>
</table></td>
</tr>
</table>
</html:form></td>
</tr>
</table>
</div>
<p> </p>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -