You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
173 lines
4.7 KiB
173 lines
4.7 KiB
<%@page import="com.zky.para.Para"%>
|
|
<%@include file="/auth.jsp"%>
|
|
<%@page import="java.util.Date"%>
|
|
<%@ page import="com.zky.bjca.SM4" %>
|
|
<%@ page import="cn.org.bjca.utils.Base64" %>
|
|
<%@page language="java" pageEncoding="utf-8" %>
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
<%
|
|
String operate = (String)request.getParameter("operate");
|
|
String trainTime="";//获得天数
|
|
String trainType="";
|
|
String trainSubject="";
|
|
String timeEnd="";
|
|
String optrname="";
|
|
String sj="";
|
|
String qj="";
|
|
String school="";
|
|
String trainAddress="";
|
|
String part="";
|
|
String tainerInfo="";
|
|
if (operate.equals("modifyEmp")) {
|
|
int pos = 0;
|
|
HashFmlBuf buf = (HashFmlBuf)request.getAttribute("by_trainId");
|
|
//HashFmlBuf buf1 = (HashFmlBuf)request.getAttribute("by_trainId");
|
|
sj=buf.fget("FRAMEWORKNAME",pos);
|
|
qj=buf.fget("AREADEF",pos);
|
|
school=buf.fget("DEPARTNAME",pos);
|
|
optrname=buf.fget("train_name",pos);
|
|
trainType=buf.fget("train_type",pos);
|
|
trainSubject=buf.fget("train_subject",pos);
|
|
trainTime=buf.fget("train_time",pos);
|
|
timeEnd=buf.fget("TRAIN_TIMEEND",pos);
|
|
trainAddress=buf.fget("train_address",pos);
|
|
part=buf.fget("part", pos);
|
|
tainerInfo=buf.fget("tainerInfo", pos);
|
|
}
|
|
%>
|
|
<html>
|
|
<head>
|
|
<title>培训信息</title>
|
|
<link href="../../css/font.css" rel="stylesheet" type="text/css">
|
|
<script src="../../js/date.js"></script>
|
|
<script src="../../js/check.js"></script>
|
|
<style type="text/css">
|
|
|
|
.aselect{
|
|
width: 155px;
|
|
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body onload="setValue();">
|
|
<form name="form1" method="post" action="/servlet/TrainManage">
|
|
<input type="hidden" name="operate" value=""/>
|
|
<input type="hidden" name="trainstate" value="1"/>
|
|
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
|
|
<tr>
|
|
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
<td width="97%" class="font12b"> 培训登记详细信息</td>
|
|
</tr>
|
|
</table></td>
|
|
<td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1" style="line-height: 30px;">所属地市</td>
|
|
<td class="cell2">
|
|
<%=sj%>
|
|
</td>
|
|
<td class="cell1">所属区县</td>
|
|
<td class="cell2">
|
|
<%=qj%>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1" style="line-height: 30px;">所属单位</td>
|
|
<td class="cell2">
|
|
<%=school%>
|
|
</td>
|
|
<td class="cell1">下属部门</td>
|
|
<td class="cell2" >
|
|
<%=part%>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1">培训人员</td>
|
|
<td class="cell2" >
|
|
<%=optrname%>
|
|
</td>
|
|
<td class="cell1" style="line-height: 30px;">培训类型</td>
|
|
<td class="cell2">
|
|
<%
|
|
if (trainType.equals("0")){
|
|
%>
|
|
资料学习
|
|
<%
|
|
}else if(trainType.equals("1")){
|
|
%>
|
|
视频学习
|
|
<%
|
|
}else {
|
|
%>
|
|
音频学习
|
|
<%
|
|
}
|
|
%>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1" style="line-height: 30px;">培训开始日期</td>
|
|
<td class="cell2">
|
|
<%=trainTime%>
|
|
</td>
|
|
<td class="cell1">培训结束日期</td>
|
|
<td class="cell2">
|
|
<%=timeEnd%>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1">培训对象</td>
|
|
<td class="cell2">
|
|
<%
|
|
if (trainSubject.equals("0")){
|
|
%>
|
|
涉密文件
|
|
<%
|
|
}else if(trainSubject.equals("1")){
|
|
%>
|
|
涉密设备
|
|
<%
|
|
}else if(trainSubject.equals("2")){
|
|
%>
|
|
涉密资产
|
|
<%
|
|
}else if(trainSubject.equals("3")){
|
|
%>
|
|
涉密人员
|
|
<%
|
|
}
|
|
%>
|
|
</td>
|
|
<td class="cell1" style="line-height: 30px;">培训地点</td>
|
|
<td class="cell2" >
|
|
<%=SM4.SM4Decrypt(Base64.decode(trainAddress)) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td class="cell1" style="line-height: 40px;">领导审批意见</td>
|
|
<td class="cell2" colspan="3" ><textarea cols="50" rows="5" name="tainerInfo"> <%=tainerInfo %></textarea></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td><a href="javascript:history.go(-1)"><img src="../../images1/gb.png" alt="返回" border="0" /></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%@include file="/foot.jsp"%>
|
|
</form>
|
|
</body>
|
|
</html> |