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

📄 retrievepersonresults.jsp

📁 JSP物业管理系统 一份比较完整的物业管理系统源码。 对于初学者可以有一定的借鉴。
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<!--
********************************************************************************************************
* 系统名称:光大花园物业管理系统
* 程序名称:RetrievePersonResult.jsp
* 程序类型:jsp
* 功能简述:检索员工资料结果页面
* 作    者:贾红霞
* 公    司:长春中联																				
* 完成时间:
* 修 改 人:毕锋
* 修改内容:页面
* 修改日期:2001/11/21/29
********************************************************************************************************
--> 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META name="GENERATOR" content="IBM WebSphere Page Designer V3.5 for Windows">
<META http-equiv="Content-Style-Type" content="text/css">
<title>员工资料</title>
<link rel="stylesheet" href="/pmsApp/css/wuye.css" type="text/css">
<% String vnumber= (String) request.getAttribute("vnumber");
   String vpersnumb= (String) request.getAttribute("vpersnumb");
   String vpersname= (String) request.getAttribute("vpersname");
   String vpersgender= (String) request.getAttribute("vpersgender");
   String vpicturename= (String) request.getAttribute("vpicturename");
   String vnation= (String) request.getAttribute("vnation");
   String vborndate= (String) request.getAttribute("vborndate");
   String vaddress= (String) request.getAttribute("vaddress");
   String vedulevel= (String) request.getAttribute("vedulevel");
   String vtechnica= (String) request.getAttribute("vtechnica");
   String vmarriage= (String) request.getAttribute("vmarriage");
   String vskill= (String) request.getAttribute("vskill"); 
   String vlike= (String) request.getAttribute("vlike");
   String videntirycard= (String) request.getAttribute("videntirycard");
   String vphone= (String) request.getAttribute("vphone");
   String vschool1= (String) request.getAttribute("vschool1");
   String vstaradate1= (String) request.getAttribute("vstaradate1");
   String venddate1= (String) request.getAttribute("venddate1");
   String vspecialty1= (String) request.getAttribute("vspecialty1");
   String vschool2= (String) request.getAttribute("vschool2");
   String vstaradate2= (String) request.getAttribute("vstaradate2");
   String venddate2= (String) request.getAttribute("venddate2");
   String vspecialty2= (String) request.getAttribute("vspecialty2");
   String vschool3= (String) request.getAttribute("vschool3");
   String vstaradate3= (String) request.getAttribute("vstaradate3");
   String venddate3= (String) request.getAttribute("venddate3");
   String vspecialty3= (String) request.getAttribute("vspecialty3");
   String vcompname1= (String) request.getAttribute("vcompname1");
   String vcstartdate1= (String) request.getAttribute("vcstartdate1");
   String vcenddate1= (String) request.getAttribute("vcenddate1");
   String vjob1= (String) request.getAttribute("vjob1");
   String vcompname2= (String) request.getAttribute("vcompname2");
   String vcstartdate2= (String) request.getAttribute("vcstartdate2");
   String vcenddate2= (String) request.getAttribute("vcenddate2");
   String vjob2= (String) request.getAttribute("vjob2");
   String vcompname3= (String) request.getAttribute("vcompname3");
   String vcstartdate3= (String) request.getAttribute("vcstartdate3");
   String vcenddate3= (String) request.getAttribute("vcenddate3");
   String vjob3= (String) request.getAttribute("vjob3");
   String vfname1= (String) request.getAttribute("vfname1");
   String vrelation1= (String) request.getAttribute("vrelation1");
   String vaddr1= (String) request.getAttribute("vaddr1");
   String vfphone1= (String) request.getAttribute("vfphone1");
   String vfname2= (String) request.getAttribute("vfname2");
   String vrelation2= (String) request.getAttribute("vrelation2");
   String vaddr2= (String) request.getAttribute("vaddr2");
   String vfphone2= (String) request.getAttribute("vfphone2");
   String vfname3= (String) request.getAttribute("vfname3");
   String vrelation3= (String) request.getAttribute("vrelation3");
   String vaddr3= (String) request.getAttribute("vaddr3");
   String vfphone3= (String) request.getAttribute("vfphone3");
   String vdate= (String) request.getAttribute("vdate");
   String vdept= (String) request.getAttribute("vdept");
   String vstatus= (String) request.getAttribute("vstatus");
   
   String vleavereason= (String) request.getAttribute("vleavereason");
   String vlinkman= (String) request.getAttribute("vlinkman");
   String vlinktel= (String) request.getAttribute("vlinktel");
  
   String vdelflag= (String) request.getAttribute("vdelflag");
   
   
	 int index1 = 0;
	 index1=vskill.indexOf("\n");
	 while (index1!=-1){
		 vskill = vskill.substring(0,index1-1)+"<br>"+vskill.substring(index1+1,vskill.length());
		 index1=vskill.indexOf("\n");
	 }

	 int index = 0;
	 index=vlike.indexOf("\n");
	 while (index!=-1){
		 vlike = vlike.substring(0,index-1)+"<br>"+vlike.substring(index+1,vlike.length());
		 index=vlike.indexOf("\n");
	 }
	 
	 
   int j1=0;
   int j2=0;
   int j3=0;
   int i1=0;
   int i2=0;
   int i3=0;
   String s1year="";
   String s2year="";
   String s3year="";
   String s1month="";
   String s2month="";
   String s3month="";
   String e1year="";
   String e2year="";
   String e3year="";
   String e1month="";
   String e2month="";
   String e3month="";
   String str1 = "";
   String str2 = "";
   String str3 = "";
   String etr1 = "";
   String etr2 = "";
   String etr3 = "";
  
   j1=vstaradate1.indexOf("年");
   s1year = vstaradate1.substring(0,j1);
   str1 = vstaradate1.substring(j1+1);
   j1=str1.indexOf("月");
   s1month=str1.substring(0,j1);

   i1=venddate1.indexOf("年");
   e1year = venddate1.substring(0,i1);
   etr1 = venddate1.substring(i1+1);
   i1=etr1.indexOf("月");
   e1month=etr1.substring(0,i1);

   j2=vstaradate2.indexOf("年");
   s2year = vstaradate2.substring(0,j2);
   str2 = vstaradate2.substring(j2+1);
   j2=str2.indexOf("月");
   s2month=str2.substring(0,j2);

   i2=venddate2.indexOf("年");
   e2year = venddate2.substring(0,i2);
   etr2 = venddate2.substring(i2+1);
   i2=etr2.indexOf("月");
   e2month=etr2.substring(0,i2);
 
   j3=vstaradate3.indexOf("年");
   s3year = vstaradate3.substring(0,j3);
   str3 = vstaradate3.substring(j3+1);
   j3=str3.indexOf("月");
   s3month=str3.substring(0,j3);

   i3=venddate3.indexOf("年");
   e3year = venddate3.substring(0,i3);
   etr3 = venddate3.substring(i3+1);
   i3=etr3.indexOf("月");
   e3month=etr3.substring(0,i3);

  
   int k1=0;
   int k2=0;
   int k3=0;
   int h1=0;
   int h2=0;
   int h3=0;
   String cs1year="";
   String cs2year="";
   String cs3year="";
   String cs1month="";
   String cs2month="";
   String cs3month="";
   String ce1year="";
   String ce2year="";
   String ce3year="";
   String ce1month="";
   String ce2month="";
   String ce3month="";
   String cstr1 = "";
   String cstr2 = "";
   String cstr3 = "";
   String cetr1 = "";
   String cetr2 = "";
   String cetr3 = "";
  
   k1=vcstartdate1.indexOf("年");
   cs1year = vcstartdate1.substring(0,k1);
   cstr1 = vcstartdate1.substring(k1+1);
   k1=cstr1.indexOf("月");
   cs1month=cstr1.substring(0,k1);

   h1=vcenddate1.indexOf("年");
   ce1year = vcenddate1.substring(0,h1);
   cetr1 = vcenddate1.substring(h1+1);
   h1=cetr1.indexOf("月");
   ce1month=cetr1.substring(0,h1);

   k2=vcstartdate2.indexOf("年");
   cs2year = vcstartdate2.substring(0,k2);
   cstr2 = vcstartdate2.substring(k2+1);
   k2=cstr2.indexOf("月");
   cs2month=cstr2.substring(0,k2);

   h2=vcenddate2.indexOf("年");
   ce2year = vcenddate2.substring(0,h2);
   cetr2 = vcenddate2.substring(h2+1);
   h2=cetr2.indexOf("月");
   ce2month=cetr2.substring(0,h2);
 
   k3=vcstartdate3.indexOf("年");
   cs3year = vcstartdate3.substring(0,k3);
   cstr3 = vcstartdate3.substring(k3+1);
   k3=cstr3.indexOf("月");
   cs3month=cstr3.substring(0,k3);

   h3=vcenddate3.indexOf("年");
   ce3year = vcenddate3.substring(0,h3);
   cetr3 = vcenddate3.substring(h3+1);
   h3=cetr3.indexOf("月");
   ce3month=cetr3.substring(0,h3);

%>


<script language="JavaScript" src="/pmsApp/common/wuye.js"></script>
<script language="JavaScript">
function trover(trid){
	trid.className="trover";
}
function trout(trid){
	trid.className="trout";
}

function MM_swapImgRestore() {// v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() {// v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) {// v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() {// v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function Modify(){document.form2.submit();}
function Delete(){
	var bool = true;
    var del2="☆";
	var del ="※";
    document.form3.inputString.value="persnumb"+del2+"<%=vpersnumb%>"+del;
    if (bool) {
		if (confirm("您确认要删除该员工资料么?")==true) {
			document.form3.submit();
		}
}	
}


</script>
</head>
<body text="#000000" bgcolor="menu" leftmargin="0" topmargin="0" >
<form id="form1" name="form1" >  

⌨️ 快捷键说明

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