| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <!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 /><%
- dim thex
- thex=request("thex")
- Set rs=Server.Createobject("Adodb.Recordset")
- sql="select * from adzp where zp_id="&thex&""
- rs.open sql,conn,1,3
- if rs.eof then
- response.Write("")
- else
- %>
- <table width="94%" border="0" align="center" cellpadding="0" cellspacing="1" class="tab_bdr">
- <form id="form1" name="form1" method="post" action="ZPmod.asp"><tr>
- <td width="71%" align="center" class="tb_bg" colspan="2">招 聘 查 看</td>
- </tr>
- <tr>
- <td height="26" align="center" class="NcB_bg">招聘职位:</td>
- <td width="85%" class="NcB_bg">
- <input name="zhiwei" type="text" id="zhiwei" value="<%=rs("zp_zw")%>" size="40" />
- <input name="thex" type="hidden" id="thex" value="<%=rs("zp_id")%>" />
- <input name="oldzhiwei" type="hidden" id="oldzhiwei" value="<%=rs("zp_zw")%>" /></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="<%=rs("zp_xingzhi")%>"><%=rs("zp_xingzhi")%></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="diqu" type="text" id="diqu" value="<%=rs("zp_dq")%>" 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="<%=rs("zp_xueli")%>"><%=rs("zp_xueli")%></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 height="26" align="center" class="NcB_bg">招聘人数:</td>
- <td height="26" class="NcB_bg"><input name="renshu" type="text" id="renshu" value="<%=rs("zp_rs")%>" 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" value="<%=rs("zp_xinzi")%>" size="12" /></td>
- </tr>
- </tr><tr>
- <td height="26" align="center" class="NcB_bg">经验要求:</td>
- <td height="26" class="NcB_bg"><input name="jingyan" type="text" id="jingyan" value="<%=rs("zp_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" onkeyup="if(this.value.length==1){this.value=this.value.replace(/[^1-9]/g,'')}else{this.value=this.value.replace(/\D/g,'')}" value="<%=rs("zp_odr")%>" size="10" /></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"><%=rs("zp_note")%></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>
- <%rs.close
- set rs=nothing
- end if%>
- </body>
- </html>
|