?? sysuser_roleview.jsp
字號:
<%@ page language="java" pageEncoding="GB2312" contentType="text/html;charset=GB2312"%>
<%@ include file="/common/taglibs.jsp"%>
<%@ include file="/common/meta.jsp"%>
<html>
<head>
<title>系統(tǒng)用戶角色說明</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/sysuser_role/savesysuser_role.html">
<input type="hidden" name="from" value='<c:out value="${from}"/>'>
<html:hidden property="id"/>
<tr>
<th width="100%" align="center" colspan="2">系統(tǒng)用戶角色說明</th>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>系統(tǒng)用戶id</td>
<td align="left" width="60%" ><c:out value="${sysuser_role.userid}" escapeXml = "false" /></td>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>角色id</td>
<td align="left" width="60%" ><c:out value="${sysuser_role.roleid}" escapeXml = "false" /></td>
</tr>
</html:form>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -