📄 roleadd.jsp
字号:
<%--
Created by IntelliJ IDEA.
User: Songzou
Date: 2007-4-8
Time: 11:48: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>
<div align="center">
<table width="978" 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="978" border="1" borderColor="#7F9DB9" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
<form action="roleAction.do?method=roleAddSave" name="roleForm" method="post">
<tr>
<td width="250" height="540" style="vertical-align:top;background-color:#FFFFFF">
<table width="100%" height="540" 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="540">
<nobr>
<ul class="tree" allExpand="true" id="moduleTree" borderStyle="0" width="250" height="540" checkBox="true">
<li><input type="checkbox" name="system"><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="720" height="540" style="vertical-align:top;background-color:#FFFFFF">
<table width="100%" height="540" 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><input type="text" class="char" name="rolename" style="width:150;" maxlength="50"></td>
<td> </td>
<td><input type="checkbox" onclick="getObject('state').value=(this.checked)?1:0"></td>
<td>立即启用<input type="hidden" name="state" value="0"></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><input type="button" class="btn" style="width:70" imageType="ok" value="保存" onclick="checkRoleForm(0)"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="540"><iframe src="roleAction.do?method=roleExplain" name="moduleFrame" scrolling="auto" frameborder="0" width="100%" height="100%"></iframe></td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -