|
@@ -193,39 +193,47 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
<div class="panel-heading">人才联络员信息</div>
|
|
|
<div class="panel-body">
|
|
|
- <div class="row">
|
|
|
- <div class="rowGroup" >
|
|
|
- <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>人才联络员</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="agentName" name="agentName" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup" >
|
|
|
- <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>电子邮箱</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="agentEmail" name="agentEmail" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row">
|
|
|
- <div class="rowGroup form-inline" >
|
|
|
- <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>人才联络员手机号</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="agentPhone" name="agentPhone" style="width: 60%" />
|
|
|
- <button id="enterprise_sms_btn" style="margin-bottom: 0px;" onclick="Register.getEnterpriseSms()" type="button" class="btn btn-xs btn-info" style="width: 38%">获取验证码</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="rowGroup" >
|
|
|
- <label class="col-sm-2 control-label spacing"><span class="text-danger">*</span>手机验证码</label>
|
|
|
- <div class="col-sm-4 spacing">
|
|
|
- <input autocomplete="off" type="text" class="form-control" id="verificationCode" name="verificationCode" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <table style="width: 100%;border-collapse: collapse;" class="table table-bordered">
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>人才联络员</label>
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="agentName" name="agentName" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>电子邮箱</label>
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="agentEmail" name="agentEmail" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td rowspan="2">
|
|
|
+ <label class="control-label spacing" style="text-align: center">人才联络员备案表<br /><a href="/beianbiao.doc" style="color: red">模板下载</a> </label>
|
|
|
+ <img id="photoImg3" src="/static/img/yyzz.png" style="height: 60px;" onclick="$('#beian').click()" >
|
|
|
+ <input style="display: none" autocomplete="off" type="file" class="form-control" id="beian" name="beian" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup form-inline">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>人才联络员手机号</label>
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="agentPhone" name="agentPhone" style="width: 60%" />
|
|
|
+ <button id="enterprise_sms_btn" style="margin-bottom: 0px;" onclick="Register.getEnterpriseSms()" type="button" class="btn btn-xs btn-info" style="width: 38%">获取验证码</button>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div class="rowGroup">
|
|
|
+ <label class="control-label spacing td-label"><span style="color: red">*</span>手机验证码</label>
|
|
|
+ <input autocomplete="off" type="text" class="form-control" id="verificationCode" name="verificationCode" />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
</form>
|