📄 jobinfo.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
site.bean.MebJobObj info = (site.bean.MebJobObj)request.getAttribute("info");
if(info==null) return;
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/CalendarDlg.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
<script>
function upWindow(id,recid){
openWindow('<%=site.bean.SitePara.strVirtualName%>/member/stand/jobym/jobymfb.jsp?id='+id+'&recid='+recid+'&smstype=JOBY',300,200);
}
</script>
</head>
<body onload="javascript:resizeWin('objBody');">
<input type="hidden" name="id" id="id" value="<%=info.getId()%>"/>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" class="border1" id="objBody" name="objBody">
<tr>
<th align="center" class="font14">招聘信息
<hr>
</th>
</tr>
<tr>
<td ><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td width="111" height="30" align="right" bgcolor="#f5f5f5">招聘职位:<font color="ff0000"> * </font> </td>
<td width="173" height="20" bgcolor="#F5F5F5">
<%=info.getZpzw()%> </td>
<td width="90" height="30" align="right" bgcolor="#f5f5f5">性 别:<font color="ff0000"> *</font></td>
<td width="176" height="20" bgcolor="#F5F5F5">
<% if( info.getSex().equals("0")){%>
男
<% }else if( info.getSex().equals("1")){%>
女
<% } else {%>
不限
<% }%> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">学历要求:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#F5F5F5">
<%=info.getXlyq()%> </td>
<td height="30" align="right" bgcolor="#f5f5f5">经验要求:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getJyyq()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">年龄要求:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getAgeyq()%></td>
<td height="30" align="right" bgcolor="#f5f5f5">招聘人数:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getZprs()%></td>
</tr>
<tr><td height="30" align="right" bgcolor="#f5f5f5">工作地点:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5" colspan="3" style="word-break:break-all;">
<%=info.getWorkaddr()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5">薪资待遇:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getXzdy()%></td>
<td height="30" align="right" bgcolor="#f5f5f5">有效时间:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getEnddate()%> </td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#f5f5f5">详细信息:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5" colspan="3" style="word-break:break-all;">
<%=igec.site.base.business.DataUtilBusiness.getContent(info.getIid())%> </td>
</tr>
<tr>
<td height="35" align="left" bgcolor="#f5f5f5" colspan="4" >
<font color="112382" size="3" onmouseover="this.style.cursor='hand'" onclick="upWindow('<%=info.getId()%>','<%=info.getMebid()%>')">发送应聘信</font></td>
</tr>
</table></td>
</tr>
</table>
<script language=javascript>
document.onkeydown=nextpage
function nextpage(event) {
event = event ? event : (window.event ? window.event : null);
if (event.keyCode==13) userlogin();
}
</script>
<script language="JavaScript">
function userlogin(){
document.loginform.submit();
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -