📄 newresumelist.jsp
字号:
<!DOCTYPE HTML PUBLIC "-/W3C/DTD HTML 4.01 Transitional/EN"
"http:/www.w3.org/TR/html4/loose.dtd">
<%@ page import="java.util.*"%>
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.JobMgr.JobInfo"%>
<%@ page import="com.saas.biz.custMgr.Custinfo"%>
<%@ page import="com.saas.biz.ordercastMgr.OrderCast"%>
<jsp:useBean id="tools" class="com.saas.biz.commen.PageTools" scope="page" />
<%
String iStart = "1";
HttpSession logsession = request.getSession();
Custinfo custinfo = new Custinfo();
OrderCast oc = new OrderCast();
JobInfo jobinfo = new JobInfo();
if (request.getParameter("iStart") != null) {
iStart = request.getParameter("iStart");
}
int counter = new JobInfo().genNewJobListAll();
String pageTools = tools.getGoogleToolsBar(counter,
"rec_talents.jsp?sys_code=1&page=", Integer
.parseInt(iStart), 30);
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>人才列表页</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="/zone_b2b/css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<jsp:include flush="true" page="/zone_b2b/top.html" />
<table width="980" height="10" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="260" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="8"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2">
<img src="/zone_b2b/images/ba_105.gif" width="2" height="29" alt="">
</td>
<td align="center" background="/zone_b2b/images/ba_106.gif">
<table width="96%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td width="78%" class="btlanse">
招聘排名
</td>
<td width="17%">
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/ba_109.gif" width="2" height="29" alt="">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="9BBDD3">
<tr>
<td height="200" valign="top" bgcolor="#FFFFFF">
<%
ArrayList rec_list = oc.getRecommendJobAll(0, 5);
if (rec_list != null && rec_list.size() > 0) {
for (int i = 0; i < rec_list.size(); i++) {
HashMap map = (HashMap) rec_list.get(i);
String title = "";
String cust_name = "";
String end_date = "";
String cust_id = "";
if (map.get("job_unit") != null) {
cust_id = map.get("job_unit").toString();
}
if (map.get("title") != null) {
title = map.get("title").toString();
}
if (map.get("cust_name") != null) {
cust_name = map.get("cust_name").toString();
}
if (map.get("end_date") != null) {
end_date = map.get("end_date").toString();
}
if (end_date.length() > 10) {
end_date = end_date.substring(0, 10);
}
%>
<div class="rencei_table_xian" height="180%">
·
<a href="/zone_b2b/enterprise/customer/<%=cust_id%>/" class="lanse"><%=cust_name%></a>
<br>
<span class="zi"><a href="/zone_b2b/job/jobinfo.jsp?cust_id=<%=cust_id%>" target=_blank class="lanse"><%=title%></a>|<%=end_date%></span>
<%
}
}
%>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="8"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2">
<img src="/zone_b2b/images/ba_105.gif" width="2" height="29" alt="">
</td>
<td align="center" background="/zone_b2b/images/ba_106.gif">
<table width="96%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%">
<img src="/zone_b2b/images/lujian.gif" width="5" height="9" />
</td>
<td width="78%" class="btlanse">
推荐企业
</td>
<td width="17%">
<a href="/zone_b2b/enterprise/" class="lanse">更多>></a>
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/ba_109.gif" width="2" height="29" alt="">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="8" cellspacing="1" bgcolor="9BBDD3">
<tr>
<td height="210" valign="top" bgcolor="#FFFFFF">
<%
ArrayList list = custinfo.getCustNewById(Integer.parseInt(iStart),
5);
if (list != null && list.size() > 0) {
for (int i = 0; i < list.size(); i++) {
HashMap map = (HashMap) list.get(i);
String cust_id = "";
String cust_name = "";
if (map.get("cust_id") != null) {
cust_id = map.get("cust_id").toString();
}
if (map.get("cust_name") != null) {
cust_name = map.get("cust_name").toString();
}
%>
<!--//重复-->
<div class="rencei_table_xian" height="180%">
·
<a href="/zone_b2b/enterprise/customer/<%=cust_id%>/" class="lanse"><%=cust_name%></a>
</div>
<!--重复//-->
<%
}
}
%>
</td>
</tr>
</table>
</td>
<td valign="top">
</td>
<td width="710" valign="top">
<table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="DBECF4">
<tr>
<td height="26" valign="top" bgcolor="#FFFFFF">
您当前的位置:
<a href="/zone_b2b/" class="lanse">首页</a> >
<a href="/zone_b2b/talents/" class="lanse">人才</a> > 招聘信息
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1">
<img src="/zone_b2b/images/zixun_17.gif" width="1" height="24">
</td>
<td width="10" background="/zone_b2b/images/zixun_12.gif">
</td>
<td width="726" background="/zone_b2b/images/zixun_12.gif">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3" height="24">
<img src="/zone_b2b/images/ba_127.gif" width="3" height="24" alt="" />
</td>
<td align="center" background="/zone_b2b/images/ba_128.gif">
<table width="96%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="85%" align="center" class="btlanse">
招聘信息
</td>
</tr>
</table>
</td>
<td width="2">
<img src="/zone_b2b/images/ba_130.gif" width="2" height="24" alt="" />
</td>
</tr>
</table>
</td>
<td width="1">
<img src="/zone_b2b/images/zixun_17.gif" width="1" height="24">
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="DBECF4">
<tr>
<td height="556" valign="top" bgcolor="#FFFFFF">
<table width="687" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="540" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="35%" height="30">
<strong>单位名称</strong>
</td>
<td width="35%">
<strong>招聘职位</strong>
</td>
<td width="20%">
<strong>工作区域</strong>
</td>
<td width="10%">
<strong>发布时间</strong>
</td>
</tr>
<%
ArrayList jobList = new JobInfo().genLatestJobList(Integer
.parseInt(iStart), 30);
if (jobList != null && jobList.size() > 0) {
for (int i = 0; i < jobList.size(); i++) {
HashMap map = (HashMap) jobList.get(i);
String job_id = "", title = "", job_addr = "", publish_date = "", job_unit = "";
if (map.get("job_id") != null) {
job_id = map.get("job_id").toString();
}
if (map.get("title") != null) {
title = map.get("title").toString();
}
if (map.get("job_addr") != null) {
job_addr = map.get("job_addr").toString();
}
if (map.get("publish_date") != null) {
publish_date = map.get("publish_date").toString();
}
if (publish_date.length() > 10) {
publish_date = publish_date.substring(0, 10);
}
if (map.get("job_unit") != null) {
job_unit = map.get("job_unit").toString();
}
String job_cust_name = new Custinfo()
.getCustNameById(job_unit);
%>
<!--//重复-->
<tr>
<td width="35%" height="25" class="rencei_table_xian">
<!--a href="/zone_b2b/enterprise/customer/<%=job_unit%> /" class="lanse"--><%=job_cust_name%><!--/a-->
</td>
<td width="35%" class="rencei_table_xian">
<a href="/zone_b2b/job/jobinfo.jsp?cust_id=<%=job_unit%>" target=_blank class="lanse"><%=title%></a>
</td>
<td width="20%" class="rencei_table_xian"><%=job_addr%></td>
<td width="10%" class="rencei_table_xian"><%=publish_date%></td>
</tr>
<!--重复//-->
<%
}
}
%>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr style="text-align: center">
<%=pageTools%>
</tr>
</table>
</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 + -