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

📄 jobxg.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	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 setValues(){
   SetSelValue("workaddr","<%=info.getWorkaddr()%>");
   SetSelValue("zpzw","<%=info.getZpzw()%>");
   resizeWin("objBody");
}
</script>
</head>  
<body onload="setValues()">
 
<form  name="myform" id="myform" action="<%=site.bean.SitePara.strVirtualName%>/member/job.do?action=update&iid=<%=strMenuId%>" onsubmit="return CheckForm(this);" target="ifrTarget"  method="post">
<input type="hidden" name="id" id="id" value="<%=info.getId()%>" />
<table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0" name="objBody" id="objBody">
    <tr>
      <td height="30" valign="middle">
        <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
		  <br>
            <td width="77%"><font color="112382" class="font14"><strong>更新招聘信息</strong></font></td>
            <td width="23%">&nbsp;</td>
          </tr>
        </table>
		<div class="TableContenttop"><img src="images/bg_fd790d.gif" width="5" height="2" /></div>
      </br>
	  </td>
    </tr>
    <tr>
      <td height="110" >
	  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
        <tr>
          <td width="224" height="30" align="right" valign="middle" bgcolor="#f5f5f5"><strong>招聘职位:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td width="282"  height="20" bgcolor="#FFFFFF"> &nbsp;            
           <select name="zpzw" id="zpzw"  EmptyDisable label="招聘职位">
              <option value="">请选择工作职位</option>
              <script src="<%=site.bean.SitePara.strVirtualName%>/static/js/jobseat.js"></script>
            </select></td> 
          <td width="118" height="30" align="right" bgcolor="#f5f5f5"><strong>性 别:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td width="281" height="20" bgcolor="#FFFFFF">&nbsp;
		  <select name="sex" id="sex" label="性别">
		   <% if( info.getSex().equals("0")){%> 
              <option value="0"  selected>男</option>
		      <option value="1">女</option> 
		      <option value="2" >不限</option> 
		   <% }else if( info.getSex().equals("1")){%>   
		      <option value="0">男</option>
		      <option value="1" selected>女</option> 
		      <option value="2" >不限</option> 
		   <% } else {%>
		     <option value="0">男</option>
		     <option value="1">女</option> 
		     <option value="2" selected>不限</option> 
		   <% }%>
          </select></td>
        </tr>
		 <tr>
          <td height="30" align="right" valign="middle" bgcolor="#f5f5f5"><strong>学历要求:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="xlyq"  id="xlyq" maxlength=50  value="<%=info.getXlyq()%>"  minLength=1  EmptyDisable  label="学历要求"/></td>
         
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>经验要求:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="jyyq"  id="jyyq" maxlength=50 value="<%=info.getJyyq()%>"  minLength=1  EmptyDisable  label="经验要求"/></td>
        </tr>
		 <tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>年龄要求:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="ageyq" id="ageyq" maxlength=20 minLength=1 value="<%=info.getAgeyq()%>"   EmptyDisable  label="年龄要求"/></td>
         
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>工作地点:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp; 
             <select name="workaddr" id="workaddr" EmptyDisable label="工作地点">
               <option value="">请选择工作地点</option>
               <script src="<%=site.bean.SitePara.strVirtualName%>/static/js/provicetypejob.js"></script>
            </select>          </td>
    </tr>
		<tr>
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>招聘人数:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="zprs"  id="zprs" maxlength=5 minLength=1 EmptyDisable  value="<%=info.getZprs()%>" label="招聘人数"/></td>
         
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>薪资待遇:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="xzdy"  id="xzdy" maxlength=50 minLength=1 EmptyDisable value="<%=info.getXzdy()%>"  label="薪资待遇"/></td>
        </tr>
		
        <tr>
        
         <td height="30" align="right" bgcolor="#f5f5f5"><strong>工作性质:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
          <select name="jobtype" id="jobtype">
            <%if("0".equals(info.getJobtype())){%>
             <option value="0" selected>全职</option>
             <option value="1">兼职</option>
            <%} else {%>
             <option value="0">全职</option>
             <option value="1"  selected>兼职</option> 
            <%}%> 
          </select>          </td> 
          <td height="30" align="right" bgcolor="#f5f5f5"><strong>有效时间:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF"> &nbsp;
            <input type="text" name="enddate" id="enddate" size="10" maxlength="10" ValueFormat="date" EmptyDisable  label="有效时间" value="<%=info.getEnddate()%>" /> <img src="<%=igec.site.base.bean.SitePara.strVirtualName%>/member/stand/images/calendar.gif" border="0" align="absMiddle" style="cursor:hand" onclick="fPopUpCalendarDlg('<%=igec.site.base.bean.SitePara.strVirtualName%>',enddate);"></td>
        </tr>
        <tr>
          <td height="20" align="right" bgcolor="#f5f5f5"><strong>详细信息:</strong><font color="ff0000"> * </font>&nbsp;</td>
          <td height="20" bgcolor="#FFFFFF" colspan="3">&nbsp; 
		  <textarea name="intro" id="intro" label="详细信息"  style="display:none" rows="1" cols="20"><%=igec.site.base.business.DataUtilBusiness.getContent(info.getIid())%></textarea>
              <iframe ID="editor" src="<%=site.bean.SitePara.strVirtualName%>/SimpleEditor/editor.jsp?id=intro" frameborder=1 scrolling=no width="580" height="405"></iframe> 
            
            </td>
        </tr>
      </table></td>
    </tr>
    <tr>
      <td height="52" valign="top"><table  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
        <tr>
          <td height="1"></td>
        </tr>
      </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="50" align="center"><input type="submit" name="Submit" value="更 新" style="cursor:hand"/>
              &nbsp;&nbsp;&nbsp; <input type="reset" name="Submit2" value="重 置"  style="cursor:hand"/>
              &nbsp;&nbsp;&nbsp; <input type="button" name="Submit2" value="关 闭"  style="cursor:hand" onclick="javascript:window.close()"/>
              </td>
          </tr>
        </table></td>
    </tr>
  </table></td>
    </tr>
  </table>
  </form>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<iframe height="1" src="" name="ifrTarget" frameborder="0" scrolling="no"></iframe>
 
 
<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();
}

function CheckForm(loObj){ 
  if (editor.EditMode.checked==true)
	  document.myform.intro.value=editor.HtmlEdit.document.body.innerText;
  else
	  document.myform.intro.value=editor.HtmlEdit.document.body.innerHTML;   
  if(document.myform.Content.value==""){
    alert("详细内容不能为空!");
		editor.HtmlEdit.focus();
		return false;
  } 
  if(!Check(loObj)) return false; 
  document.myform.intro.value = clearSiteUrl(document.myform.intro.value); 
  return true;
 }
</script> 
  </body>
 </html>

⌨️ 快捷键说明

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