%@ 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"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
	
	
	
	
	
	<%@ include file="../../system/index/top.jsp"%>
	
	
	
	
		
			
				
					
					
						
						
							
								| 发信人:${pd.TO_USERNAME}  
								收信人:${pd.FROM_USERNAME}  
								
								
								发信人:${pd.FROM_USERNAME}  
								收信人:${pd.TO_USERNAME}  
								
								发信时间:${pd.SEND_TIME} | 
							
								| ${pd.CONTENT} | 
						
						 
					 
					
				 
				
			 
			
		 
	 
	
 
	
	<%@ include file="../../system/index/foot.jsp"%>