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

📄 jobinfo.jsp

📁 java阿里巴巴代码
💻 JSP
📖 第 1 页 / 共 2 页
字号:
								<!--a href="#" class="lanse"-->
								招聘信息
							</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 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="95%" 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="95%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#f1f1f1">
												<%
												String scope = new Custinfo().gentCustNameById(cust_id);
												%>
												<tr>
													<td bgcolor="#FFFFFF">
														<%=scope%></td>
												</tr>
											</table>
											<table width="95%" 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="95%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#E1E1E1">
												<%
													ArrayList CustList = new Custinfo().getCustInfo(cust_id);
													if (CustList != null && CustList.size() > 0) {
														for (int i = 0; i < CustList.size(); i++) {
															HashMap map = (HashMap) CustList.get(i);
															String cust_name = "", company_address = "", website = "", fax_nbr = "", group_contact_phone = "", email = "";

															if (map.get("cust_name") != null) {
														cust_name = map.get("cust_name").toString();
															}
															if (map.get("company_address") != null) {
														company_address = map.get("company_address").toString();
															}
															if (map.get("website") != null) {
														website = map.get("website").toString();
															}
															if (map.get("fax_nbr") != null) {
														fax_nbr = map.get("fax_nbr").toString();
															}
															if (map.get("group_contact_phone") != null) {
														group_contact_phone = map.get("group_contact_phone")
																.toString();
															}
															if (map.get("email") != null) {
														email = map.get("email").toString();
															}
												%>
												<TR>
													<TD align="right" bgColor="#f7f7f7">
														公司名称:
													</TD>
													<TD vAlign="top" bgColor="#FFFFFF"><%=cust_name%></TD>
													<TD vAlign="top" align="right" bgColor="#f7f7f7">
														联系地址
													</TD>
													<TD vAlign="top" bgColor="#FFFFFF"><%=company_address%></TD>
												</TR>
												<TR>
													<TD width="97" align="right" bgColor="#f7f7f7">
														公司网址:
													</TD>
													<TD vAlign="top" width="256" bgColor="#FFFFFF"><%=website%></TD>
													<TD vAlign="top" align="right" width="96" bgColor="#f7f7f7">
														传真:
													</TD>
													<TD vAlign="top" width="198" bgColor="#FFFFFF"><%=fax_nbr%></TD>
												</TR>
												<TR>
													<TD align="right" bgColor="#f7f7f7">
														电 话:
													</TD>
													<TD vAlign="top" bgColor="#FFFFFF"><%=group_contact_phone%></TD>
													<TD vAlign="top" align="right" bgColor="#f7f7f7">
														邮件:
													</TD>
													<TD vAlign="top" bgColor="#FFFFFF"><%=email%></TD>
												</TR>
												<%
													}
													}
												%>
											</table>
											<table width="95%" 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="653" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#E1E1E1">
												<%
													ArrayList jobList = new JobInfo().genNewJobList(cust_id);
													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 = "", req = "";
															if (map.get("job_id") != null) {
														job_id = map.get("job_id").toString();
															}
															if (map.get("job_unit") != null) {
														job_unit = map.get("job_unit").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("request") != null) {
														req = map.get("request").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);
															}
												%>
												<TR>
													<TD width="97" align="right" bgColor="#f7f7f7">
														招聘职位:
													</TD>
													<TD width="30%" bgColor="#FFFFFF">
														<a href="jobinfo.jsp?cust_id=<%=job_unit%>" target="_blank" class="lanse"><%=title%></A>
													</TD>
													<TD width="96" align="right" vAlign="top" bgColor="#F7F7F7">
														发布日期:
													</TD>
													<TD width="198" vAlign="top" bgColor="#FFFFFF"><%=publish_date%></TD>
												</TR>
												<TR>
													<TD align="right" bgColor="#f7f7f7">
														招聘要求:
													</TD>
													<TD colspan="3" vAlign="top" bgColor="#FFFFFF"><%=req%></TD>
												</TR>
												<TR>
													<TD align="right" bgColor="#f7f7f7">
														工作地址:
													</TD>
													<TD colspan="3" vAlign="top" bgColor="#FFFFFF"><%=job_addr%></TD>
												</TR>
												<TR>
													<TD align="right" bgColor="#f7f7f7">
														应聘此职位:
													</TD>
													<TD colspan="3" vAlign="top" bgColor="#FFFFFF" hight="40">
														<div>
															<%
															if (s_id != null && !s_id.equals("")) {
															%>
															<a href="jin.jsp?job_id=<%=job_id%>" target="_self"><img src="/zone_b2b/images/qiuzhi.gif" border="0" align="absMiddle" /> </a>&nbsp;发送求职意向,必须先登录
															<%
															 } else {
															 %>
															<a href="javascript:open();"><img src="/zone_b2b/images/qiuzhi.gif" border="0" align="absMiddle" />&nbsp;</a>发送求职意向,必须先登录
															<%
															}
															%>
														</div>
													</TD>
												</TR>
												<%
													}
													}
												%>
												<form action="/doTradeReg.do" name="loginForm" method="post" target="_self">
													<div id="login">
														<span>用户登录</span>
														<div id="panel">
															用户名:
															<input type="text" name="user_name" id="user_name" size="20" />
															<br>
															密&nbsp;&nbsp;码:
															<input type="password" name="passwd" id="passwd" size="20">
														</div>
														<input type="hidden" name="trade_type_code" id="trade_type_code" value="1304">
														<input type="submit" value="登录" onClick=" return checkLogin()" />
														<a href="javascript:close();" style="color: red">取消</a>
													</div>
												</form>
											</table>
											<TABLE width="95%" border=0 align="center" cellPadding=0 cellSpacing=0 class=xian>
												<TBODY>
													<TR>
														<TD height=10></TD>
													</TR>
												</TBODY>
											</TABLE>
											<!--重复//-->
											<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
												<tr>
													<td width="42%" height="60" align="center">
														&nbsp:
													</td>
												</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 + -