<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=9"> <meta charset="utf-8"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache, must-revalidate"> <meta http-equiv="expires" content="0"> <title>填写报名信息</title> <link href="/resource/front/css/style.css" rel="stylesheet" type="text/css" /> <link href="/resource/front/css/jquery-ui.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="wrapper"> <div id="top"><IMG src="/resource/front/img/banner.png" width=1024 height=204 ></div> <div class="pp"></div> <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="/resource/front/img/borderc_04.gif"></td> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" class="title1">延考或恢复报名</td> </tr> <tr> <td><hr /></td> </tr> </table> <form id="form2"> <table id="tabThesis" name="tabThesis" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="title" background="/resource/front/img/dh.gif" height="24">参加考试科目</td> </tr> <tr> <td class="body"> <table border="0" cellpadding="3" cellspacing="3" width="100%"> <tbody><tr> <td width="3%"> </td> <td id="tdBase" name="tdBase" width="97%"><table class="body" width="100%"><tbody> <tr valign="top"> <c:forEach items="${subject}" var="g" varStatus="s"> <c:if test="${s.index>0 && s.index%3==0}"> </tr><tr valign="top"></c:if> <td width="33%"><input <c:if test="${s.index==0}">checked="checked"</c:if> id="disid" name="subject2" disid="23242AA2BE0E1782E050A8C0480173A9" rowindex="0" type="radio" value="${g.dataNameId}">${g.dataName}</td> </c:forEach> </tr> </tbody></table></td> </tr> </tbody></table> </td> </tr> </tbody></table> <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center"> <td height="25" colspan="2"> <!--开始 --> <table class="body" border="0" cellpadding="0" cellspacing="2" width="100%" id="feijrr"> <tbody><tr> <td td="" colspan="3" class="title" align="left" background="/resource/front/img/dh.gif" height="24"><yh:yh id="0_ParticipantsInformation" english="Participant's Information" isnotnull="0">考生基本信息</yh:yh></td> </tr> <tr id="trEmial" name="email33"> <td class="name" width="15%"><span style="color: red;">*</span><yh:yh id="1_Info_Email" english="E-mail:" isnotnull="1">邮箱:</yh:yh></td> <td width="25%"><input name="email" value="" style="width:220px" onblur="this.value=this.value.toLowerCase().replace(/(^\s*)|(\s*$)/g,""); " type="text"><input name="A_MAINID" type="hidden"><input name="A_LINK_ID" type="hidden"><input name="A_ROLEID" type="hidden"><input name="A_LANGID" type="hidden"><input name="A_CON_CNF_ID" type="hidden"><input name="A_STAT_ID" type="hidden"><input name="A_AUDITSTATE" type="hidden"><input name="D_LINK_ID" type="hidden"><input name="D_MAINID" type="hidden"></td> <td width="50%"><span class="reg_body">请勿使用QQ邮箱,邮箱会作为登录名,请如实填写</span></td> </tr> <tr id="trPassWord" name="password33"> <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_Password" english="Password:" isnotnull="1">密码:</yh:yh></td> <td><input style="width:220px; height:23px" name="password" value="" type="password"></td> <td><span class="reg_body">登录密码必须在6-20位之间</span></td> </tr> <tr id="trRePassWord" name="password2"> <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_RePassword" english="Re. Password:" isnotnull="1">重复密码:</yh:yh></td> <td><input style="width:220px; height:23px" name="repassword" value="" type="password"></td> <td class="body"><span class="reg_body">登录密码与重复密码必须一致</span></td> </tr> <tr id="trChinaName" name="name"> <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_FullName" english="Full Name:" isnotnull="1">DC/LIBF NUMBER:</yh:yh></td> <td><input class="required" name="dcNumber" onblur="changeName(this)" onkeyup="if(event.keyCode==13){this.blur();}" value="" style="width:220px" type="text"></td> <td><span class="reg_body">请填写DC或原IFS号</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_customitem9" english="Custom Item9:" isnotnull="0">TITLE:</yh:yh></td> <td><select class="required" name="title" style="width:220px"> <option value="">请选择</option> <option value="Mr.">Mr.</option> <option value="Ms.">Ms.</option> </select></td> <td><span class="reg_body">请选择称谓</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_expandinfo1" english="Expand Info1:" isnotnull="0">DATE OF BIRTH:</yh:yh></td> <td><input name="dateOfBirth" class="required" style="width:220px" type="text"></td> <td><span class="reg_body">年-月-日 如:1988-01-01</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_customitem10" english="Custom Item10:" isnotnull="0">GENDER:</yh:yh></td> <td><select class="required" name="gender_en" style="width:220px"> <option value="">请选择</option> <c:forEach items="${engender}" var="g"> <option value="${g.dataNameId}">${g.dataName}</option> </c:forEach> </select></td> <td><span class="reg_body">请选择性别</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_expandinfo2" english="Expand Info2:" isnotnull="0">NAME:</yh:yh></td> <td><input class="required" name="name_en" style="width:220px" type="text"></td> <td><span class="reg_body">姓名拼音,Family Name空格Given Name,如:Liu Xiangning</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_expandinfo3" english="Expand Info3:" isnotnull="0">COMPANY NAME:</yh:yh></td> <td><textarea class="required" name="company_en" style="width:220px;height:45px;resize: none;" type="text"></textarea></td> <td><span class="reg_body">只写总公司名称,如:Bank of China</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_expandinfo4" english="Expand Info4:" isnotnull="0">ADDRESS:</yh:yh></td> <td><textarea class="required" name="address_en" style="width:220px;height:45px;resize: none;" type="text"></textarea></td> <td><span class="reg_body">标准英文地址格式,如:2F,CCOIC Bidge,No 2 Huapichang Hutong,Xicheng Dist,Beijing,无需填写邮编</span></td> </tr> <tr> <td class="name">COUNTRY:</td> <td><label style="width:220px" >CHINA</label></td> </tr> <tr> <td class="name"><span style="color: red;">*</span>PHONE:</td> <td><input name="phone" class="required" style="width:220px" type="text"></td> <td><span class="reg_body">请填写手机号,标准国际电话格式,地区码空格手机号,如:86 13810001234</span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span>CITY SELECT:</td> <td><select class="required" name="city_en" style="width:220px"> <option value="">请选择</option> <c:forEach items="${encityType}" var="g"> <option value="${g.dataNameId}">${g.dataName}</option> </c:forEach> </select></td> <td><span class="reg_body">请选择所在城市</span></td> </tr> <tr id="trChinaName" name="name"> <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_FullName" english="Full Name:" isnotnull="1">姓名(中文):</yh:yh></td> <td><input class="required" name="name" onblur="changeName(this)" onkeyup="if(event.keyCode==13){this.blur();}" value="" style="width:220px" type="text"></td> <td><span class="reg_body">请填写真实姓名</span></td> </tr> <tr id="trChinaName" name="name"> <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_FullName" english="Full Name:" isnotnull="1">地址(中文):</yh:yh></td> <td><textarea class="required" name="address" style="width:220px;height:45px;resize: none;" value="" style="width:220px" type="text"></textarea></td> <td><span class="reg_body"></span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_customitem6" english="Custom Item6:" isnotnull="0">增值税发票:</yh:yh></td> <td><select class="required" id="appreciationTaxTypeId" name="appreciationTaxType" style="width:220px"> <option value="">请选择</option> <option value="1">增值税普通发票</option> <option value="2">增值税专用发票</option> </select></td> <td><span class="reg_body"></span></td> </tr> <tr> <td class="name"><span style="color: red;">*</span><yh:yh id="1_A_LINK_LIKE" english="Hobby:" isnotnull="0">发票抬头:</yh:yh></td> <td><input class="required" name="invoiceTitle" style="width:220px" type="text"></td> <td><span class="reg_body">开具发票的抬头信息</span></td> </tr> <tr> <td class="name"><yh:yh id="1_customitem6" english="Custom Item6:" isnotnull="0">发票类型:</yh:yh></td> <td> 收费延考的发票内容将根据考生报名考试类型,固定开具CDCS延考费,CITF延考费,CSDG延考费 </td> <td><span class="reg_body"></span></td> </tr> <tr id="taxpayerNumId" name="trTaxpayerNum" style="display :none"> <td class="name"><span style="color: red;">*</span>纳税人识别号:</td> <td><input id="taxpayerNumId01" class="required" name="taxpayerNum" style="width:220px" type="text"></td> <td><span class="reg_body">请填写您的纳税人识别号</span></td></div> </tr> <tr id="addressNameId" name="trAddressName" style="display :none"> <div><td class="name"><span style="color: red;">*</span>公司地址:</td> <td><input id="addressNameId01" class="required" name="addressName" style="width:220px" type="text"></td> <td><span class="reg_body">请填写您的公司地址</span></td></div> </tr> <tr id="telephoneId" name="trTelephone" style="display :none"> <div><td class="name"><span style="color: red;">*</span>公司电话:</td> <td><input id="telephoneId01" class="required" name="telephone" style="width:220px" type="text"></td> <td><span class="reg_body">请填写您的公司电话</span></td></div> </tr> <tr id="bankAddressId" name="trBankAddress" style="display :none"> <div><td class="name"><span style="color: red;">*</span>开户行:</td> <td><input id="bankAddressId01" class="required" name="bankAddress" style="width:220px" type="text"></td> <td><span class="reg_body">请填写您的开户行</span></td></div> </tr> <tr id="bankAccountId" name="trBankAccount" style="display :none"> <div><td class="name"><span style="color: red;">*</span>银行账号:</td> <td><input id="bankAccountId01" class="required" name="bankAccount" style="width:220px" type="text"></td> <td><span class="reg_body">请填写您的开户行账号</span></td></div> </tr> </tbody></table> </td> </tr> <tr> <td><hr></td> </tr> <tr id=""> <td align="center"> <div class="message"></div> </td> </tr> <tr id="dengf"> <td align="center"> <input id="submit2" name="BtnSubmit" class="buttonstyle1" value="提交" onclick="javascript:;" type="button"> <input id="reset2" name="BtnReset" class="buttonstyle1" value="重置" onclick="javascript:;" type="button"> <input id="login2" name="BtnReset" class="buttonstyle1" value="登录" onclick="javascript:;" type="button"> </td> </tr> </table> </form> </table> </td> <td background="/resource/front/img/borderc_06.gif"></td> </tr> </table> <div class="pp"> </div> <div id="foot"> <p>©版权所有:中国国际贸易促进委员会(中国国际商会)培训中心 地址:北京市西城区桦皮厂胡同2号国际商会大厦2层 邮编:100035电话:010-82217206 传真:010-82217272<br> 邮箱:training@ccpit.org 技术支持:中贸促信息技术有限责任公司</p> </div> </div> <script src="/resource/front/js/jquery.min.js" type="text/javascript"></script> <script src="/resource/front/js/jquery.form.min.js" type="text/javascript"></script> <script src="/resource/front/js/jquery-ui-datepicker.js" type="text/javascript"></script> <script src="/resource/front/js/reg.js" type="text/javascript"></script> </body> </html>