⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nextmodifystaffbasicinfo.jsp

📁 一个oa系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page language="java" import="java.util.*,com.oa.db.*" pageEncoding="gbk"%>
<%String staffbasicinfoid = (String)request.getAttribute("staffbasicinfoid"); %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<title>联信OA-部门办公</title>
		<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
-->
</style>
		<link href="../css/css.css" rel="stylesheet" type="text/css" />
		<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	font-weight: bold;
}
.STYLE6 {	font-size: 16px;
	font-weight: bold;
}
.STYLE7 {font-size: 18px}
-->
html,body{

scrollbar-face-color: #f2f2f2; 

scrollbar-highlight-color: #ffffff; 

scrollbar-shadow-color: #999999; 

scrollbar-3dlight-color: #999999; 

scrollbar-arrow-color: #999999; 

scrollbar-track-color: ##FFFFFF; 

scrollbar-darkshadow-color: #ffffff;

}
</style>
<script type="text/javascript">
function deleduexpinfo(a){
   // alert(a);
    document.fr.action   =   "<%=request.getContextPath()%>/deleduexpinfo.do?id="+a; 
    //fr.target="_blank";
    fr.submit();
    window.opener.location.reload();
    
}

function modifyeduexpinfo(a){
   window.open("<%=request.getContextPath()%>/modifyeduexpinfo.do?staffbasicinfoid=<%=staffbasicinfoid%>&id="+a,"","width=750,height=200,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no");
   
}

function delworkexpinfo(a){
   // alert(a);
    document.fr.action   =   "<%=request.getContextPath()%>/delworkexpinfo.do?id="+a; 
    //fr.target="_blank";
    fr.submit();
    window.opener.location.reload();
}

function modifyworkexpinfo(a){
   window.open("<%=request.getContextPath()%>/modifyworkexpinfo.do?staffbasicinfoid=<%=staffbasicinfoid%>&id="+a,"","width=750,height=200,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no");

}

function delfamilyinfo(a){
   // alert(a);
    document.fr.action   =   "<%=request.getContextPath()%>/delfamilyinfo.do?id="+a; 
    //fr.target="_blank";
    fr.submit();
    window.opener.location.reload();
}

function modifyfamilyinfo(a){
   window.open("<%=request.getContextPath()%>/modifyfamilyinfo.do?staffbasicinfoid=<%=staffbasicinfoid%>&id="+a,"","width=750,height=200,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no");

}
</script>
	</head>

	<body>
	<tr><td><div align="center">
	<form action="" method="post" name="fr" > <input name="staffbasicinfoid4" type="hidden" value="<%=staffbasicinfoid %>"/> </form>
		<table width="774" border="0" cellpadding="0" cellspacing="0">
			<tr>
				<td colspan="3">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td width="165" height="25" class="STYLE6">
					&nbsp;
				</td>
				<td width="410" class="STYLE6"
					style="BORDER-BOTTOM: #B5B5FF 1px solid;cellSpacing: ">
					<div align="center" class="STYLE7">
						深圳市联合征信网络有限公司员工资料录入(二)
					</div>
				</td>
				<td width="199" class="STYLE6">
					&nbsp;
				</td>
			</tr>
			<tr>
				<td height="10" colspan="3">
					&nbsp;
				</td>
			</tr>
		</table>
		<table width="768" border="0" cellpadding="0" cellspacing="1"
			bgcolor="#3868F8">
			<tr>
				<td height="20" colspan="4" bgcolor="#A4B5E3">
					&nbsp;受教育经历
				</td>
			</tr>
			<tr>
				<td height="20" colspan="4" bgcolor="#FFFFFF">
					<table width="100%" border="0" align="center" cellpadding="0"
						cellspacing="1">
						<tr>
							<td width="21%" height="20" bgcolor="#EFEFEF">
								<div align="center">
									时间
								</div>
							</td>
							<td width="25%" bgcolor="#EFEFEF">
								<div align="center">
									教育单位名称
								</div>
							</td>
							<td width="16%" bgcolor="#EFEFEF">
								<div align="center">
									专 业
								</div>
							</td>
							<td width="10%" bgcolor="#EFEFEF">
								<div align="center">
									证明人
								</div>
							</td>
							<td width="14%" bgcolor="#EFEFEF">
								<div align="center">
									联系电话
								</div>
							</td>
							<td width="14%" bgcolor="#EFEFEF">
								<div align="center">
									操 作
								</div>
							</td>
						</tr>
						<%ArrayList elist = (ArrayList)request.getAttribute("elist");
						  if(elist == null) elist = new ArrayList();
						  if(elist!=null&&elist.size()!=0){
						    for(int i=0;i<elist.size();i++){
						     Eduexpinfo evo = (Eduexpinfo)elist.get(i);
						    %>
						<tr>
							<td height="20">
								<div align="center">
									<%=evo.getFromyear()+"-"+evo.getFrommonth()+"至"+evo.getToyear()+"-"+evo.getTomonth()%>
								</div>
							</td>
							<td>
								<div align="center">
								<%=evo.getEduoffice() %>
								</div>
							</td>
							<td>
								<div align="center"><%=evo.getEduprofession() %></div>
							</td>
							<td>
								<div align="center"><%=evo.getProver()%></div>
							</td>
							<td>
								<div align="center">
									<%=evo.getProvertelephone() %>
								</div>
							</td>
							<td>
								<div align="center">
									<input name="Submit22" type="button"  value="删除" onclick="deleduexpinfo('<%=evo.getId() %>')"/>
									<input name="Submit23" type="button"  value="修改" onclick="modifyeduexpinfo('<%=evo.getId() %>')"/>
								</div>
							</td>
						</tr>
						<%  }
						  }else{ %>
						  <tr>
							<td colspan="6"><div align="center">未知</div></td></tr>
						  <%} %>
					</table>
				</td>
			</tr>
			<form action="<%=request.getContextPath() %>/saveeduexpinfo.do?next=2" method="post"  onsubmit="return checkform()">
			<tr>
				<td height="20" colspan="4" bgcolor="#FFFFFF">
					&nbsp;从
					<input name="fromyear" type="text" value="2007" size="6" />
					<input name="frommonth" type="text" value="02" size="4" />
					月至
					<input name="toyear" type="text" value="2007" size="6" />
					<input name="tomonth" type="text" value="02" size="4" />
					月在
					<input name="eduoffice" type="text" value="(教育单位名称)" size="15" />
					从事
					<input name="eduprofession" type="text" value="(专业名称)" size="15" />
					学习.
				</td>
			</tr>
			<tr>
				<td height="20" colspan="4" bgcolor="#FFFFFF">
					&nbsp;证明人
					<input name="prover" type="text" size="15" />
					联系电话
					<input name="provertelephone" type="text" size="15" />
					&nbsp;
				</td>
			</tr>
			<tr>
				<td height="30" colspan="4" bgcolor="#FFFFFF">
					<div align="center">
						<input name="Submit332" type="submit" value="保存资料" />
						<input name="staffbasicinfoid" type="hidden"  value="<%=staffbasicinfoid %>" />
					</div>
				</td>
			</tr>
			</form>
			<tr>
				<td height="20" colspan="4" bgcolor="#A4B5E3">
					&nbsp;工作经历
				</td>
			</tr>
			<tr>
				<td height="20" colspan="4" bgcolor="#FFFFFF">
					<table width="100%" border="0" align="center" cellpadding="0"
						cellspacing="1">
						<tr>
							<td width="21%" height="20" bgcolor="#EFEFEF">
								<div align="center">
									时间
								</div>
							</td>
							<td width="25%" bgcolor="#EFEFEF">
								<div align="center">
									工作单位名称
								</div>
							</td>
							<td width="16%" bgcolor="#EFEFEF">
								<div align="center">
									专 业
								</div>
							</td>
							<td width="10%" bgcolor="#EFEFEF">
								<div align="center">
									证明人
								</div>
							</td>
							<td width="14%" bgcolor="#EFEFEF">
								<div align="center">
									联系电话
								</div>
							</td>
							<td width="14%" bgcolor="#EFEFEF">
								<div align="center">
									操 作
								</div>
							</td>
						</tr>
						<%ArrayList wlist = (ArrayList)request.getAttribute("wlist");
						  if(wlist == null) wlist = new ArrayList();
						  if(wlist!=null&&wlist.size()!=0){
						    for(int i=0;i<wlist.size();i++){
						     Workexpinfo  wvo = (Workexpinfo)wlist.get(i);
						    %>
						<tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -