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

📄 job_insert.jsp

📁 这个是j2eejava web 编程精要十五讲的全部源码。对学习java web编程的人来说是很能得的资料
💻 JSP
字号:
<jsp:include page="../header/header.jsp" flush="true"/>
<%@ page contentType="text/html;charset=gb2312" %>
<TABLE cellSpacing=0 cellPadding=0 width=758 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD vAlign=top width=156 background=foton.files/qy_n1_bj.gif><IMG height=44 
      src="../images/qy_2_1_01.gif" width=95>

      <a href="../Common/strategy.jsp">

      <img border="0" src="../pic/strategy_h.jpg" width="92" height="20"></a><br>
      <a href="../Common/recruit_campus_job.jsp">
      <img border="0" src="../pic/recruit_campus_job_h.jpg" width="92" height="20"></a><br>
      <a href="../Common/job_select.jsp">
      <img border="0" src="../pic/job_select_h.jpg" width="92" height="20"></a><br>
      <a href="../Common/talent.jsp">
      <img border="0" src="../pic/talent_h.jpg" width="92" height="20"></a><br>
      
      <a href="job_query.jsp">
      
      <img border="0" src="../pic/job_query_h.jpg" width="92" height="20"></a><br>
      <img border="0" src="../pic/job_insert.jpg" width="92" height="20"><br>
      <a href="resume_query.jsp">
      <img border="0" src="../pic/resume_query_h.jpg" width="92" height="20"></a><br>
      <a href="resume_statistice.jsp">
      <img border="0" src="../pic/resume_statistice_h.jpg" width="92" height="20"></a><br>
      <a href="resume_query.jsp">
      <img border="0" src="../pic/resume_query_k_h.jpg" width="92" height="20"></a><br>
      <a href="user_insert.jsp">
      <img border="0" src="../pic/user_insert_h.jpg" width="92" height="20"></a><br>
      <a href="password_update.jsp">
      <img border="0" src="../pic/password_update_h.jpg" width="92" height="20">
      
  

      
      

      </a>
      
  

      
      

    </TD>
    <TD width=672>
      <TABLE height=1 cellSpacing=0 cellPadding=0 width=538 border=0>
        <TBODY>
        <TR>
          <TD vAlign=bottom colSpan=2 height=1></TD></TR>                                                  
        <TR>
          <TD width=40 height=45 rowSpan=2><IMG height=43 
            src="../images/qy_1_0.gif" width=40></TD>
          <TD vAlign=top width=498 height=15><IMG height=1 
            src="foton.files/qy_1.gif" width=498></TD></TR>
        <TR>
          <TD vAlign=top width=498 height="30"></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=672 border=0>
        <TBODY>
    

        <TR>
          <TD height=23>


<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>


