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

📄 talents.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 contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.JobMgr.JobInfo"%>
<%@ page import="com.saas.biz.custMgr.Custinfo"%>
<jsp:useBean id="tools" class="com.saas.biz.commen.PageTools" scope="page"/>
<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>
<%
  String iStart = "1";
	HttpSession logsession = request.getSession();
	Custinfo custinfo=new Custinfo();
	if (request.getParameter("iStart") != null) {
		iStart = request.getParameter("iStart");
	}
	
	int counter = new JobInfo().genNewJobListAll();

	String pageTools = tools.getGoogleToolsBar(counter, "talents_List.jsp?sys_code=1&page=", Integer.parseInt(iStart),30);
	
 %>
<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" cellpadding="2" cellspacing="1" bgcolor="9BBDD3">
        <tr>
          <td height="100" valign="top" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td height="26" class="leftbt14">工作查询:</td>
            </tr>
            <tr>
              <td height="3" class="xian"></td>
            </tr>
            <tr>
              <td height="26">有效期限
                <select name="select2">
                    <option>-选择日期- </option>
                </select></td>
            </tr>
            <tr>
              <td height="26">选择职业
                <select name="select2">
                    <option>--选择职能-- </option>
                </select></td>
            </tr>
            <tr>
              <td><input name="textfield3" type="text" class="0" value="请输入关键字" size="20">
                <a href="#"><img src="/zone_b2b/images/search.gif" width="56" height="21" border="0" align="absmiddle"></a></td>
            </tr>
          </table>
            <!--//重复-->
            <!--重复//--></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="#" class="lanse">更多&gt;&gt;</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="2" cellspacing="1" bgcolor="9BBDD3">
        <tr>
          <td height="200" valign="top" bgcolor="#FFFFFF">
		  <!--//重复-->
		  <table width="95%" border="0" align="center" cellpadding="2" cellspacing="0"class="rencei_table_xian">
              <tr>
                <td valign="top"><a href="#" class="lanse">浙江绿洲特种玻璃有限公司</a><br>
				  <span class="zi">紧聘:直边机主操 | 人数:2</span></td>
              </tr>
          </table>
		  <!--重复//-->		  </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="#" class="lanse">更多&gt;&gt;</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">&nbsp;</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="#" class="lanse">首页</a> &gt; <a href="#" 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" 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">&nbsp;</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"><%=job_cust_name%></td>
                  <td width="35%" class="rencei_table_xian"><a href="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 + -