ZPadd.asp 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>管理员登陆</title>
  6. <link rel="stylesheet" type="text/css" href="../bdcommx/css.css">
  7. </head>
  8. <!--#include file="../bdcommx/connxyz.asp"-->
  9. <%call log_chk()
  10. call passChk()%>
  11. <body>
  12. <table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td width="4%" height="42" align="center" background="../images/top_bg2.jpg"><img src="../images/dian.gif" width="10" height="10" /></td>
  15. <td width="96%" background="../images/top_bg2.jpg" class="hui12">后台管理:&gt;&gt; 招聘发布</td>
  16. </tr>
  17. </table>
  18. <br />
  19. <table width="94%" border="0" align="center" cellpadding="0" cellspacing="1" class="tab_bdr">
  20. <form id="form1" name="form1" method="post" action="ZPaddsave.asp"><tr>
  21. <td align="center" class="tb_bg" colspan="2">招 聘 发 布</td>
  22. </tr>
  23. <tr>
  24. <td width="15%" height="26" align="center" class="NcB_bg">招聘职位:</td>
  25. <td width="85%" class="NcB_bg">
  26. <input name="zhiwei" type="text" id="zhiwei" size="40" /> </td>
  27. </tr><tr>
  28. <td height="26" align="center" class="NcB_bg">工作性质:</td>
  29. <td height="26" class="NcB_bg"><select name="xingzhi" id="xingzhi">
  30. <option value="全职">全职</option>
  31. <option value="兼职">兼职</option>
  32. </select>
  33. </td>
  34. </tr><tr>
  35. <td height="26" align="center" class="NcB_bg">工作地点:</td>
  36. <td height="26" class="NcB_bg"><input name="diqu" type="text" id="diqu" size="40" /></td>
  37. </tr><tr>
  38. <td height="26" align="center" class="NcB_bg">学历要求:</td>
  39. <td height="26" class="NcB_bg"><select name="xueli" id="xueli">
  40. <option value="不限">不限</option>
  41. <option value="专科">专科</option>
  42. <option value="专科及以上学历">专科及以上学历</option>
  43. <option value="本科">本科</option>
  44. <option value="本科及以上学历">本科及以上学历</option>
  45. <option value="硕士">硕士</option>
  46. <option value="博士">博士</option>
  47. </select></td>
  48. </tr>
  49. <tr>
  50. <td height="26" align="center" class="NcB_bg">招聘人数:</td>
  51. <td height="26" class="NcB_bg"><input name="renshu" type="text" id="renshu" size="12" /></td>
  52. </tr><tr>
  53. <td height="26" align="center" class="NcB_bg">待遇薪资:</td>
  54. <td height="26" class="NcB_bg"><input name="xinzi" type="text" id="xinzi" size="12" /></td>
  55. </tr><tr>
  56. <td height="26" align="center" class="NcB_bg">经验要求:</td>
  57. <td height="26" class="NcB_bg"><input name="jingyan" type="text" id="jingyan" size="40" /></td>
  58. </tr><tr>
  59. <td height="26" align="center" class="NcB_bg">顺序:</td>
  60. <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>
  61. </tr>
  62. <!-- <tr>
  63. <td height="26" align="center" class="NcB_bg">性  别:</td>
  64. <td class="NcB_bg"><p>
  65. <input type="radio" name="sex" value="男" />
  66. <input type="radio" name="sex" value="女" />
  67. <input type="radio" name="sex" value="不限" />
  68. 不限</p> </td>
  69. </tr>
  70. <tr>
  71. <td height="26" align="center" class="NcB_bg">上岗时间:</td>
  72. <td height="26" class="NcB_bg"><input name="shanggang" type="text" id="shanggang" size="40" /></td>
  73. </tr>-->
  74. <tr>
  75. <td height="26" align="center" class="NcB_bg">招聘要求:</td>
  76. <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>
  77. </tr><tr>
  78. <td height="26">&nbsp;</td>
  79. <td height="26">
  80. <input type="submit" name="Submit" value="添加" />
  81. <input type="reset" name="submit2" value="重置" /> </td>
  82. </tr></form>
  83. </table>
  84. </body>
  85. </html>