<!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=utf-8" />
<title>应聘信息填写</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<script type='text/javascript' src="/static/jobjs.js"></script>
<style type="text/css">
.servInfo{display:none; position: absolute;  top: 45%;  left: 45%;  width:auto;  height: auto;  padding: 8px;  background-color: white;  z-index:1002;  overflow: auto;}

.close {float:right; padding-right:10px;padding-top:10px;}
.close a{ color:#000; text-decoration:none; font-size:14px;}
.altercontentbox{width:752px;margin:0 auto; border:1px solid #ffa72b; overflow:hidden; border-top:0px;}
.altercontentbox01{width:742px;margin:0 auto; border:1px solid #f0eaea; overflow:hidden; border-top:0px; margin-bottom:3px;}
.altercontentbox02{ clear:both; margin:10px; line-height:26px;}
.altercontentbox02 span{ font-weight:bold; color:#0682d8;}


.myd{  
    background: #77887E ;  
    //height: 100%;  
    height: 600;
    left: 0%;  
    right: 0%;  
    //width: 100%;  
    width: 1150;
    position: absolute;  
    z-index: 10000;  
}   
  
.pd{  
    background: #c2ee11 ;  
    height: 300px;  
    width: 450px;  
    position: absolute;  
    z-index: 10002;  
}  

</style>
</head>


<body onload="changeDivHeight();" style="padding:5px 10px; line-height:30px; margin-left:80px">

<!-- 遮盖层 -->
<!--<div class="myd" style="display: none;border:10px solid #b8dcff;z-index:10px;" id="md">sd</div>-->
<div id="md" style="display:none;position: absolute;top: 0%;left: 0%;width: 100%;background-color:gray;z-index:1001;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);height:1200px"></div>
  
<table  width="100%" height="25px" border="0" cellspacing="0" cellpadding="0">

  <tr>
    <td ><table border="0" cellpadding="0" cellspacing="0"></tr>
              <tr>
<td><img src="/static/images/return.png" width="16px" height="16px" /><a href="/"> 返回首页</a></td>
</tr>
          <tr>
            <td>当前位置： 应聘信息填写&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#238bdd" style="font-size:12px">以下信息请如实填写！<font></td>
          </tr>

        </table>
  </td>
  </tr>
</table>


<form id="submit_form" method="post" action="/job/joinit">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td class="main_bjBT" width="15%">姓名：</td>
    <td class="main_button">
        <input id="name" size="40" name="name" required="required"/>  
    </td>
</tr>

<tr>
  <td class="main_bjBT">性别：</td>
  <td>
        <input type="radio" name="gender" id="gender" value="男" required="required"/>
        <span>男</span>
        <input type="radio" name="gender" id="gender" value="女" required="required"/> 
        <span>女</span>
     </td>
</tr>

<tr>
  <td class="main_bjBT">出生日期：</td>
  <td>
    <form name="reg_testdate">
    <select size="1" name="year" id="year" style="width:150px" onfocus="years('year',new Date().getFullYear()),change_date()" onchange="change_date()" required="required">
      </select>&nbsp;
    <select size="1" name="month" id="month" style="width:70px" onfocus="months(),change_date()" onchange="change_date()" required="required"></select>&nbsp;
    <select size="1" name="date" id="date" style="width:50px" required="required"></select>
    </form>
    </td>
</tr>

<tr>
  <td class="main_bjBT">通信地址：</td>
  <div style="float:left;width:48%; margin-top:33px;">  
  <td>
    <select name="area" class="area" id="area" required="required">
        <option value="">------请选择------</option>
        <option  value="北京市" >北京市</option>
        <option  value="天津市" >天津市</option>
        <option  value="湖南省" >湖南省</option>
        <option  value="山西省" >山西省</option>
        <option  value="内蒙古自治区" >内蒙古自治区</option>
        <option  value="辽宁省" >辽宁省</option>
        <option  value="吉林省" >吉林省</option>
        <option  value="黑龙江省" >黑龙江省</option>
        <option  value="上海市" >上海市</option>
        <option  value="江苏省" >江苏省</option>
        <option  value="浙江省" >浙江省</option>
        <option  value="安徽省" >安徽省</option>
        <option  value="福建省" >福建省</option>
        <option  value="江西省" >江西省</option>
        <option  value="山东省" >山东省</option>
        <option  value="河南省" >河南省</option>
        <option  value="湖北省" >湖北省</option>
        <option  value="河北省" >河北省</option>
        <option  value="广东省" >广东省</option>
        <option  value="广西壮族自治区" >广西壮族自治区</option>
        <option  value="海南省" >海南省</option>
        <option  value="重庆市" >重庆市</option>
        <option  value="四川省" >四川省</option>
        <option  value="贵州省" >贵州省</option>
        <option  value="云南省" >云南省</option>
        <option  value="西藏自治区" >西藏自治区</option>
        <option  value="陕西省" >陕西省</option>
        <option  value="甘肃省" >甘肃省</option>
        <option  value="青海省" >青海省</option>
        <option  value="宁夏回族自治区" >宁夏回族自治区</option>
        <option  value="新疆维吾尔自治区" >新疆维吾尔自治区</option>
        <option  value="台湾省" >台湾省</option>
        <option  value="香港特别行政区" >香港特别行政区</option>
        <option  value="澳门特别行政区" >澳门特别行政区</option>
        <option  value="境外" >境外</option>
    </select> 
    <input id="address" name="address" size="100" required="required"/> 
  </div>
  </td>
</tr>

<tr>
  <td class="main_bjBT">联系电话：</td>
  <td>
    <input id="contact" name="contact" size="40" required="required"/>
        <span style="color:#238bdd; font-size:14px">请您填写常用<i style="font-style:normal;font-family:'微软雅黑';  font-weight: bold;" >手机号码</i>，如遇重要事项，可以通过手机短信通知到您。</span>
    </td>
</tr>
<tr>
    <td class="main_bjBT" width="15%">电子邮箱：</td>
    <td class="main_button">
        <input id="email" size="40" name="email" required="required"/>
    </td>
</tr>    
<!--
<tr>
  <td class="main_bjBT">办公电话：</td>
  <td>
    <input id="member.officePhone" name="member.officePhone" size="40" 
    value=""/>
    <font color="red"></font>
    </td>
</tr>
-->

<tr>
  <td class="main_bjBT">就读学历：</td>
  <td>
           <input type="radio" name="nowEducation" id="nowEducation6" value="博士后" required="required"/>博士后
           <input type="radio" name="nowEducation" id="nowEducation1" value="博士" required="required"/>博士
           <input type="radio" name="nowEducation" id="nowEducation2" value="硕士" required="required"/>硕士
           <input type="radio" name="nowEducation" id="nowEducation3" value="本科" required="required"/>本科
           <input type="radio" name="nowEducation" id="nowEducation4" value="专科" required="required"/>专科
           <input type="radio" name="nowEducation" id="nowEducation7" value="其他" required="required"/>其他
     </td>
</tr>

<tr>
  <td class="main_bjBT">毕业院校：</td>
  <td>
    <input id="institutionAttended" name="institutionAttended" size="40" required="required"/>               
    </td>
</tr>
    
    
    <tr>
  <td class="main_bjBT">信息来源：</td>
  <td>
    <select name="source" class="textarea1" id="source" required="required">
        <option value="">------请选择------</option>
        <option  value="公司网站" >公司网站</option>
        <option  value="他人介绍" >他人介绍</option>
        <option  value="招聘网站" >招聘网站</option>
        <option  value="其他">其他</option>
    </select> &nbsp;&nbsp;
<tr>
    <td class="main_bjBT" width="15%">应聘职位：</td>
    <td class="main_button">
        <input id="jname" size="40" name="jname" value=<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  Undefined index: name</p>
<p>Filename: views/job_join.php</p>
<p>Line Number: 201</p>

</div> />
        <input type="hidden" name="jid" id="jid" value=<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  Undefined index: id</p>
<p>Filename: views/job_join.php</p>
<p>Line Number: 202</p>

</div> />
    </td>
</tr>            
    <font color="red"></font>  
  </td>
</tr>
  <tr>
                    <td  height="30">个人简介：</td>
                    <td >
                           <textarea id="profile" name="profile" rows="15" cols="110" placeholder="请填写您的个人简介，1000汉字以内" style="resize:none" required="required"></textarea>
                        </td>
                  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
   <tr>
     <td height="10"></td>
   </tr>
</table>

<table width="10%" border="0" cellspacing="0" cellpadding="0" class="main_liebiao">
    <tr>
         <td width="40%"></td>
    <td ><button style=" width:50px; height:30px;margin-left:600px; margin-bottom:100px;background-image:url("/static/images/loginbutton.jpg")">保存</button></td>
    </tr>
</table>
</form>

</body>
</html>