| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <!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=gb2312" />
- <title>管理员登陆</title>
- <link rel="stylesheet" type="text/css" href="../bdcommx/css.css">
- </head>
- <!--#include file="../bdcommx/connxyz.asp"-->
- <%call log_chk()
- call passChk()%>
- <body>
- <table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="4%" height="42" align="center" background="../images/top_bg2.jpg"><img src="../images/dian.gif" width="10" height="10" /></td>
- <td width="96%" background="../images/top_bg2.jpg" class="hui12">后台管理:>> 招聘发布</td>
- </tr>
- </table>
- <br />
- <table width="94%" border="0" align="center" cellpadding="0" cellspacing="1" class="tab_bdr">
- <form id="form1" name="form1" method="post" action="ZPaddsave.asp"><tr>
- <td align="center" class="tb_bg" colspan="2">招 聘 发 布</td>
- </tr>
- <tr>
- <td width="15%" height="26" align="center" class="NcB_bg">招聘职位:</td>
- <td width="85%" class="NcB_bg">
- <input name="zhiwei" type="text" id="zhiwei" size="40" /> </td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">工作性质:</td>
- <td height="26" class="NcB_bg"><select name="xingzhi" id="xingzhi">
- <option value="全职">全职</option>
- <option value="兼职">兼职</option>
- </select>
- </td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">工作地点:</td>
- <td height="26" class="NcB_bg"><input name="diqu" type="text" id="diqu" size="40" /></td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">学历要求:</td>
- <td height="26" class="NcB_bg"><select name="xueli" id="xueli">
- <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 height="26" align="center" class="NcB_bg">招聘人数:</td>
- <td height="26" class="NcB_bg"><input name="renshu" type="text" id="renshu" size="12" /></td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">待遇薪资:</td>
- <td height="26" class="NcB_bg"><input name="xinzi" type="text" id="xinzi" size="12" /></td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">经验要求:</td>
- <td height="26" class="NcB_bg"><input name="jingyan" type="text" id="jingyan" size="40" /></td>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">顺序:</td>
- <td height="26" class="NcB_bg"><input name="shunxu" type="text" id="shunxu" size="10" onkeyup="if(this.value.length==1){this.value=this.value.replace(/[^1-9]/g,'')}else{this.value=this.value.replace(/\D/g,'')}" /></td>
- </tr>
- <!-- <tr>
- <td height="26" align="center" class="NcB_bg">性 别:</td>
- <td class="NcB_bg"><p>
- <input type="radio" name="sex" value="男" />
- 男
- <input type="radio" name="sex" value="女" />
- 女
- <input type="radio" name="sex" value="不限" />
- 不限</p> </td>
- </tr>
-
-
- <tr>
- <td height="26" align="center" class="NcB_bg">上岗时间:</td>
- <td height="26" class="NcB_bg"><input name="shanggang" type="text" id="shanggang" size="40" /></td>
- </tr>-->
- <tr>
- <td height="26" align="center" class="NcB_bg">招聘要求:</td>
- <td height="26" class="NcB_bg"><textarea name="note" style="display:none"></textarea><IFRAME ID="eWebEditor1" SRC="../../Htmledit/ewebeditor.htm?id=note&style=standard650" FRAMEBORDER="0" SCROLLING="no" WIDTH="600" HEIGHT="350"></IFRAME></td>
- </tr><tr>
- <td height="26"> </td>
- <td height="26">
- <input type="submit" name="Submit" value="添加" />
- <input type="reset" name="submit2" value="重置" /> </td>
- </tr></form>
- </table>
- </body>
- </html>
|