pmanager.jsp

来自「机房运营维护系统 java+oracle9i 使用struts 分用户权限」· JSP 代码 · 共 49 行

JSP
49
字号
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>权限管理</title></head>
<body></br></br>
    <table align="center" width="60%" bgcolor="33CC66">
       <tr>
         <th colspan="2" bgcolor="99CC33">权限管理</th>
       </tr>
       <tr>
          <td width="20%">
              <table align="left"  width="100%">
                 
                 
                 <logic:equal value="Y" name="PManager"  scope="request">
                 <tr bgcolor="00CCFF">
                   <td width="100%" align="center"><html:link page="/RManager.do?control=roleList">角色管理</html:link></td>
                 </tr>
                 </logic:equal>
                 
                 <logic:equal value="Y" name="CPopedom"  scope="request">
                 <tr bgcolor="00CCFF">
                   <td width="100%" align="center"><html:link page="/RManager.do?control=cfgEmpRoleList">配置用户</html:link></td>
                 </tr>
                 </logic:equal>
                <tr bgcolor="00CCFF">
                   <td width="100%" align="center"><a href="main.do?control=returnMain">返回</a></td>
                 </tr>
                 
                 <tr bgcolor="00CCFF">
                   <td width="100%" align="center"><html:link page="/main.do?control=exit">退出</html:link></td>
                 </tr>
              </table>
          </td>
          <td width="80%" bgcolor="FFFFFF">
             
          </td>
       </tr>
    </table>
</body></html:html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?