master
dsh 1 year ago
parent fbc11cb6fa
commit ddbb5355f4

@ -18,23 +18,14 @@
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<style>
body {
width: 980px;
width: 100%;
margin: 0 auto;
background: url(/images/beij.jpg) repeat;
height: 100%;
background-image: url(/images/bg_login1.png);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.top {
background: url(/images/logo.jpg) no-repeat;
width: 980px;
height: 124px;
}
.main {
background: url(/images/bj.jpg) repeat-x;
width: 980px;
height: 476px
}
img {
border: none;
}
@ -148,15 +139,14 @@ a:visited {
</script>
</head>
<body>
<div style="text-align: center; margin-top: 50px;">
<div style="text-align: center;">
<form action="/servlet/loginServlet" method="post">
<input name="versionOfJxc" value='1' checked type="hidden" size="24" />
<div class="top"></div>
<div class="main">
<table width="913px" border="0" height="444px" align="center">
<table width="913px" border="0" height="100%" align="center">
<tr>
<td
style="background: url(images/map.jpg) no-repeat; width: 898px; height: 444px;">
style="width: 898px; height: 444px;">
<table width="670" height="415" border="0">
<tr>
<td width="230" height="79"></td>
@ -165,7 +155,7 @@ a:visited {
<td height="330"></td>
<td>
<table width="404" border="0"
style="font-family: 宋体; font-size: 14px; color: #006699;">
style="font-family: 宋体; font-size: 14px; color: #006699;margin-top: 30px;">
<tr>
<td width="107" height="33" align="right"
style="padding-right: 5px">用户名:</td>

@ -22,10 +22,16 @@ a:visited {
color: green
}
-->
body{
background-image:url(/images/main.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
</style>
<link href="./css/style1.css" rel="stylesheet" type="text/css" />
</head>
<body background="./images/main.jpg">
<body>
<table width="90%" border="0" align="center" cellpadding="0"
cellspacing="1">

@ -240,7 +240,7 @@ document.write("<link type=\"text/css\" rel=\"StyleSheet\" href=\"" + cssFile +
<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">
style="BACKGROUND-IMAGE: url(/images/logo1.png); BACKGROUND-REPEAT: no-repeat">
<DIV
style="PADDING-RIGHT: 0px; width:101%;BACKGROUND-POSITION: right 50%; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/images/bg_banner_menu.gif); PADDING-BOTTOM: 0px; PADDING-TOP: 3px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 30px; TEXT-ALIGN: right">
<IMG src="/images/nav_help.gif" style="display: inline-block;vertical-align: middle;"/>&nbsp;

@ -28,8 +28,8 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style type="text/css">
html {
overflow-x: hidden;
overflow-y: hidden;
overflow-x: auto;
overflow-y: auto;
}
select {
width: 155px;
@ -78,6 +78,9 @@ select {
#myGrid .gridBody .gridRow span a,img,input {
margin-right: 6px;
}
td .cell1{
width: 13%;
}
</style>
<script>
//权限控制
@ -179,7 +182,7 @@ select {
}
</script>
<body onload="setValue();" scroll="no">
<form name="form1" method="post" action="/servlet/EmpManage" style="height: 100%;">
<form name="form1" method="post" action="/servlet/EmpManage" style="height: 98%;">
<input type="hidden" name="operate" value="" />
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
@ -203,7 +206,7 @@ select {
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="2"
cellspacing="1" class="table02">
cellspacing="1" class="table02" height="60px">
<tr bgcolor="#FFFFFF">
<td class="cell1">所属地市</td>
<td class="cell2" width="10%">
@ -268,7 +271,7 @@ select {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box" style="height: 87%;">
cellspacing="1" class="box" style="height: 84%;">
<tr>
<td>
<div style="width: 100%; height: 96%; overflow: auto;">

@ -37,8 +37,8 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style type="text/css">
html {
overflow-x: hidden;
overflow-y: hidden;
overflow-x: auto;
overflow-y: auto;
}
select {
@ -150,7 +150,7 @@ select {
</script>
</head>
<body onload="setValue();" scroll="no">
<form name="form1" method="post" action="/servlet/TrainManage" style="height: 100%;">
<form name="form1" method="post" action="/servlet/TrainManage" style="height: 98%;">
<input type="hidden" name="operate" value="" />
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box">
@ -174,7 +174,7 @@ select {
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="2"
cellspacing="1" class="table02">
cellspacing="1" height="60px" class="table02">
<tr bgcolor="#FFFFFF">
<td class="cell1">所属地市</td>
<td class="cell2" width="10%"><select class='aselect'
@ -241,7 +241,7 @@ select {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0"
cellspacing="1" class="box" style="height: 87%;">
cellspacing="1" class="box" style="height: 86%;">
<tr>
<td>
<div style="width: 100%; height: 96%; overflow: auto;">

@ -25,7 +25,7 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style type="text/css">
html { overflow-x:hidden; overflow-y:hidden; }
html { overflow-x:auto; overflow-y:auto; }
select
{
width:155px;
@ -123,7 +123,7 @@ function selectChange(i)
</script>
</head>
<body onload="setValue();">
<form name="form1" method="post" action="/servlet/ExmManage" style="height: 100%;">
<form name="form1" method="post" action="/servlet/ExmManage" style="height: 98%;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top">
@ -141,7 +141,7 @@ function selectChange(i)
</tr>
</table>
<input type="hidden" name="operate" value=""/>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="table02">
<table width="100%" border="0" height="60px" align="center" cellpadding="2" cellspacing="1" class="table02">
<tr bgcolor="#FFFFFF">
<td class="cell1">所属地市</td>
<td class="cell2" width="10%">
@ -190,7 +190,7 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="height: 87%;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="height: 86%;">
<tr>
<td>
<div style="width:100%; height:96%;overflow: auto;">
@ -200,7 +200,7 @@ function selectChange(i)
<div class="gridRow">
<span style="width: 100px;"><b>序号</b></span>
<span ><b>人员编号</b></span>
<span ><b>人员姓名</b></span>
<span style="width: 100px;"><b>人员姓名</b></span>
<span style="width: 100px;"><b>审核状态</b></span>
<span ><b>审核人</b></span>
<span ><b>审核时间</b></span>
@ -240,7 +240,7 @@ function selectChange(i)
<div class="gridRow">
<span width="5px" style="text-align: center;width: 100px"><%=i+1%></span>
<span><%=tempEmpid%></span>
<span><%=buf.fget("empname",i)%></span>
<span style="width: 100px;"><%=buf.fget("empname",i)%></span>
<span style="width: 100px;">
<%
if(tempExaminestate.equals("已审核")){

Loading…
Cancel
Save