<%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@ page import="com.zky.bjca.SM4" %>
<%@ page import="cn.org.bjca.utils.Base64" %>
<%@page language="java" contentType="text/html;charset=utf-8"%>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%
	HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("by_checknotifyId");
%>
<html>
<head>
<title>通知预览</title>
<link href="../../css/font.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
<script src="/js/check.js"></script>
<style type="text/css">
	.td1{width: 30%;}
table#csstable{
border-top:#D8E9FE 1px solid;
border-left:#D8E9FE 1px solid;
}
table#csstable td{
border-bottom:#D8E9FE 1px solid;
border-right:#D8E9FE 1px solid;
}
</style>
</head>
<body>
<h3 align="center">通知预览</h3>
<table id="csstable" width="750px;"  border="0" align="center" cellpadding="0" cellspacing="0">
   	    <tr bgcolor="#FFFFFF">
   			<td class="cell3">通知人员</td>
   			<td class="cell4">
   			<%if(bufInfo.fget("notify_staffed",0).equals("")){ %>
    				未填写
    			<%}else{ %>
   			<%=SM4.SM4Decrypt(Base64.decode(bufInfo.fget("notify_staffed",0)))%><%} %></td>
   			<td class="cell3">通知日期</td>
   			<td class="cell4">
   			<%if(bufInfo.fget("notify_time",0).equals("")){ %>
    				未填写
    			<%}else{ %>
   			<%=bufInfo.fget("notify_time",0)%>
   			<%} %>
   			</td>
   	  </tr>
   	    <tr bgcolor="#FFFFFF">
   			<td class="cell3">通知内容</td>
   			<td class="cell4" colspan="3" align="left">
   			   <textarea rows="10" cols="60"><%=bufInfo.fget("notify_content",0) %></textarea></td>
   		</tr>
</table><br>
<%@include file="../../print/print.jsp"%>
</body>
</html>