userrole_moduleview.jsp
上传用户:huijianzhu
上传日期:2009-11-25
资源大小:9825k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ page language="java"  pageEncoding="GB2312" contentType="text/html;charset=GB2312"%>
  2. <%@ include file="/common/taglibs.jsp"%>
  3. <%@ include file="/common/meta.jsp"%>
  4. <html>
  5. <head>
  6. <title>系统用户角色模块说明</title>
  7. <link rel="stylesheet" type="text/css" href="../include/style.css">
  8. <META NAME="Author" CONTENT="xunuo">
  9. <META NAME="Keywords" CONTENT="xunuo">
  10. <META NAME="Description" CONTENT="自动生成">
  11. </head>
  12. <body>
  13. <table border="0" cellpadding="4" cellspacing="1" class=table width="720">
  14. <html:form action="/sys/userrole_module/saveUserrole_module.html">
  15. <input type="hidden" name="from" value='<c:out value="${from}"/>'>
  16. <html:hidden property="id"/>
  17. <tr>
  18.   <th width="100%" align="center" colspan="2">系统用户角色模块说明</th>
  19. </tr>
  20. <tr class="td">
  21.   <td align="left" width="40%" nowrap>角色ID</td>
  22.   <td align="left" width="60%" ><c:out value="${userrole_module.roleid}" escapeXml = "false" /></td>
  23.  </tr>
  24. <tr class="td">
  25.   <td align="left" width="40%" nowrap>模块ID</td>
  26.   <td align="left" width="60%" ><c:out value="${userrole_module.moduleid}" escapeXml = "false" /></td>
  27.  </tr>
  28. </html:form>
  29. </table>
  30. </body>
  31. </html>