?? sysuser_roleedit.jsp
字號:
<%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312"%>
<%@ include file="/common/taglibs.jsp"%>
<%@ include file="/common/meta.jsp"%>
<html>
<head>
<title>系統用戶角色說明</title>
<link rel="stylesheet" type="text/css" href="../include/style.css">
<SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/datechoice.js"/>'></SCRIPT><SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/_js.js"/>'></SCRIPT>
<META NAME="Author" CONTENT="xunuo">
<META NAME="Keywords" CONTENT="xunuo">
<META NAME="Description" CONTENT="自動生成">
<script language="javascript">
<!--
function checkForm(form){
}
-->
</script>
</head>
<body>
<table border="0" cellpadding="4" cellspacing="1" class=table width="720">
<html:form action="/sys/sysuser_role/savesysuser_role.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
<input type="hidden" name="from" value='<c:out value="${from}"/>'>
<html:hidden property="id"/>
<html:hidden property = "havefile" />
<!--沒有編輯的字段都需要在此添加-->
<tr>
<th width="100%" align="center" colspan="2">系統用戶角色說明</th>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>系統用戶id:(最多50字符)</td>
<td align="left" width="60%">
<html:text property="userid" size="40" maxlength = "50"/></td>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>角色id:(最多50字符)</td>
<td align="left" width="60%">
<html:text property="roleid" size="40" maxlength = "50"/></td>
</tr>
<tr class="td"><td colspan="2" align=center><html:submit property="yes" styleClass="button" value="確定"/></td></tr>
</html:form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -