auditandtraining.jsp
来自「java jsp教程」· JSP 代码 · 共 473 行 · 第 1/2 页
JSP
473 行
font-size:13px;
text-align:center;
cursor:hand;
}
.tag3 { background-color:#EEF4FF;
width:73px; position:absolute;
left:279px;
top: 69px;
font-weight:300;
height:15px;
border-bottom-color:#FFFFFF;
font-size:13px;
text-align:center;
cursor:hand;
border-color:#6699CC;
border:1
}
.style5 {background-color: #6699CC; width: 110px; position: absolute; left: 37px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style6 {background-color: #EEF4FF; width: 110px; position: absolute; left: 587px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style7 {background-color: #EEF4FF; width: 110px; position: absolute; left: 697px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style13 {background-color: #EEF4FF; width: 110px; position: absolute; left: 147px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style14 {background-color: #EEF4FF; width: 110px; position: absolute; left: 257px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style15 {background-color: #EEF4FF; width: 110px; position: absolute; left: 367px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style16 {background-color: #EEF4FF; width: 110px; position: absolute; left: 477px; top: 14px; font-weight: 300; height: 18px; border-bottom-color: #FFFFFF; font-size: 14px; text-align: center; cursor: hand; }
.style17 {font-size: 16px}
.inp11 { BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff;FONT-SIZE: 9pt
}
.inp21 {BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 15px; BACKGROUND-COLOR: #eeeeee;FONT-SIZE: 9pt
}
.style20 {font-size: 11pt}
.style21 {font-size: 14pt}
-->
</style>
<link rel="stylesheet" href="../css/style.css">
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>学习与考核</title>
</head>
<body background="../images/grid.gif">
<form method=post name=form1>
<input type="hidden" name="itemNo" >
<input type="hidden" name="audID" >
<input type="hidden" name="trainID" >
<input type="hidden" name="dateFrom" >
<input type="hidden" name="endDate" >
<input type="hidden" name="note" >
<input type="hidden" name="optionFlag" value="auditAnd" >
<input type="hidden" name="typeOfTheRecord" >
<input type="hidden" name="audLevel" >
<input type="hidden" name="department" >
<input type="hidden" name="graduation" >
<input type="hidden" name="name" >
<input type="hidden" name="relation" >
<input type="hidden" name="age" >
<div align="center" style="background-color:#EEF4FF" class="style5" onClick="page(1)">基本信息</div>
<div align="center" style="background-color:#EEF4FF" class="style13" onClick="page(7)">个人信息报送</div>
<div align="center" style="background-color:#EEF4FF" class="style14" onClick="page(2)">工作经历</div>
<div align="center" style="background-color:#EEF4FF" class="style15" onClick="page(3)">学习与考核</div>
<div align="center" style="background-color:#EEF4FF" class="style16" onClick="page(4)">主要成果</div>
<div align="center" style="background-color:#a6d0f2" class="style6" onClick="page(5)">审计与培训</div>
<div align="center" style="background-color:#EEF4FF" class="style7" onClick="page(6)">其他信息</div>
<br>
<table width="95%" border="0" align="center">
<tr>
<td><table width="100%" border="0" cellspacing="1" cellpadding="2" align="center" bordercolordark="#DFDFFF" bordercolorlight="#003366" bgcolor="#6699CC">
<tr bgcolor="#a6d0f2">
<td colspan="5" align="center"><strong>主要审计经历</strong> </td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="22" bgcolor="#EEF4FF"> </td>
<td width="229" bgcolor="#EEF4FF"><p align="center"><strong>时间 </strong></p></td>
<td width="390" bgcolor="#EEF4FF"><p align="center"><strong>项目</strong></p></td>
<td bgcolor="#EEF4FF"><div align="center"><strong> 担任职务 </strong></div></td>
</tr>
<%for(Iterator i = infoList.iterator();i.hasNext();){
PersonItemInfo vo = (PersonItemInfo)i.next();
String itemNo = vo.getItemno()+"";
String dateFrom2 = vo.getBegindate()+"";
String dateFrom="";
if(dateFrom2==null||dateFrom2.equals("null")){
dateFrom="";
}else{
dateFrom=dateFrom2.substring(0,10);
}
String endDate2 = vo.getEnddate()+"";
String endDate="";
if(endDate2==null||endDate2.equals("null")){
endDate="";
}else{
endDate=endDate2.substring(0,10);
}
String note = vo.getNote()+"";
if(note==null||note.equals("null"))
note="";
String duty = vo.getDuty()+"";
if(duty==null||duty.equals("null"))
duty="";
%>
<tr bgcolor="#EEF4FF">
<td width="22" bgcolor="#EEF4FF"><input type="radio" name="radiobutton" value="radiobutton" onclick="checkAudID('<%=itemNo%>','<%=dateFrom%>','<%=endDate%>','<%=note%>','<%=duty%>')"></td>
<td width="229" bgcolor="#EEF4FF"><p align="left"><%=dateFrom%> 至 <%=endDate%></p></td>
<td bgcolor="#EEF4FF" width="390"><p align="left">
<%=note%></p></td>
<td bgcolor="#EEF4FF"><%=duty%></td>
<%}%>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center" bordercolordark="#DFDFFF" bordercolorlight="#003366" bgcolor="#6699CC">
<tr bgcolor="#a6d0f2">
<td colspan="4" align="center">添加/修改/删除</td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="255" bgcolor="#EEF4FF"><p align="center"><strong>时间 </strong></p></td>
<td width="390" bgcolor="#EEF4FF"><p align="center"><strong>项目</strong></p></td>
<td width="" bgcolor="#EEF4FF"><div align="center"><strong>担任职务</strong></div></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="255"><p align="left"> <input class="inp2" size="12" name="dateFromAud" value="" readonly>
<img src="../images/calendar.gif" style="cursor:hand " onClick="popUpCalendarDlg(dateFromAud)"> 至
<input class="inp2" size="12" name="endDateAud" value="" readonly>
<img src="../images/calendar.gif" style="cursor:hand " onClick="popUpCalendarDlg(endDateAud)"> </p></td>
<td width="390" bgcolor="#EEF4FF"><p align="left">
<input class="inp1" size="55" name="noteAud" value="" maxlength="240">
</p></td>
<td bgcolor="#EEF4FF"><p align="center">
<input class="inp1" size="12" name="duty" value="" maxlength="15"></td>
</tr>
</table>
<table width="95%" border="0" align="center">
<tr>
<td width="11%"> </td>
<td colspan="3"> </td>
<td width="9%"> </td>
</tr>
<tr>
<td> </td>
<td width="23%" align="center"><div align="right"><img src="../images/add.gif" style="cursor:hand " onClick="_addAud()"></div></td>
<td width="28%" align="center"><img src="../images/modify.gif" style="cursor:hand " onClick="_updateAud()"></td>
<td width="29%" align="center"><div align="left"><img src="../images/delete.gif" style="cursor:hand " onClick="_delAud()"></div></td>
<td> </td>
</tr>
</table>
<br>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center" bordercolordark="#DFDFFF" bordercolorlight="#003366" bgcolor="#6699CC">
<tr bgcolor="#a6d0f2">
<td colspan="4" align="center"><strong> 主要培训经历</strong></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="22" bgcolor="#EEF4FF"> </td>
<td width="229" bgcolor="#EEF4FF"><p align="center"><strong>时间</strong></p></td>
<td bgcolor="#EEF4FF"><p align="center"><strong>培训内容</strong></p></td>
</tr>
<%for(Iterator i = infoList1.iterator();i.hasNext();){
PersonItemInfo vo = (PersonItemInfo)i.next();
String itemNo = vo.getItemno()+"";
String dateFrom2 = vo.getBegindate()+"";
String dateFrom="";
if(dateFrom2==null||dateFrom2.equals("null")){
dateFrom="";
}else{
dateFrom=dateFrom2.substring(0,10);
}
String note = vo.getNote()+"";
if(note==null||note.equals("null"))
note="";
%>
<tr bgcolor="#EEF4FF">
<td width="22" bgcolor="#EEF4FF"><input type="radio" name="radiobutton1" value="radiobutton1" onclick="checkTrainID('<%=itemNo%>','<%=dateFrom%>','<%=note%>')"></td>
<td width="229" bgcolor="#EEF4FF"><p align="left"><%=dateFrom%> </p></td>
<td bgcolor="#EEF4FF"><p align="left">
<%=note%>
</p></td>
</tr>
<%}%>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center" bordercolordark="#DFDFFF" bordercolorlight="#003366" bgcolor="#6699CC">
<tr bgcolor="#a6d0f2">
<td colspan="3" align="center">添加/修改/删除</td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="255" bgcolor="#EEF4FF"><p align="center"><strong>时间</strong></p></td>
<td bgcolor="#EEF4FF"><p align="center"><strong>培训内容</strong></p></td>
</tr>
<tr bgcolor="#EEF4FF">
<td width="255"><p align="left"> <input class="inp2" size="12" name="dateFromTrain" value="" readonly>
<img src="../images/calendar.gif" style="cursor:hand " onClick="popUpCalendarDlg(dateFromTrain)"> </p></td>
<td bgcolor="#EEF4FF"><p align="left">
<input class="inp1" size="55" name="noteTrain" value="" maxlength="240">
</p></td>
</tr>
</table>
<br><table width="95%" border="0" align="center">
<tr>
<td width="11%"> </td>
<td colspan="3"> </td>
<td width="9%"> </td>
</tr>
<tr>
<td> </td>
<td width="23%" align="center"><div align="right"><img src="../images/add.gif" style="cursor:hand " onClick="_addTrain()"></div></td>
<td width="28%" align="center"><img src="../images/modify.gif" style="cursor:hand " onClick="_updateTrain()"></td>
<td width="29%" align="center"><div align="left"><img src="../images/delete.gif" style="cursor:hand " onClick="_delTrain()"></div></td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?