📄 list.jsp
字号:
<%@page contentType="text/html;charset=GBK"%>
<%@ taglib prefix="ww" uri="webwork" %>
<%@ include file="/include/header.inc"%>
<script language="javascript">
<!--
function SelectPrivile(roleId){
var form = document.forms['chooseRoleForm'];
var dw=window.showModalDialog('<%= request.getContextPath() %>/jsp/xtgl/privilege/selprivilege_.jsp?roleId='+roleId,'', 'dialogHeight:500px; dialogWidth:300px; dialogLeft:(screen.availWidth/2-100); dialogTop:(screen.availHeight/2-100);center: yes;help:no;resizable:no;status:yes')
}
//-->
</script>
<table cellspacing="0" cellpadding="0" align="center">
<tr><td class="topg"/></tr>
</table>
<table cellspacing="0" cellpadding="0" align="center" class="wukuang" >
<form name="chooseRoleForm" action = "listPrivilegeOfRole.action" method="POST">
<tr>
<td width="1%" align="left" ><img class="img" src="<%= request.getContextPath() %>/images/tleft.gif"></td>
<td width="98%"align="left">[权限组授权]</td>
<td width="1%" align="left" ><img class="img" src="<%= request.getContextPath() %>/images/tright.gif"></td>
</tr>
</form>
</table>
<table cellspacing="0" cellpadding="0" align="center">
<tr><td class="topg"/></tr>
</table>
<table align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img class="img" src="<%= request.getContextPath() %>/images/result.gif" align="absmiddle"></td>
</tr>
</table>
<table border="1" cellspacing="1" cellpadding="2" align="center" class="bgtable" style="table-layout:fixed">
<form name="grantPrivilege" action = "addPrivilegeToRole.action" method="POST">
<tr align="center" class="henglan">
<td width="7%" align="center">操作</td>
<td width="43%" align="right"><div align="center">角色名称</div></td>
<td width="47%" align="center">角色描述</td>
</tr>
<ww:iterator value="allRoles" status="status">
<ww:if test="#status.odd == true">
<tr class="tabtd1" onMouseOver="MouseMoveIn(this);" onMouseOut="MouseMoveOut(this);">
</ww:if><ww:else>
<tr class="tabtd2" onMouseOver="MouseMoveIn(this);" onMouseOut="MouseMoveOut(this);">
</ww:else>
<td align="center"><a href="javascript:SelectPrivile('<ww:property value="id"/>');" ><img class="img" src="<%= request.getContextPath() %>/images/button/view.gif" alt="授权"></a></td>
<td title="<ww:property value="name"/>"><ww:property value="name"/></td>
<td title="<ww:property value="description"/>"><ww:property value="description"/></td>
</tr>
</ww:iterator>
</talbe>
<input type="hidden" name="roleId" value=<ww:property value="roleId"/>>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -