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

📄 resume_content.jsp

📁 java阿里巴巴代码
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<%@ page import="java.util.*"%>
<%@ page import="java.text.SimpleDateFormat"%>
<%@ page import="java.util.Date"%>
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.resumeMgr.ResumeInfo"%>
<%@ page import="com.saas.biz.userMgr.UserInfo"%>
<%@ page import="com.saas.biz.custMgr.Custinfo"%>
<%@ page import="com.saas.biz.commen.ParamethodMgr"%>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
		<title>简历详细页</title>
		<link href="/zone_b2b/css/css.css" rel="stylesheet" type="text/css" />
	</head>
	<%
	String resume_id = "";
	if (request.getParameter("resume_id")  != null) {
		resume_id = request.getParameter("resume_id") ;
	}
	ResumeInfo ri = new ResumeInfo();
	ParamethodMgr para=new ParamethodMgr();
%>
	<body>
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="276">
					<img src="/zone_b2b/images/qiuzhi_02.gif" width="276" height="94">
				</td>
				<td background="/zone_b2b/images/qiuzhi_03.gif">&nbsp;
					
				</td>
				<td width="237">
					<img src="/zone_b2b/images/qiuzhi0_05.gif" width="237" height="94">
				</td>

			</tr>
		</table>
		<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
			<tr>
				<td valign="top">
					<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="DBECF4">
						<tr>
							<td height="26" valign="top" background="/zone_b2b/images/xian4.gif" bgcolor="#FFFFFF">
								您当前的位置:
								<a href="/zone_b2b/" class="lanse">首页</a> &gt;
								<a href="/zone_b2b/talents/" class="lanse">人才</a> &gt;
								求职信息
							</td>

						</tr>
					</table>
					<table width="100%" border="0" cellspacing="0" cellpadding="0">
						<tr>
							<td height="5"></td>
						</tr>
					</table><table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="DBECF4">
						<tr>

							<td valign="top" bgcolor="#FFFFFF"><%
			    	   ArrayList resumelist = ri.getRecruitmentNewByCust_id(resume_id);
				      if(resumelist != null && resumelist.size() > 0) 
						  {
						 for(int i = 0;i < resumelist.size(); i++) 
						 {
							HashMap map = (HashMap)resumelist.get(i);
							String profession="";
							String spec="";
						    String name="";
						    String born_date="";
						    String age="";
						    String wish="";
						    String degree="";
						    String position="";
						    String job_age="";
						    String grad_from="";
						    String grad_date="";
						    String update_date="";
						    String work_history="";
						    String tel="";
						    String email="";
						    String phone="";
						    String addr="";
							if(map.get("profession")!=null)
							{
								profession=map.get("profession").toString();
							}
							if(map.get("spec")!=null)
							{
								spec=map.get("spec").toString();
							}
								if(map.get("name")!=null)
							{
								name=map.get("name").toString();
							}
						
							if(map.get("born_date")!=null)
							{
							  born_date=map.get("born_date").toString();
							}	
							if (born_date.length() > 10) 
							{
							  born_date = born_date.substring(0, 10);
							}
							if(map.get("grad_date")!=null)
							{
							  born_date=map.get("grad_date").toString();
							}	
							if (grad_date.length() > 10) 
							{
							  grad_date = grad_date.substring(0, 10);
							}
							if(map.get("update_date")!=null)
							{
							  update_date=map.get("update_date").toString();
							}	
							if (update_date.length() > 10) 
							{
							  update_date = update_date.substring(0, 10);
							}
							if(map.get("age")!=null)
							{
								age=map.get("age").toString();
							}
							if(map.get("wish")!=null)
							{
								wish=map.get("wish").toString();
							}
							if(map.get("degree")!=null)
							{
								 degree=map.get("degree").toString();
								 degree =para.getParamNameByValue( "39", degree );
							}
							if(map.get("position")!=null)
							{
								position=map.get("position").toString();
							}
							if(map.get("job_age")!=null)
							{
								job_age=map.get("job_age").toString();
							}
							if(map.get("grad_from")!=null)
							{
								grad_from=map.get("grad_from").toString();
							}
							if(map.get("work_history")!=null)
							{
								work_history=map.get("work_history").toString();
							}
							if(map.get("tel")!=null)
							{
								tel=map.get("tel").toString();
							}
							if(map.get("email")!=null)
							{
								email=map.get("email").toString();
							}
							if(map.get("phone")!=null)
							{
								phone=map.get("phone").toString();
							}
							if(map.get("addr")!=null)
							{
								addr=map.get("addr").toString();
							}
					
						
					 %>
					
								<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td height="26" class="leftbt14">
											<img src="/zone_b2b/images/tou.gif" width="8" height="19" align="absmiddle">
											求职描述
										</td>
									</tr>
									<tr>
										<td height="3" class="xian"></td>
									</tr>
								</table>
								<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#f1f1f1">
					
									<tr>
										<td width="15%" align="right" bgcolor="#f7f7f7">
											欲求职位:
											<br>
											<br>
										</td>
										<td width="85%" bgcolor="#FFFFFF">
											<a href="#" class="lanse"><%=profession %> </a>
										</td>
									</tr>
									<tr>
										<td align="right" valign="top" bgcolor="#f7f7f7">
											求职描述:
										</td>

										<td bgcolor="#FFFFFF">
											<%=spec %>
										</td>
									</tr>
								</table>
								<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td height="26" class="leftbt14">
											<img src="/zone_b2b/images/tou.gif" width="8" height="19" align="absmiddle">
											基本信息
										</td>
									</tr>

									<tr>
										<td height="3" class="xian"></td>
									</tr>
								</table>
								<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#E1E1E1">
									<TR>
										<TD width="15%" align="right" bgColor="#f7f7f7">
											姓名:
										</TD>
										<TD width="39%" vAlign="top" bgColor="#FFFFFF">
											<%=name%>
										</TD>

										<TD vAlign="top" align="right" width="14%" bgColor="#f7f7f7">
											出生日期:
										</TD>
										<TD vAlign="top" width="32%" bgColor="#FFFFFF">
											<%=born_date %>
										</TD>
									</TR>

									<TR>
										<TD align="right" bgColor="#f7f7f7">
											年龄:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=age %>
										</TD>
										<TD vAlign="top" align="right" bgColor="#f7f7f7">
											期望工资:
										</TD>

										<TD vAlign="top" bgColor="#FFFFFF">
											<%=wish%>
										</TD>
									</TR>
									<TR>
										<TD align="right" bgColor="#f7f7f7">
											学历:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=degree%>
										</TD>
										<TD vAlign="top" align="right" bgColor="#f7f7f7">
											专业:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=position %>
										</TD>
									</TR>
									<TR>
										<TD align="right" bgColor="#f7f7f7">
											工作年限:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=job_age %>
										</TD>
										<TD vAlign="top" align="right" bgColor="#f7f7f7">
											毕业学校:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=grad_from %>
										</TD>
									</TR>

									<TR>
										<TD align="right" bgColor="#f7f7f7">
											毕业时间:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=grad_date %>
										</TD>
										<TD vAlign="top" align="right" bgColor="#f7f7f7">
											有效期:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=update_date %>
										</TD>
									</TR>
									<TR>

										<TD align="right" bgColor="#f7f7f7">
											工作经验:
										</TD>
										<TD colspan="3" vAlign="top" bgColor="#FFFFFF">
											<%=work_history %>
										</TD>
									</TR>
								</table>
								<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td height="26" class="leftbt14">
											<img src="/zone_b2b/images/tou.gif" width="8" height="19" align="absmiddle">
											联系方式
										</td>
									</tr>
									<tr>
										<td height="3" class="xian"></td>
									</tr>
								</table>
								<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#E1E1E1">
									<TR>
										<TD width="15%" align="right" bgColor="#f7f7f7">
											电 话:										</TD>
										<TD width="39%" vAlign="top" bgColor="#FFFFFF">
											<%=tel %>									  </TD>
										<TD width="14%" align="right" vAlign="top" bgColor="#f7f7f7">
											邮件:										</TD>
										<TD width="32%" vAlign="top" bgColor="#FFFFFF">
											<%=email %>									  </TD>
									</TR>
									<TR>
										<TD align="right" bgColor="#f7f7f7">
											手 机:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=phone %>
										</TD>

										<TD align="right" bgColor="#f7f7f7">
											联系地址:
										</TD>
										<TD vAlign="top" bgColor="#FFFFFF">
											<%=addr %>
										</TD>
									</TR></table>
									<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="xian"height="10"></td>
  </tr>
</table>

									<%
				    }
				 }
			 %>
							  
								<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
									<tr>
										<td height="60" align="center">
											&nbsp;
											【<a href="javascript:window.close();" class="lanse">关闭窗口</a>】 
											【<a href="javascript: window.print();" class="lanse">打印该页</a>】
										</td>

									</tr>
								</table>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
		<jsp:include flush="true" page="/zone_b2b/footer.jsp" />
	</body>
</html>

⌨️ 快捷键说明

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