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.
508 lines
15 KiB
508 lines
15 KiB
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<%@page import="com.zky.zhyw.smsb.CreatePropertyIdUtils"%>
|
|
<%@page import="java.util.Collections"%>
|
|
<%@page import="java.util.Arrays"%>
|
|
<%@page import="java.util.List"%>
|
|
<%@page import="java.util.Calendar"%>
|
|
<%@page import="java.text.SimpleDateFormat"%>
|
|
<%@page import="com.zky.para.Para"%>
|
|
<%@include file="/auth.jsp"%>
|
|
<%@page import="java.util.Date"%>
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
<%@page import="java.util.Date"%>
|
|
<%
|
|
String secret="";
|
|
String purpose=(String)request.getAttribute("purpose");
|
|
String remark=(String)request.getAttribute("remark");
|
|
String propertyType=(String)request.getAttribute("propertyType");
|
|
String propertyType1=Common.convertNull(request.getParameter("propertyType"));
|
|
HashFmlBuf bufs=(HashFmlBuf)request.getAttribute("bufEmployee"); //读取学生编号
|
|
HashFmlBuf bufschool=(HashFmlBuf)request.getAttribute("writeDepartment"); //通过区县读取学校
|
|
String areaid=(String)request.getAttribute("areaid");
|
|
String studentid=(String)request.getAttribute("studentid");
|
|
Login loginObj = (Login)session.getAttribute("login");
|
|
String sj = Common.convertNull(request.getParameter("sj"));
|
|
String qj = Common.convertNull(request.getParameter("qj"));
|
|
String school = Common.convertNull(request.getParameter("school"));
|
|
String propertyName=Common.convertNull(request.getParameter("propertyName"));
|
|
String date = DateTime.DateToStr(new Date());
|
|
String useId=CreatePropertyIdUtils.createPropertyUseId(request,response,school);
|
|
String operatedepartidvalue=(String)session.getAttribute("operatedepartidvalue");
|
|
String operatedepartidvalues;
|
|
if(operatedepartidvalue==null){
|
|
operatedepartidvalues="";
|
|
}else{
|
|
operatedepartidvalues=operatedepartidvalue;
|
|
}
|
|
%>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<title>涉密网络终端</title>
|
|
<link href="../../../css/font.css" rel="stylesheet" type="text/css">
|
|
<script src="../../../js/date.js"></script>
|
|
<script src="../../../js/check.js"></script>
|
|
<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">
|
|
<meta name="save" content="history">
|
|
<style type="text/css">
|
|
input{behavior:url(#default#savehistory)};
|
|
</style>
|
|
<script>
|
|
function setValue()
|
|
{
|
|
<%
|
|
if(!Common.isNull(sj))
|
|
{
|
|
out.println("form1.sj.value='" + sj + "';");
|
|
}
|
|
if(!Common.isNull(qj))
|
|
{
|
|
out.println("form1.qj.value='" + qj + "';");
|
|
}
|
|
if(!Common.isNull(propertyName))
|
|
{
|
|
out.println("form1.propertyName.value='" + propertyName + "';");
|
|
}
|
|
if(!Common.isNull(school))
|
|
{
|
|
out.println("form1.school.value='" + school + "';");
|
|
}
|
|
%>
|
|
}
|
|
function check(operate) {
|
|
form1.operate.value = operate;
|
|
<%
|
|
login_obj = (Login)session.getAttribute("login");
|
|
String optrid = login_obj.optrid;
|
|
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
|
|
%>
|
|
if(operate=='backPropertyInfo1'){
|
|
form1.action = "/servlet/PropertyNetManageServlet?operate=backPropertyInfo1";
|
|
form1.submit();
|
|
}
|
|
if(operate=="addPropertyUse"){
|
|
if (form1.sj.value == "") {
|
|
alert("请选择市州!");
|
|
form1.sj.focus();
|
|
return false;
|
|
}
|
|
if(form1.school.value=="")
|
|
{
|
|
alert("请选择使用单位");
|
|
form1.school.focus();
|
|
return false;
|
|
}
|
|
if(form1.recoverStaffid.value=="")
|
|
{
|
|
alert("请填写接收人员");
|
|
form1.recoverStaffid.focus();
|
|
return false;
|
|
}
|
|
}
|
|
if(operate=="closePropertyInfo"){
|
|
form1.action = "/zhyw/smsb/sbdj/propertyUseManage.jsp";
|
|
}
|
|
form1.button1.disabled=true;
|
|
form1.submit();
|
|
}
|
|
function selectChange(i) {
|
|
form1.action = "/zhyw/smsb/sbdj/propertyUseAdd.jsp";
|
|
form1.submit();
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
.aselect
|
|
{
|
|
width:156px;
|
|
}
|
|
</style>
|
|
<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;
|
|
}
|
|
table#csstable #bottomcss td{
|
|
|
|
border-bottom:#D8E9FE 0px solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
<%
|
|
HashFmlBuf buf=(HashFmlBuf)request.getAttribute("infoBuf");
|
|
String operateuseId=(String)request.getAttribute("operateuseIds");
|
|
String dwNames=(String)request.getAttribute("dwNa");
|
|
%>
|
|
<body onload="setValue()">
|
|
<form name="form1" method="post" action="/servlet/PropertyNetManageServlet" >
|
|
<input type="hidden" name="operateuseId" value="<%=operateuseId%>">
|
|
<input type="hidden" name="dwNames" value="<%=dwNames%>"/>
|
|
<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="100%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="6%"><img src="/images/little_red.jpg" width="12" height="12"></td>
|
|
<td width="94%" 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>
|
|
<input type="hidden" name="operate" value=""/>
|
|
<!-- 服务器 -->
|
|
<%
|
|
String nameFWQ=buf.fget("NET_NAME", 0);
|
|
String nameLYQ=buf.fget("NET_NAME", 0);
|
|
String nameFHQ=buf.fget("NET_NAME", 0);
|
|
String nameWG=buf.fget("NET_NAME", 0);
|
|
String nameDY=buf.fget("NET_NAME", 0);
|
|
String nameLY=buf.fget("NET_NAME", 0);
|
|
if(nameFWQ.equals("服务器") ){
|
|
%>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("ID", 0) %>
|
|
</td>
|
|
<td class="cell1">责任人编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_ID", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络品牌</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_BRAND",0)%>
|
|
</td>
|
|
<td class="cell1">网络IP地址</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_IP", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络设备型号</td>
|
|
<td class="td1">
|
|
<%=buf.fget("NET_NO", 0) %>
|
|
</td>
|
|
<td class="cell1">涉密网络名称</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NetSMName", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">机型</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_NAME", 0) %>
|
|
</td>
|
|
<td class="cell1" >网络设备SN号</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("PROPERTY_SN", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("Airtight", 0) %>
|
|
</td>
|
|
<td class="cell1" >是否属于要害部门、部位</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("Part", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1" >备注信息</td>
|
|
<td class="cell2" colspan="3">
|
|
<%=buf.fget("REMARK", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center"><input name="button2" onClick="check('backPropertyInfo1');" type="image" alt="关闭" src="/images1/gb.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}else if(nameLYQ.equals("路由器") ){
|
|
%>
|
|
<!-- 路由器-->
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("ID", 0) %>
|
|
</td>
|
|
<td class="cell1">责任人编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_ID", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络品牌</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_BRAND",0)%>
|
|
</td>
|
|
<td class="cell1">网络IP地址</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_IP", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络设备型号</td>
|
|
<td class="td1">
|
|
<%=buf.fget("NET_NO", 0) %>
|
|
</td>
|
|
<td class="cell1">涉密网络名称</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NetSMName", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">机型</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_NAME", 0) %>
|
|
</td>
|
|
<td class="cell1" >网络设备SN号</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("PROPERTY_SN", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("Airtight", 0) %>
|
|
</td>
|
|
<td class="cell1" >是否属于要害部门、部位</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("Part", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1" >备注信息</td>
|
|
<td class="cell2" colspan="3">
|
|
<%=buf.fget("REMARK", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center"><input name="button2" onClick="check('backPropertyInfo1');" type="image" alt="关闭" src="/images1/gb.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}else if(nameFHQ.equals("防火墙") ){
|
|
%>
|
|
<!-- 防火墙-->
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("ID", 0) %>
|
|
</td>
|
|
<td class="cell1">责任人编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_ID", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络品牌</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_BRAND",0)%>
|
|
</td>
|
|
<td class="cell1">网络IP地址</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_IP", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络设备型号</td>
|
|
<td class="td1">
|
|
<%=buf.fget("NET_NO", 0) %>
|
|
</td>
|
|
<td class="cell1">涉密网络名称</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NetSMName", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">机型</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_NAME", 0) %>
|
|
</td>
|
|
<td class="cell1" >网络设备SN号</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("PROPERTY_SN", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("Airtight", 0) %>
|
|
</td>
|
|
<td class="cell1" >是否属于要害部门、部位</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("Part", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1" >备注信息</td>
|
|
<td class="cell2" colspan="3">
|
|
<%=buf.fget("REMARK", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center"><input name="button2" onClick="check('backPropertyInfo1');" type="image" alt="关闭" src="/images1/gb.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}else if(nameWG.equals("网关") ){
|
|
%>
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("ID", 0) %>
|
|
</td>
|
|
<td class="cell1">责任人编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_ID", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络品牌</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_BRAND",0)%>
|
|
</td>
|
|
<td class="cell1">网络IP地址</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_IP", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络设备型号</td>
|
|
<td class="td1">
|
|
<%=buf.fget("NET_NO", 0) %>
|
|
</td>
|
|
<td class="cell1">涉密网络名称</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NetSMName", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">机型</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_NAME", 0) %>
|
|
</td>
|
|
<td class="cell1" >网络设备SN号</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("PROPERTY_SN", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("Airtight", 0) %>
|
|
</td>
|
|
<td class="cell1" >是否属于要害部门、部位</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("Part", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1" >备注信息</td>
|
|
<td class="cell2" colspan="3">
|
|
<%=buf.fget("REMARK", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center"><input name="button2" onClick="check('backPropertyInfo1');" type="image" alt="关闭" src="/images1/gb.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}else{
|
|
%>
|
|
<!-- 其它 -->
|
|
<table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("ID", 0) %>
|
|
</td>
|
|
<td class="cell1">责任人编号</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_ID", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络品牌</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_BRAND",0)%>
|
|
</td>
|
|
<td class="cell1">网络IP地址</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_IP", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">网络设备型号</td>
|
|
<td class="td1">
|
|
<%=buf.fget("NET_NO", 0) %>
|
|
</td>
|
|
<td class="cell1">涉密网络名称</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NetSMName", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">机型</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("NET_NAME", 0) %>
|
|
</td>
|
|
<td class="cell1" >网络设备SN号</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("PROPERTY_SN", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1">密级</td>
|
|
<td class="cell2">
|
|
<%=buf.fget("Airtight", 0) %>
|
|
</td>
|
|
<td class="cell1" >是否属于要害部门、部位</td>
|
|
<td class="cell2" >
|
|
<%=buf.fget("Part", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF" height="35">
|
|
<td class="cell1" >备注信息</td>
|
|
<td class="cell2" colspan="3">
|
|
<%=buf.fget("REMARK", 0) %>
|
|
</td>
|
|
</tr>
|
|
<tr tr bgcolor="#FFFFFF">
|
|
<td colspan="4" align="center"><input name="button2" onClick="check('backPropertyInfo1');" type="image" alt="关闭" src="/images1/gb.png"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<%
|
|
}
|
|
%>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<%@include file="/foot.jsp"%>
|
|
</body>
|
|
</html>
|
|
<script src="/js/ajaxUtils.js"></script> |