rolemanage.jsp
来自「基于Sturts+Spring+Hibernate的一个高级销售管理系统。内容丰」· JSP 代码 · 共 23 行
JSP
23 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?