AP_Resume_BaseInfo.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:9k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <!--#include file="../../../FS_Inc/Const.asp" -->
  2. <!--#include file="../../../FS_Inc/Function.asp" -->
  3. <!--#include file="../../../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="cls_resume.asp"-->
  5. <%
  6. Response.Charset="GB2312"
  7. Dim resumeObj,id,Conn
  8. MF_Default_Conn
  9. id=trim(NoSqlHack(request.QueryString("id")))
  10. Set resumeObj=New cls_resume
  11. if id<>"" then call resumeObj.getResumeInfo("baseinfo",id)
  12. Conn.close
  13. Set Conn=nothing
  14. %>
  15. <form action="" method="post" name="BaseInfoForm">
  16. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table">
  17.   <tr>
  18.     <td width="20%" align="right" class="hback">姓名:</td>
  19.     <td class="hback"><input type="text" name="txt_Uname" id="txt_Uname" style="width:60%" onfocus="Do.these('txt_Uname',function(){return isEmpty('txt_Uname','span_Uname')})" onkeyup="Do.these('txt_Uname',function(){return isEmpty('txt_Uname','span_Uname')})" onChange="Do.these('txt_Uname',function(){return isEmpty('txt_Uname','span_Uname')})" value="<%=resumeObj.bs_Uname%>"><span id="span_Uname"></span></td>
  20.   </tr>
  21.   <tr>
  22.     <td align="right" class="hback">性别:</td>
  23.     <td class='hback'><select name="sel_sex">
  24.       <option value="1" <%if resumeObj.bs_sex="1" then Response.Write("selected")%>>先 生</option>
  25.       <option value="0" <%if resumeObj.bs_sex="0" then Response.Write("selected")%>>女 士</option>
  26.     </select>    </td>
  27.   </tr>
  28.   <tr>
  29.     <td align="right" class="hback">相片后缀名:</td>
  30.     <td class='hback'><select name="sel_PictureExt" id="sel_PictureExt">
  31.       <option value="1" <%if resumeObj.bs_PictureExt="1" then Response.Write("selected")%>>.jpg</option>
  32.       <option value="2" <%if resumeObj.bs_PictureExt="2" then Response.Write("selected")%>>.gif</option>
  33.             </select></td>
  34.   </tr>
  35.   <tr>
  36.     <td align="right" class="hback">出生日期:</td>
  37.     <td class='hback'><input name="txt_Birthday" type="text" id="txt_Birthday" style="width:60%" value="<%=resumeObj.bs_Birthday%>" onfocus="new Form.Element.Observer('txt_Birthday',1,function(){Do.these('txt_Birthday',function(){return valiateDate('txt_Birthday','span_birthday')})});setday(this)" onblur="Do.these('txt_Birthday',function(){return valiateDate('txt_Birthday','span_birthday')})"><span id="span_birthday"></span></td>
  38.   </tr>
  39.   <tr>
  40.     <td align="right" class="hback">证件类型:</td>
  41.     <td class='hback'><select name="sel_CertificateClass" id="sel_CertificateClass">
  42.       <option value="1" <%if resumeObj.bs_CertificateClass="1" then Response.Write("Selected")%>>身份证</option>
  43.       <option value="2" <%if resumeObj.bs_CertificateClass="2" then Response.Write("Selected")%>>护照</option>
  44.       <option value="3" <%if resumeObj.bs_CertificateClass="3" then Response.Write("Selected")%>>军人证</option>
  45.       <option value="4" <%if resumeObj.bs_CertificateClass="4" then Response.Write("Selected")%>>其他</option>
  46.     </select>    </td>
  47.   </tr>
  48.   <tr>
  49.     <td align="right" class="hback">证件号码:</td>
  50.     <td class='hback'><input name="txt_CertificateNo" type="text" id="txt_CertificateNo" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_CertificateNo%>"></td>
  51.   </tr>
  52.   <tr>
  53.     <td align="right" class="hback">目前年薪水:</td>
  54.     <td class='hback'>
  55. <select name="sel_CurrentWage" id="sel_CurrentWage">
  56.       <option value="1"  <%if resumeObj.bs_CurrentWage="1" then response.Write("selected")%>>1500以下</option>
  57.       <option value="2"  <%if resumeObj.bs_CurrentWage="2" then response.Write("selected")%>>1500-1999</option>
  58.       <option value="3"  <%if resumeObj.bs_CurrentWage="3" then response.Write("selected")%>>2000-2999</option>
  59.       <option value="4"  <%if resumeObj.bs_CurrentWage="4" then response.Write("selected")%>>3000-4499</option>
  60.       <option value="5"  <%if resumeObj.bs_CurrentWage="5" then response.Write("selected")%>>4500-5999</option>
  61.       <option value="6"  <%if resumeObj.bs_CurrentWage="6" then response.Write("selected")%>>6000-7999</option>
  62.       <option value="7"  <%if resumeObj.bs_CurrentWage="7" then response.Write("selected")%>>8000-9999</option>
  63.       <option value="8"  <%if resumeObj.bs_CurrentWage="8" then response.Write("selected")%>>10000-14999</option>
  64.       <option value="9"  <%if resumeObj.bs_CurrentWage="9" then response.Write("selected")%>>15000-19999</option>
  65.       <option value="10" <%if resumeObj.bs_CurrentWage="10" then response.Write("selected")%>>20000-29999</option>
  66.       <option value="11" <%if resumeObj.bs_CurrentWage="11" then response.Write("selected")%>>30000-49999</option>
  67.       <option value="12" <%if resumeObj.bs_CurrentWage="12" then response.Write("selected")%>>50000以上</option>
  68.         </select>
  69.       <select name="sel_CurrencyType" id="sel_CurrencyType">
  70.         <option value="1" <%if resumeObj.bs_CurrencyType="1" then Response.Write("selected")%>>人民币</option>
  71.         <option value="2" <%if resumeObj.bs_CurrencyType="2" then Response.Write("selected")%>>港元</option>
  72.         <option value="3" <%if resumeObj.bs_CurrencyType="3" then Response.Write("selected")%>>美元</option>
  73.         <option value="4" <%if resumeObj.bs_CurrencyType="4" then Response.Write("selected")%>>日元</option>
  74.         <option value="5" <%if resumeObj.bs_CurrencyType="5" then Response.Write("selected")%>>欧元</option>
  75.         <option value="6" <%if resumeObj.bs_CurrencyType="6" then Response.Write("selected")%>>其他</option>
  76.       </select>      </td>
  77.   </tr>
  78.   <tr>
  79.     <td align="right" class="hback">工作年限:</td>
  80.     <td class='hback'><select name="sel_WorkAge" id="select">
  81.       <option value="1" <%if resumeObj.bs_WorkAge="1" then Response.Write("Selected")%>>在读学生</option>
  82.       <option value="2" <%if resumeObj.bs_WorkAge="2" then Response.Write("Selected")%>>应届毕业生</option>
  83.       <option value="3" <%if resumeObj.bs_WorkAge="3" then Response.Write("Selected")%>>一年以上</option>
  84.       <option value="4" <%if resumeObj.bs_WorkAge="4" then Response.Write("Selected")%>>两年以上</option>
  85.       <option value="5" <%if resumeObj.bs_WorkAge="5" then Response.Write("Selected")%>>三年以上</option>
  86.       <option value="6" <%if resumeObj.bs_WorkAge="6" then Response.Write("Selected")%>>五年以上</option>
  87.       <option value="7" <%if resumeObj.bs_WorkAge="7" then Response.Write("Selected")%>>八年以上</option>
  88.       <option value="8" <%if resumeObj.bs_WorkAge="8" then Response.Write("Selected")%>>十年以上</option>
  89.         </select></td>
  90.   </tr>
  91.   <tr>
  92.     <td align="right" class="hback">所在省:</td>
  93.     <td class="hback"><input name="txt_Province" type="text" id="txt_Province" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_Province%>"></td>
  94.   </tr>
  95.   <tr>
  96.     <td align="right" class="hback">所在城市:</td>
  97.     <td class="hback"><input name="txt_City" type="text" id="txt_City" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_City%>"></td>
  98.   </tr>
  99.   <tr>
  100.     <td align="right" class="hback">家庭电话:</td>
  101.     <td class="hback"><input name="txt_HomeTel" type="text" id="txt_HomeTel" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_HomeTel%>"></td>
  102.   </tr>
  103.   <tr>
  104.     <td align="right" class="hback">公司电话:</td>
  105.     <td class="hback"><input name="txt_CompanyTel" type="text" id="txt_CompanyTel" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_CompanyTel%>"></td>
  106.   </tr>
  107.   <tr>
  108.     <td align="right" class="hback">移动电话:</td>
  109.     <td class="hback"><input name="txt_Mobile" type="text" id="txt_Mobile" style="width:60%" onfocus="this.className='RightInput'" value="<%=resumeObj.bs_Mobile%>"></td>
  110.   </tr>
  111.   <tr>
  112.     <td align="right" class="hback">E-Mail:</td>
  113.     <td class="hback"><input name="txt_Email" type="text" id="txt_Email" style="width:60%" value="<%=resumeObj.bs_Email%>" onfocus="Do.these('txt_Email',function(){return checkMail('txt_Email','span_mail')})" onkeyup="Do.these('txt_Email',function(){return checkMail('txt_Email','span_mail')})" onblur="Do.these('txt_Email',function(){return checkMail('txt_Email','span_mail')})"><span id="span_mail"></span></td>
  114.   </tr>
  115.   <tr>
  116.     <td align="right" class="hback">OICQ:</td>
  117.     <td class="hback"><input name="txt_QQ" type="text" id="txt_QQ" style="width:60%" value="<%=resumeObj.bs_QQ%>" onfocus="Do.these('txt_QQ',function(){return isNumber('txt_QQ','span_qq','请检查你的qq号码!','ture')})" onkeyup="Do.these('txt_QQ',function(){return isNumber('txt_QQ','span_qq','请检查你的qq号码!','ture')})" onblur="Do.these('txt_QQ',function(){return isNumber('txt_QQ','span_qq','请检查你的qq号码!','ture')})" ><span id="span_qq"></span></td>
  118.   </tr>
  119.   <tr>
  120.     <td align="right" class="hback">是否公开:</td>
  121.     <td class="hback"><select name="sel_isPublic" id="sel_isPublic">
  122.       <option value="0" <%if resumeObj.bs_isPublic="0" then Response.Write("selected")%>>公开</option>
  123.       <option value="1" <%if resumeObj.bs_isPublic="1" then Response.Write("selected")%>>不公开</option>
  124.     </select>
  125.     </td>
  126.   </tr>
  127.   <tr>
  128.     <td align="right" class="hback">&nbsp;</td>
  129.     <td class="hback"><input name="SubmitButton" type="Button" id="SubmitButton" value="保存/下一步" onclick="ajaxPost('AP_Resume_Action.asp', Form.serialize('BaseInfoForm'),'BaseInfoForm','edit','<%=id%>');">
  130.       <input name="resetButton" type="reset" id="resetButton" value="重置"></td>
  131.   </tr>
  132. </table>
  133. </form>