📄 roledetail.jsp
字号:
<%--
Created by IntelliJ IDEA.
User: Songzou
Date: 2007-4-17
Time: 11:14:00
--%>
<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/WEB-INF/jsp/inc/taglib.jsp"%>
<%@ include file="/WEB-INF/jsp/inc/css.jsp"%>
<%@ include file="/WEB-INF/jsp/inc/js.jsp"%>
<script type="text/javascript" src="js/frame/role.js"></script>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title></title>
<base target="_self"/>
</head>
<body onload="moduleTree.expandAll();">
<div align="center">
<table width="988" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18"><img src="images/frame/navigation_1.jpg" width="18"></td>
<td background="images/frame/navigation_2.jpg" style="padding-top:2px ">
框架设置>>角色查看
</td>
<td width="9"><img src="images/frame/navigation_3.jpg" width="9"></td>
</tr>
</table>
<table width="988" border="1" borderColor="#7F9DB9" cellpadding="1" cellspacing="0" style="border-collapse:collapse;">
<tr>
<td width="250" height="550" style="vertical-align:top;background-color:#FFFFFF">
<table width="100%" height="550" cellpadding="0" cellspacing="0">
<tr>
<td height="30" style="border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#7F9DB9;">
<table>
<tr>
<td width="10"> </td>
<td><a href="javascript:moduleTree.expandAll();">展开树</a></td>
<td width="10"> </td>
<td><a href="javascript:moduleTree.collapseAll();">收缩树</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="550">
<nobr>
<ul class="tree" allExpand="true" id="moduleTree" borderStyle="0" width="250" height="550" checkBox="true">
<li><input type="checkbox" name="system" <c:if test="${haveModule==true}">checked</c:if> disabled><img class="parentNode" id='root'><a onclick="link('roleAction.do?method=roleExplain','moduleFrame')"><c:out value="${systemName}"/></a></li>
<ul>
<c:forEach var="module" items="${moduleTree}">
<c:out value="${module}" escapeXml="false" />
</c:forEach>
</ul>
</ul>
</nobr>
</td>
</tr>
</table>
</td>
<td width="740" height="550" style="vertical-align:top;background-color:#FFFFFF">
<table width="100%" height="550" cellpadding="0" cellspacing="0">
<tr>
<td height="30" style="border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#7F9DB9;">
<table>
<tr>
<td> </td>
<td>角色名称:</td>
<td><c:out value="${roleinfo.rolename}"/></td>
<td> </td>
<td>角色状态:</td>
<td>
<c:choose>
<c:when test="${roleinfo.state=='0'}"><font color="#999999">未启用</font></c:when>
<c:when test="${roleinfo.state=='1'}">已启用</c:when>
<c:when test="${roleinfo.state=='2'}"><font color="#FF0000">已禁用</font></c:when>
</c:choose>
</td>
<td> </td>
<td><input type="button" class="btn" style="width:70" imageType="return" value="返回" onclick="link('roleAction.do?method=roleList')"></td>
<td> </td>
<td>
<c:if test="${roleinfo.state=='0'}">
<input type="button" class="btn" style="width:70" imageType="cancel" value="删除" onclick="delRole('${roleinfo.roleid}','${sessionID}')">
</c:if>
<c:if test="${roleinfo.state!='0'}">
<input type="button" class="btn" style="width:70" imageType="cancel" value="删除" disabled>
</c:if>
</td>
<td> </td>
<td><input type="button" class="btn" style="width:70" value="修改" onclick="link('roleAction.do?method=roleMod&roleid=${roleinfo.roleid}')"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="550"><iframe src="roleAction.do?method=roleExplain" name="moduleFrame" scrolling="auto" frameborder="0" width="100%" height="100%"></iframe></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -