📄 detail.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/jb-common.tld" prefix="jb"%>
<script type="text/javascript" src="script/common.js"></script>
<script type="text/javascript" src="script/icommon.js"></script>
<script type="text/javascript" src="script/validate.js"></script>
<html:errors />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<title>查看角色</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body class="main">
<html:form action="role.do" method="post">
<html:hidden property="o" value="doAssignRights" />
<html:hidden property="item.roleId" />
<html:hidden property="item.roleFlag" />
<span class="page_title">角色信息</span>
<div class="button_bar">
<button class="common_button" onclick="javascript:history.go(-1);">
返回
</button>
</div>
<table class="query_form_table" border="0" cellPadding="3"
cellSpacing="0">
<tr>
<th>
角色名
</th>
<td class="input_content">
${roleForm.item.roleName }
</td>
<th>
角色描述
</th>
<td class="input_content">
${roleForm.item.roleDesc }
</td>
</tr>
<tr>
<th class="input_title">
权限
</th>
<td class="input_content">
保密
</td>
<th class="input_title">
状态
</th>
<td class="input_content">
${roleForm.item.roleFlagString }
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -