Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/commit/b6c77eaf1d8c3b868cac3bf1b3771294771d1ecb You should set ROOT_URL correctly, otherwise the web may not work correctly.

涉密人员登记、涉密人员培训、涉密人员审核内容样式修改

master
dsh 1 year ago
parent 3fc79397d6
commit b6c77eaf1d

@ -42,7 +42,7 @@
</style>
</head>
<body >
<form id="form1" runat="server">
<form id="form1" runat="server" style="margin: 0">
<div style="right: 10px; top: 5px; position: absolute; height: 21px; text-align: right">
<%--<iframe id='Iframe1' width='189' height='190' align='center' marginwidth='0' marginheight='0'
hspace='0' vspace='0' frameborder='0' scrolling='no' src='http://weather.qq.com/inc/ss57.htm'>

@ -237,7 +237,7 @@ document.write("<link type=\"text/css\" rel=\"StyleSheet\" href=\"" + cssFile +
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
</HEAD>
<BODY style="BACKGROUND-IMAGE: url(/images/bg.gif); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x ">
<BODY style="BACKGROUND-IMAGE: url(/images/bg.gif); MARGIN: 0px; BACKGROUND-REPEAT: repeat-x ;width: 99%;">
<form id="form1">
<DIV id=logo
style="BACKGROUND-IMAGE: url(/images/logo.png); BACKGROUND-REPEAT: no-repeat">

@ -37,6 +37,47 @@ select {
.spanc {
text-align: center;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: space-between;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
width: 148px;
border-right: 1px solid #000000;
box-sizing: border-box;
font-weight: bold;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span a,img,input {
margin-right: 6px;
}
</style>
<script>
//权限控制
@ -138,7 +179,7 @@ select {
}
</script>
<body onload="setValue();" scroll="no">
<form name="form1" method="post" action="/servlet/EmpManage">
<form name="form1" method="post" action="/servlet/EmpManage" style="height: 100%;">
<input type="hidden" name="operate" value="" />
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
@ -227,22 +268,22 @@ select {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
cellspacing="1" class="box" style="height: 87%;">
<tr>
<td>
<div style="width: 100%; height: 380px; overflow: auto;">
<div style="width: 100%; height: 96%; overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0"
contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span width="5px" style="text-align: center;">序号 <%=login.getEmpid() %></span> <span
width="10px">人员编号</span> <span width="10px">人员状态</span> <span
width="10px">人员姓名</span> <span width="7px">人员性别</span> <span
width="7px">涉密程度</span> <span width="10px">是否为要害部门</span> <span
width="10px">联系电话</span> <span width="7px">政治面貌</span>
<span width="5px" style="text-align: center;width: 100px;">序号 <%=login.getEmpid() %></span> <span
width="10px">人员编号</span> <span width="10px" style="width: 100px;">人员状态</span> <span
width="10px">人员姓名</span> <span width="7px" style="width: 100px;">人员性别</span> <span
width="7px" style="width: 100px;">涉密程度</span> <span width="10px">是否为要害部门</span> <span
width="10px">联系电话</span> <span width="7px" style="width: 100px;">政治面貌</span>
<span width="10px">出生年月</span>
<span width="15px">管理</span>
<span style="width: 182px;border-right: none;">管理</span>
</div>
</div>
<div class="gridBody">
@ -260,33 +301,40 @@ select {
if (tempExaminestate.equals("0")) {tempExaminestate = "已审核";disabled = "";} else { tempExaminestate = "未审核"; disabled = "";}
%>
<div class="gridRow">
<span width="5px" style="text-align: center;"><%=i + 1%>
<input type="checkbox" name="empids" value="<%=tempEmpid%>"></span>
<span><%=tempEmpid%></span> <span>
<% if (tempstate.equals("正常")) {%> <img src="../../images1/ok.png" width="16" height="16" alt="正常" style="cursor: pointer;">
<% } else {%> <img src="../../images1/nook.png" width="16" height="16" alt="已注销" style="cursor: pointer;">
<span width="5px" style="text-align: center;width: 100px;"><%=i + 1%>
<input type="checkbox" name="empids" value="<%=tempEmpid%>">
</span>
<span><%=tempEmpid%></span>
<span style="width: 100px;">
<% if (tempstate.equals("正常")) {%> <img src="../../images1/ok.png" width="16" height="16" alt="正常" style="cursor: pointer;margin-top: 7%;">
<% } else {%> <img src="../../images1/nook.png" width="16" height="16" alt="已注销" style="cursor: pointer;margin-top: 7%;">
<% } %>
</span> <span><%=buf.fget("empname", i)%></span> <span><%=tmpsex%></span>
<span><%=buf.fget("empschool", i)%></span> <span><%=buf.fget("yaohaidemept", i)%></span>
<span><%=buf.fget("empcontphone", i)%></span> <span><%=buf.fget("emppolitics", i)%></span>
<span><%=buf.fget("birthday", i)%></span> <span width="15px">
</span>
<span><%=buf.fget("empname", i)%></span>
<span style="width: 100px;"><%=tmpsex%></span>
<span style="width: 100px;"><%=buf.fget("empschool", i)%></span>
<span><%=buf.fget("yaohaidemept", i)%></span>
<span><%=buf.fget("empcontphone", i)%></span>
<span style="width: 100px;"><%=buf.fget("emppolitics", i)%></span>
<span><%=buf.fget("birthday", i)%></span>
<span style="width: 182px;border-right: none;">
<% if (login.getSanyuan().equals("0")) {%>
<% if(employeeid.equals(login.getEmpid()) || login.getEmpid().equals("ADMIN") || login.getEmpid().equals("ZHKYADMIN")){ %>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;" /></a> &nbsp;
<% if (tempstate.equals("正常")) { %> <img border="0" src="../../../images1/unlockTask.png" ALT="已激活" style="cursor: pointer;" />&nbsp;&nbsp;
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;" /></a>
<% if (tempstate.equals("正常")) { %> <img border="0" src="../../../images1/unlockTask.png" ALT="已激活" style="cursor: pointer;" />
<% } else { %>
<% if (tempExaminestate.equals("已审核")) { %>
<a href=" /servlet/EmpManage?operate=queryEmpstateEmpId&empid=<%=tempEmpid%>"
onclick="return confirm('确定要激活此人吗?')"><img border="0" src="../../../images1/lockTask.png" ALT="激活"
style="cursor: pointer;" /></a> &nbsp;
style="cursor: pointer;" /></a>
<% } else { %> <img border="0" src="../../../images1/lockTask.png" ALT="激活" style="cursor: pointer;"
onclick="return confirm('此用户未进行审核,请先审核,再激活!')" />&nbsp;&nbsp;
onclick="return confirm('此用户未进行审核,请先审核,再激活!')" />
<% } %>
<% } %>
<a href="/servlet/EmpManage?operate=initPwd&empid=<%=tempEmpid%>"><img
border="0" src="../../../images1/password.gif" ALT="初始化密码"/>
</a>&nbsp;
</a>
<%--<input border="0" type="image" src="../../../images1/password.gif"
ALT="初始化密码" style="cursor: pointer;" name="button2"
@ -297,26 +345,26 @@ select {
<input border="0" type="image" src="../../../images1/edit.gif"
ALT="修改" style="cursor: pointer;" name="button2"
onclick="check('queryEmpByEmpId','<%=tempEmpid%>');" />
&nbsp; <input border="0" type="image"
<input border="0" type="image"
src="../../../images1/delete.gif" ALT="删除"
style="cursor: pointer;" name="button2"
onclick="check('queryEmpBydelete','<%=tempEmpid%>');" />
&nbsp; <%}else{ %> <%} %>
<%}else{ %> <%} %>
<% } else if (login.getSanyuan().equals("1")) { %>
<% if(employeeid.equals(login.getEmpid()) || login.getEmpid().equals("ADMIN") || login.getEmpid().equals("ZHKYADMIN")){ %>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看"
style="cursor: pointer;" /></a> &nbsp; <%}else{ %> <%} %> <% } else { %>
style="cursor: pointer;" /></a><%}else{ %> <%} %> <% } else { %>
<%
if(employeeid.equals(login.getEmpid()) || login.getEmpid().equals("ADMIN") || login.getEmpid().equals("ZHKYADMIN")){
%>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看"
style="cursor: pointer;" /></a> &nbsp; <input border="0"
style="cursor: pointer;" /></a><input border="0"
type="image" src="../../../images1/edit.gif" ALT="修改"
style="cursor: pointer;" name="button2"
onclick="check('queryEmpByEmpId','<%=tempEmpid%>');" />
&nbsp; <input border="0" type="image"
<input border="0" type="image"
src="../../../images1/delete.gif" ALT="删除"
style="cursor: pointer;" name="button2"
onclick="check('queryEmpBydelete','<%=tempEmpid%>');" /> <%}else{ %>

@ -44,6 +44,46 @@ html {
select {
width: 155px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: space-between;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
width: 148px;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span a,img,input {
margin-right: 6px;
}
</style>
<script>
function setValue() {
@ -110,7 +150,7 @@ select {
</script>
</head>
<body onload="setValue();" scroll="no">
<form name="form1" method="post" action="/servlet/TrainManage">
<form name="form1" method="post" action="/servlet/TrainManage" style="height: 100%;">
<input type="hidden" name="operate" value="" />
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
@ -201,20 +241,20 @@ select {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
cellspacing="1" class="box" style="height: 87%;">
<tr>
<td>
<div style="width: 100%; height: 385px; overflow: auto;">
<div style="width: 100%; height: 96%; overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0"
contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span width="5px"><b>序号</b></span> <span width="10px"><b>培训状态</b></span>
<span width="5px" style="width: 100px;"><b>序号</b></span> <span width="10px" style="width: 100px;"><b>培训状态</b></span>
<span width="10px"><b>审批人</b></span> <span width="7px"><b>培训人员姓名</b></span>
<span width="10px"><b>培训类型</b></span> <span width="10px"><b>培训对象</b></span>
<span width="10px"><b>培训开始日期</b></span> <span width="10px"><b>培训结束日期</b></span>
<span width="15px"><b>培训地点</b></span> <span width="13px">
<span width="15px"><b>培训地点</b></span> <span style="width: 182px;border-right: none;">
<b>操作</b>
</span>
</div>
@ -263,30 +303,31 @@ select {
}
%>
<div class="gridRow">
<span width="5px" style="text-align: center;"><%=i + 1%></span> <span>
<span width="5px" style="text-align: center;width: 100px;"><%=i + 1%></span>
<span style="width: 100px;">
<%
if (tempState.equals("通过")) {
%> <img src="../../../images1/pass.png" width="16" height="16"
alt="通过" style="cursor: pointer;">
alt="通过" style="cursor: pointer;margin-top: 7%;">
<% } else {
%> <img src="../../../images1/nopass.png" width="16" height="16"
alt="未通过" style="cursor: pointer;"> <%
alt="未通过" style="cursor: pointer;margin-top: 7%;"> <%
}
%>
</span> <span><%=buf.fget("empid", i)%></span> <span><%=buf.fget("train_name", i)%></span>
<span name="trainSubject"><%=tempType%></span> <span><%=tempSubject%></span>
<span><%=buf.fget("train_time", i)%></span> <span><%=buf.fget("train_timeend", i)%></span>
<span><%=SM4.SM4Decrypt(Base64.decode(buf.fget("TRAIN_ADDRESS", i)))%></span> <span width="12px">
<span><%=SM4.SM4Decrypt(Base64.decode(buf.fget("TRAIN_ADDRESS", i)))%></span> <span style="width: 182px;border-right: none;">
<% if (login.getSanyuan().equals("0")) { %>
<a href=" /servlet/TrainManage?operate=queryTrainShowById&trainId=<%=tempTrainid%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看"
style="cursor: pointer;" /></a> &nbsp;&nbsp; <a
style="cursor: pointer;" /></a><a
href=" /servlet/TrainManage?operate=queryTrainById&trainId=<%=tempTrainid%>"><img
border="0" src="../../../images1/edit.gif" ALT="修改"
style="cursor: pointer;" /></a> &nbsp;&nbsp; <input border="0"
style="cursor: pointer;" /></a><input border="0"
type="image" src="../../../images1/delete.gif" ALT="删除"
style="cursor: pointer;" name="button2"
onclick="check('queryTrainBydelete','<%=tempTrainid%>');" />&nbsp;&nbsp;
onclick="check('queryTrainBydelete','<%=tempTrainid%>');" />
<%
if (tempState.equals("不通过")) {
%> <input border="0" type="image"
@ -303,7 +344,7 @@ select {
<a
href=" /servlet/TrainManage?operate=queryTrainShowById&trainId=<%=tempTrainid%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看"
style="cursor: pointer;" /></a> &nbsp;&nbsp; <%
style="cursor: pointer;" /></a> <%
if (tempState.equals("不通过")) {
%> <input border="0" type="image"
src="../../../images1/car_apply.png" alt="未审核"
@ -319,13 +360,13 @@ select {
%> <a
href=" /servlet/TrainManage?operate=queryTrainShowById&trainId=<%=tempTrainid%>"><img
border="0" src="../../../images1/read_document.png" ALT="查看"
style="cursor: pointer;" /></a> &nbsp;&nbsp; <a
style="cursor: pointer;" /></a><a
href=" /servlet/TrainManage?operate=queryTrainById&trainId=<%=tempTrainid%>"><img
border="0" src="../../../images1/edit.gif" ALT="修改"
style="cursor: pointer;" /></a> &nbsp;&nbsp; <input border="0"
style="cursor: pointer;" /></a><input border="0"
type="image" src="../../../images1/delete.gif" ALT="删除"
style="cursor: pointer;" name="button2"
onclick="check('queryTrainBydelete','<%=tempTrainid%>');" />&nbsp;&nbsp;
onclick="check('queryTrainBydelete','<%=tempTrainid%>');" />
<%
}
%>

@ -30,6 +30,46 @@ select
{
width:155px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: space-between;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
width: 148px;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span a,img,input {
margin-right: 6px;
}
</style>
<script>
function textToUpperCase(){
@ -83,7 +123,7 @@ function selectChange(i)
</script>
</head>
<body onload="setValue();">
<form name="form1" method="post" action="/servlet/ExmManage">
<form name="form1" method="post" action="/servlet/ExmManage" style="height: 100%;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top">
@ -150,24 +190,24 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="height: 87%;">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span width="5px" ><b>序号</b></span>
<span width="10px" ><b>人员编号</b></span>
<span width="10px" ><b>人员姓名</b></span>
<span width="10px" ><b>审核状态</b></span>
<span width="10px" ><b>审核人</b></span>
<span width="10px" ><b>审核时间</b></span>
<span width="10px" ><b>人员状态</b></span>
<span width="11px" ><b>联系电话</b></span>
<span width="11px" ><b>户籍地址</b></span>
<span width="10px" >管理</span>
<span style="width: 100px;"><b>序号</b></span>
<span ><b>人员编号</b></span>
<span ><b>人员姓名</b></span>
<span style="width: 100px;"><b>审核状态</b></span>
<span ><b>审核人</b></span>
<span ><b>审核时间</b></span>
<span style="width: 100px;"><b>人员状态</b></span>
<span ><b>联系电话</b></span>
<span ><b>户籍地址</b></span>
<span style="border-right: none;">管理</span>
</div>
</div>
<div class="gridBody">
@ -198,18 +238,18 @@ function selectChange(i)
%>
<div class="gridRow">
<span width="5px" style="text-align: center;"><%=i+1%></span>
<span width="5px" style="text-align: center;width: 100px"><%=i+1%></span>
<span><%=tempEmpid%></span>
<span><%=buf.fget("empname",i)%></span>
<span>
<span style="width: 100px;">
<%
if(tempExaminestate.equals("已审核")){
%>
<img src="../../../images1/pass.png" width="16" height="16" alt="通过" style="cursor: pointer;">
<img src="../../../images1/pass.png" width="16" height="16" alt="通过" style="cursor: pointer;margin-top: 7%;">
<%
}else{
%>
<img src="../../../images1/nopass.png" width="16" height="16" alt="通过" style="cursor: pointer;">
<img src="../../../images1/nopass.png" width="16" height="16" alt="通过" style="cursor: pointer;margin-top: 7%;">
<%
}
%>
@ -217,15 +257,15 @@ function selectChange(i)
<span><%=buf.fget("examintname", i) %></span>
<span><%=buf.fget("examinttime", i) %></span>
<span>
<span style="width: 100px;">
<%
if(tempstate.equals("正常")){
%>
<img src="../../../images1/ok.png" width="16" height="16" alt="正常" style="cursor: pointer;">
<img src="../../../images1/ok.png" width="16" height="16" alt="正常" style="cursor: pointer;margin-top: 7%;">
<%
}else{
%>
<img src="../../../images1/nook.png" alt="已注销" style="cursor: pointer;">
<img src="../../../images1/nook.png" alt="已注销" style="cursor: pointer;margin-top: 7%;">
<%
}
%>
@ -251,7 +291,7 @@ function selectChange(i)
<%=buf.fget("emphomeAddress",i)%>
<%} %>
</span>
<span>
<span style="border-right: none;">
<%if(login.getSanyuan().equals("0")){ %>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a> &nbsp;&nbsp;
<%if(tempstate.equals("正常")){%>
@ -261,7 +301,7 @@ function selectChange(i)
<input type="image" name="button1" border="0" style="cursor: pointer; margin-left :2px;" type="image" src="../../../images1/car_apply.png" alt="审核" onclick="check('queryEmpEmpId','<%=buf.fget("empid",i)%>')"/>
<%}%>
<%} else if(login.getSanyuan().equals("1")){%>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a> &nbsp;&nbsp;
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a>
<%if(tempstate.equals("正常")){%>
<img src="../../../images1/1.png" alt="已审核" style="cursor: pointer;" border="0" />
<%
@ -269,7 +309,7 @@ function selectChange(i)
<input type="image" name="button1" border="0" style="cursor: pointer; margin-left :2px;" type="image" src="../../../images1/car_apply.png" alt="审核" onclick="check('queryEmpEmpId','<%=buf.fget("empid",i)%>')"/>
<%}%>
<%}else{ %>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a> &nbsp;&nbsp;
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a>
<%} %>
</span>
</div>

Loading…
Cancel
Save