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

📄 adminjobsedit.asp

📁 人才招聘系统,用asp做的
💻 ASP
📖 第 1 页 / 共 3 页
字号:
            <option value="律师助理">律师助理</option>
            <option value="书记员">书记员</option>
            <option style="color: navy; background-color: #d6cc94" value="0">
            影视/摄影专业类</option>
            <option value="影视策划/制作人员">影视策划/制作人员</option>
            <option value="影音器材管理">影音器材管理</option>
            <option value="演员">演员</option>
            <option value="模特儿">模特儿</option>
            <option value="摄影师">摄影师</option>
            <option value="音效师">音效师</option>
            <option value="节目主持人">节目主持人</option>
            </select></td>
          </tr>
          <tr>
            <td align="left" height="9" width="98" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span>具体<font class="TrueText">职位:</font></td>
            <td height="9" width="436" background="../../img/bj.gif">
            <font color="#000000">
            <span style="font-family: 宋体; font-size: 12px">
            <input maxLength="10" name="jobs" size="28" style="font-size: 12px" value="<%=rs("jobs")%>"></span></font></td>
          </tr>
          <tr>
            <td align="left" height="9" width="98" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font>待遇水平</span><font class="TrueText">:</font></td>
            <td height="9" width="436" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#000000">
            <input class="Fieldtext" maxLength="10" name="dysp" size="9" value="<%=rs("dysp")%>">元/月(RMB)&nbsp;&nbsp; </font>
            <font color="#808080">
            说明:面议输入&quot;0&quot;.只能是数字</font></span></td>
          </tr>
          <tr>
            <td align="left" height="19" width="98" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span><font color="#000000">招聘人数:</font></td>
            <td height="19" width="436" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#000000">
            <input class="Fieldtext" maxLength="3" name="renshu" size="6" value="<%=rs("renshu")%>"><input type="hidden" class="Fieldtext" maxLength="3" name="bmid" size="6" value="<%=rs("bmid")%>">人</font></span></td>
          </tr>
          <tr>
            <td align="left" height="21" width="98" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span>有效期限<font class="TrueText"><span style="font-family: 宋体; font-size: 12px">:</span></font></td>
            <td height="21" width="436" background="../../img/bj.gif">
            <p>
            <select name="endValidDate" size="1">
            <%
            dim endValidDate
            endValidDate=rs("endValidDate")
            %>
            <option <%if endValidDate=0 then%> selected <%end if%> value="0">永久有效</option>
            <option <%if endValidDate=1 then%> selected <%end if%> value="1">一个月</option>
            <option <%if endValidDate=2 then%> selected <%end if%> value="2">二个月</option>
            <option <%if endValidDate=3 then%> selected <%end if%> value="3">三个月</option>
            <option <%if endValidDate=4 then%> selected <%end if%> value="4">四个月</option>
            <option <%if endValidDate=5 then%> selected <%end if%> value="5">五个月</option>
            <option <%if endValidDate=6 then%> selected <%end if%> value="6">半年</option>
            </select></td>
          </tr>
          <tr>
            <td align="left" height="12" width="98" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span><font class="TrueText">工作地区:</font></td>
            <td height="12" width="436" background="../../img/bj.gif">
                        <select name="s_WorkLocation" size="1" tabIndex="28">
                        <%dim Province
                        Province=trim(rs("s_WorkLocation"))
                        %>
                        <option value></option>
                        <option <%if Province="北京" then%>selected <%end if%> value="北京">北京</option>
                        <option <%if Province="上海" then%>selected <%end if%> value="上海">上海</option>
                        <option <%if Province="天津" then%>selected <%end if%> value="天津">天津</option>
                        <option <%if Province="广东" then%>selected <%end if%> value="广东">广东</option>
                        <option <%if Province="深圳" then%>selected <%end if%> value="深圳">深圳</option>
                        <option <%if Province="珠海" then%>selected <%end if%> value="珠海">珠海</option>
                        <option <%if Province="汕头" then%>selected <%end if%> value="汕头">汕头</option>
                        <option <%if Province="海南" then%>selected <%end if%> value="海南">海南</option>
                        <option <%if Province="香港" then%>selected <%end if%> value="香港">香港</option>
                        <option <%if Province="澳门" then%>selected <%end if%> value="澳门">澳门</option>
                        <option <%if Province="台湾" then%>selected <%end if%> value="台湾">台湾</option>
                        <option <%if Province="广西" then%>selected <%end if%> value="广西">广西</option>
                        <option <%if Province="福建" then%>selected <%end if%> value="福建">福建</option>
                        <option <%if Province="厦门" then%>selected <%end if%> value="厦门">厦门</option>
                        <option <%if Province="浙江" then%>selected <%end if%> value="浙江">浙江</option>
                        <option <%if Province="江苏" then%>selected <%end if%> value="江苏">江苏</option>
                        <option <%if Province="山东" then%>selected <%end if%> value="山东">山东</option>
                        <option <%if Province="湖南" then%>selected <%end if%> value="湖南">湖南</option>
                        <option <%if Province="湖北" then%>selected <%end if%> value="湖北">湖北</option>
                        <option <%if Province="四川" then%>selected <%end if%> value="四川">四川</option>
                        <option <%if Province="重庆" then%>selected <%end if%> value="重庆">重庆</option>
                        <option <%if Province="贵州" then%>selected <%end if%> value="贵州">贵州</option>
                        <option <%if Province="云南" then%>selected <%end if%> value="云南">云南</option>
                        <option <%if Province="江西" then%>selected <%end if%> value="江西">江西</option>
                        <option <%if Province="安徽" then%>selected <%end if%> value="安徽">安徽</option>
                        <option <%if Province="河南" then%>selected <%end if%> value="河南">河南</option>
                        <option <%if Province="河北" then%>selected <%end if%> value="河北">河北</option>
                        <option <%if Province="辽宁" then%>selected <%end if%> value="辽宁">辽宁</option>
                        <option <%if Province="吉林" then%>selected <%end if%> value="吉林">吉林</option>
                        <option <%if Province="黑龙江" then%>selected <%end if%> value="黑龙江">黑龙江</option>
                        <option <%if Province="内蒙" then%>selected <%end if%> value="内蒙">内蒙</option>
                        <option <%if Province="宁夏" then%>selected <%end if%> value="宁夏">宁夏</option>
                        <option <%if Province="山西" then%>selected <%end if%> value="山西">山西</option>
                        <option <%if Province="陕西" then%>selected <%end if%> value="陕西">陕西</option>
                        <option <%if Province="甘肃" then%>selected <%end if%> value="甘肃">甘肃</option>
                        <option <%if Province="青海" then%>selected <%end if%> value="青海">青海</option>
                        <option <%if Province="新疆" then%>selected <%end if%> value="新疆">新疆</option>
                        <option <%if Province="西藏" then%>selected <%end if%> value="西藏">西藏</option>
                        <option <%if Province="国外" then%>selected <%end if%> value="国外">国外</option>
                        </select><span style="font-family: 宋体; font-size: 12px">
            省(直辖市、特区)<font color="#000000"><input class="fieldtext" maxLength="10" name="c_WorkLocation" size="12" value="<%=rs("c_WorkLocation")%>">市(区、县)</font></span></td>
          </tr>
          <tr>
            <td align="left" height="124" width="98" valign="top">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span><font class="TrueText">具体要求:</font></td>
            <td height="124" width="436">
            <textarea class="FieldText" cols="63" id="Adcontent" name="Adcontent" rows="10" style="font-size: 12px"><%=rs("Adcontent")%></textarea></td>
          </tr>
          <tr>
            <td align="left" height="100" width="98" valign="top">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#d84d45">*</font></span>面<font class="TrueText">试须知:</font></td>
            <td height="100" width="436">
            <textarea class="FieldText" cols="63" id="Notice" name="Notice" rows="6" style="font-size: 12px"><%=rs("Notice")%></textarea><font color="#666666"><br>
            如:您需带好身份证原件、学历、学位证书原件,一寸相片7张,在西安火车站乘座603路公交车到师大站下车,再往前走50米即可。</font></td>
          </tr>
          <tr>
            <td align="left" colSpan="2" height="12" width="542" background="../../img/bj.gif">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#FF0000">*</font>简历过滤<font color="#d84d45"> </font></span></td>
          </tr>
          <tr>
            <td align="left" colSpan="2" height="12" width="542">
            <span style="font-family: 宋体; font-size: 12px">
            <font color="#808080">(通过设置以下条件,可用于 1. 
            求职者应聘时系统就会作出相应的应聘限制;2. 在进行简历匹配时可以更准确地找出相应的简历;3. 
            求职者在搜寻职位时可以更精确地找到此职位)</font></span></td>
          </tr>
          <tr>
            <td align="left" bgColor="#ffffff" height="1" colspan="2" width="542" background="../../img/bj.gif">
            <p align="center">学历:
            <%
            dim degree
            degree=rs("degree")
            %>
            <select name="degree" size="1">
            <option <%if degree=0 then%> selected <%end if%> value="0">高中</option>
            <option <%if degree=1 then%> selected <%end if%> value="1">中专</option>
            <option <%if degree=2 then%> selected <%end if%> value="2">大专</option>
            <option <%if degree=3 then%> selected <%end if%> value="3">本科</option>
            <option <%if degree=4 then%> selected <%end if%> value="4">硕士</option>
            <option <%if degree=5 then%> selected <%end if%> value="5">博士</option>
            </select>以上&nbsp;&nbsp; 工作经验:
            <%
            dim workYear
            workYear=rs("workYear")
            %>
            <select name="workYear" size="1" style="font-family: Arial; font-weight: bold">
            <option <%if workYear=0 then%> selected <%end if%> value="0">0</option>
            <option <%if workYear=1 then%> selected <%end if%> value="1">1</option>
            <option <%if workYear=2 then%> selected <%end if%> value="2">2</option>
            <option <%if workYear=3 then%> selected <%end if%> value="3">3</option>
            <option <%if workYear=4 then%> selected <%end if%> value="4">4</option>
            <option <%if workYear=5 then%> selected <%end if%> value="5">5</option>
            <option <%if workYear=6 then%> selected <%end if%> value="6">6</option>
            <option <%if workYear=7 then%> selected <%end if%> value="7">7</option>
            <option <%if workYear=8 then%> selected <%end if%> value="8">8</option>
            <option <%if workYear=9 then%> selected <%end if%> value="9">9</option>
            <option <%if workYear=10 then%> selected <%end if%> value="10">10</option>
            </select><span style="font-family: 宋体; font-size: 12px"><font color="#000000"> 
            年</font></span><font color="#000000"><span style="font-family: 宋体; font-size: 12px">以上&nbsp;&nbsp;&nbsp; </span></font>性别:
            <select name="Sex" size="1">
            <%
            dim Sex
            Sex=rs("Sex")
            %>
            <option <%if Sex=0 then%> selected <%end if%> value="0">不限</option>
            <option <%if Sex=1 then%> selected <%end if%> value="1">男</option>
            <option <%if Sex=2 then%> selected <%end if%> value="2">女</option>
            </select></td>
          </tr>
          <tr>
            <td align="middle" colSpan="2" height="20" width="542" background="../../img/bj.gif">
            <p align="left" style="letter-spacing: 1px; line-height: 19px">
            <span style="font-family: 宋体; font-size: 12px; "><font color="#808080">
            注:联系方式为职位所属部门的联系资料,如果修改可以打开部门管理进行修改</font></span></td>
          </tr>
          <tr>
            <td height="18" style="border-bottom: medium none; " width="98" background="../../img/bj.gif"> </td>
            <td bgColor="#ffffff" height="18" style="border-bottom: medium none; " width="436" background="../../img/bj.gif">
            <p align="center">
            <input border="0" src="../../img/post1.gif" name="I1" type="image"></td>
          </tr>
          
          </form>
        </table>
 </td>
      </tr>
      <tr>
        <td width="100%"> </td>
      </tr>
    </table>
    </td>
    <td width="16" height="236" valign="top"> </td>
  </tr>
</table>

  </center>
</div>
<!--#include file=copyright.asp-->
<%
rs.close
set rs=nothing
call closedb
%>

⌨️ 快捷键说明

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