<html:form action="/jobAction" method="post">

  <table width="100%" border="1">
    <tr>
      <td colspan="4">
        <div align="center">
          <p>&nbsp;</p>
          <p><b><font size="5" color="#0080FF">新增招聘岗位 </font></b></p>
          <p>&nbsp;</p>
        </div>
      </td>
    </tr>
    
	<tr>
	<td colspan=4>  注:带“<font color=red>*</font>”的项目必须填写,否则不能存入数据库  </td>
	</tr>

    <tr>
      <td>
     <div align="right">职位名称:</div> 
		
      </td>
      <td>
        <html:text property="jobName" maxlength="100"/> <font color="#CC0033">*</font> 
      </td>

      <td>
        <div align="right">职位编号:</div> 
	  
      </td>
      <td>
        <html:text property="jobID" maxlength="50"/> <font color="#CC0033">*</font> 
      </td>
    </tr>

    <tr>
      <td>
        <div align="right">招聘部门:</div>
      </td>
      <td>
        <html:text property="deptName" maxlength="100"/>
      </td>

      <td>
        <div align="right">职位性质:</div>
      </td>
      <td>
        <html:select property="jobNature">
				<html:option value="-1">请选择</html:option>
				<html:option value="全职">全职</html:option>
				<html:option value="兼职">兼职</html:option>
				<html:option value="临时">临时</html:option>
				<html:option value="实习">实习</html:option>
				<html:option value="不限">不限</html:option>
			</html:select>
      </td>
    </tr>
    <tr>
      <td>
        <div align="right">招聘类别:</div>
      </td>
      <td>
        <html:text property="jobType" maxlength="100"/>
      </td>

      <td>
        <div align="right">招聘人数:</div>
      </td>
      <td>
        <html:text property="jobNumber" maxlength="50"/>
      </td>
    </tr>
    <tr>
      <td>
        <div align="right">职位有效期:</div>
      </td>
      <td>
        <html:text property="jobValidDay" maxlength="100"/>
      </td>

      <td>
        <div align="right">月薪范围:</div>
      </td>
      <td>
        <html:select property="salary">
				<html:option value="-1">请选择</html:option>
              <html:option value="面议">面议</html:option>
			  <html:option value="1000以下">1000以下</html:option>
			  <html:option value="1000~2000">1000~2000</html:option>
			  <html:option value="2000~3000">2000~3000</html:option>
			  <html:option value="3000~4000">3000~4000</html:option>
			  <html:option value="4000~6000">4000~6000</html:option>
			  <html:option value="6000~8000">6000~8000</html:option>
			  <html:option value="8000~10000">8000~10000</html:option>
			  <html:option value="10000~15000">10000~15000</html:option>
			  <html:option value="15000~20000">15000~20000</html:option>
			  <html:option value="20000~30000">20000~30000</html:option>
			  <html:option value="30000~50000">30000~50000</html:option>
			  <html:option value="50000+">50000+</html:option>
			</html:select>
      </td>
    </tr>
    <tr>
      <td>工作地区</td>
      <td><html:text property="jobArea"/></td>

      <td>最低工作经验</td>
      <td>
	  <html:select property="workYear">
	<html:option value="-1">请选择</html:option>
	<html:option value="一年以下">一年以下</html:option>
	<html:option value="1年">1年</html:option>
	<html:option value="2年">2年</html:option>
	<html:option value="3年">3年</html:option>
	<html:option value="4年">4年</html:option>
	<html:option value="5年">5年</html:option>
	<html:option value="6年">6年</html:option>
	<html:option value="7年">7年</html:option>
	<html:option value="8年">8年</html:option>
	<html:option value="9年">9年</html:option>
	<html:option value="10年">10年</html:option>
			  </html:select>
	  </td>
    </tr>
    <tr>
      <td>学历</td>
      <td>
	  <html:select property="degree">
				<html:option value="-1">请选择</html:option>
              <html:option value="博士">博士</html:option>
			  <html:option value="MBA">MBA</html:option>
			  <html:option value="硕士">硕士</html:option>
			  <html:option value="本科">本科</html:option>
			  <html:option value="大专">大专</html:option>
			  <html:option value="中专">中专</html:option>
			  <html:option value="中技">中技</html:option>
			  <html:option value="高中">高中</html:option>
			  <html:option value="初中">初中</html:option>
			  <html:option value="初中以下">初中以下</html:option>
			</html:select>
	  </td>
    </tr>
    <tr>
      <td>职位描述</td>
      <td colspan="3">
	  <html:textarea cols="100%" rows="5"  property="jobDescription">
	</html:textarea>
	  </td>
    </tr>
    <tr>
      <td>职位要求</td>
	  <td colspan="3">
	  <html:textarea cols="100%" rows="5"  property="jobRequirement">
	</html:textarea>
	  </td>
    </tr>
    <tr>
      <td height="21" colspan="4">
        <div align="center">
          <html:submit value="STORE" property="action"/>
          <html:submit value="CANCEL" property="Submit2" onclick="window.close()"/>
        </div>
      </td>
    </tr>
  </table>
</html:form>



</TD></TR></TABLE></TBODY></TABLE><!-- #BeginLibraryItem "/Library/zhu_copyright.lbi" -->                

<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif 
border=0>
  <TBODY>
  <TR>
    <TD width=124><IMG height=19 src="../images/d_1.gif" width=124></TD>
    <TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 &copy;                                                                                                        
  2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->

⌨️ 快捷键说明

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