⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rolemanage.jsp

📁 基于Sturts+Spring+Hibernate的一个高级销售管理系统。内容丰富
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <%@page import="com.yuanchung.sales.service.admin.AuthorizationMgrImpl"%>
     <%@page import="com.yuanchung.sales.constants.SystemConstant"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; UTF-8">
<title>Y6高级销售管理平台--系统授权</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" >
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
   <tr >
    <td width="25%" valign="top"> 
       <iframe name="leftframe" src="${pageContext.request.contextPath}/role.do?dispatch=getRolesToPage&type=1" width="100%" height="600" scrolling="auto"></iframe>        
    </td>
    <td  width="75%" valign="top">
      <iframe name="mainframe" src="${pageContext.request.contextPath}/role.do?dispatch=getUsersToPage" width="100%" height="600" scrolling="auto"></iframe>
    </td>
  </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

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