userrole_moduleview.jsp

来自「SSH开发的电子政务系统」· JSP 代码 · 共 37 行

JSP
37
字号

<%@ 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">
<META NAME="Author" CONTENT="xunuo">
<META NAME="Keywords" CONTENT="xunuo">
<META NAME="Description" CONTENT="自动生成">
</head>
<body>
<table border="0" cellpadding="4" cellspacing="1" class=table width="720">
<html:form action="/sys/userrole_module/saveUserrole_module.html">
<input type="hidden" name="from" value='<c:out value="${from}"/>'>
<html:hidden property="id"/>
	<tr>
	  <th width="100%" align="center" colspan="2">系统用户角色模块说明</th>
	</tr>
	
	<tr class="td">
	  <td align="left" width="40%" nowrap>角色ID</td>
	  <td align="left" width="60%" ><c:out value="${userrole_module.roleid}" escapeXml = "false" /></td>
	 </tr>

	<tr class="td">
	  <td align="left" width="40%" nowrap>模块ID</td>
	  <td align="left" width="60%" ><c:out value="${userrole_module.moduleid}" escapeXml = "false" /></td>
	 </tr>

</html:form>
</table>
</body>
</html>

⌨️ 快捷键说明

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