%@ page language="java" contentType="text/html; charset=UTF-8"
	pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>
<%@ include file="../index/top.jsp"%>
	
	
		
		
			
				
					
						
							
								
									| 角色组: | bgcolor="#FFC926" onMouseOut="javascript:this.bgColor='#FFC926';"bgcolor="#E5E5E5" onMouseOut="javascript:this.bgColor='#E5E5E5';"  onMouseMove="javascript:this.bgColor='#FFC926';" >
												${role.ROLE_NAME } |  | 
											| 没有相关数据 | 
										
										
									 | 
							
							
							
							
							
						 
						
					 
					
				 
				
			 
		 
		
		
		
			
		
	 
	
	
	
	<%@ include file="../index/foot.jsp"%>