<%@ 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="form">

                            <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,&quot;&quot;); " 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">姓名(中文):</yh:yh></td>
                                            <td><input class="required" name="name"  value="" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">请填写真实姓名</span></td>
                                        </tr>
                                        </tr>
                                        <tr id="trSex" name="gender">
                                            <td class="name"><span style="color: red;">*</span><yh:yh id="1_Info_Sex" english="Sex:" isnotnull="0">性别:</yh:yh></td>
                                            <td><select name="gender" class="required" style="width:220px" >
                                                <option value="">请选择</option>
                                                <c:forEach items="${gender}" 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_Info_Nation" english="Nation:" isnotnull="0">出生日期:</yh:yh></td>
                                            <td><input name="birthday" 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_customitem7" english="Custom Item7:" isnotnull="0">选择城市:</yh:yh></td>--%>
<%--                                            <td><select name="city" class="required" style="width:220px">--%>
<%--                                                <option value="">请选择</option>--%>
<%--                                                <c:forEach items="${cityType}" var="g">--%>
<%--                                                    <option value="${g.dataNameId}">${g.dataName}</option>--%>
<%--                                                </c:forEach>--%>
<%--                                            </select></td>--%>
<%--                                            <td><span class="reg_body"></span></td>--%>
<%--                                        </tr>--%>
                                        <tr id="trFixedTel" name="trFixedTel">
                                            <td class="name"><span style="color: red;">*</span>固定电话:</td>
                                            <td><input class="required" name="telphone" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">国内电话格式:如010-82217268</span></td>
                                        </tr>
                                        <tr id="trMobileTel" name="trMobileTel">
                                            <td class="name"><span style="color: red;">*</span>手机:</td>
                                            <td><input class="required" name="mobileTel" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">国内电话格式:如13810001234</td>
                                        </tr>
                                        <tr id="trCompany" name="trCompany">
                                            <td class="name"><span style="color: red;">*</span>工作单位:</td>
                                            <td><input class="required" name="company" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">请填写您的单位全称</span></td>
                                        </tr>
                                        <tr id="trAddress" name="trAddress">
                                            <td class="name"><span style="color: red;">*</span>联系地址:</td>
                                            <td><textarea class="required" name="address" style="width:220px;height:45px;resize: none;"  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 name="trCompanyName" id="companyNameId" style="display :none">
                                            <td class="name"><span style="color: red;">*</span>发票抬头:</td>
                                            <td><input id="companyNameId01" class="required" name="invoiceTitle" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">请填写您的单位全称</span></td>
                                        </tr>
                                        <tr id="subjectNameId" name="trSubjectName" style="display :none">
                                            <td class="name"><span style="color: red;">*</span>发票内容:</td>
                                            <!-- <td><input id="subjectNameId01" class="required" name="subjectName" style="width:220px" type="text"></td> -->
                                            <td>
                                                <p>发票内容为相应考试的考试费,如CDCS考试费。</p>
                                            </td>
                                            <td><span class="reg_body">考试只能开具与之相对应的考试费发票</span></td></div>
                                        </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>
                                        <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="taxIssueId" name="taxIssue" style="width:220px">
                                                <option value="">请选择</option>
                                                <option value="1">款项到账当年开具</option>
                                                <option value="2">款项到账次年开具</option>
                                            </select></td>
                                            <td><span class="reg_body">当年开具为款项到账后的两个月内,次年开具为到账第二年的1月31日前</span></td>
                                        </tr>
                                        <tr>
                                            <td class="name"><yh:yh id="1_A_LINK_LIKE" english="Hobby:" isnotnull="0">LIBF NUMBER:</yh:yh></td>
                                            <td><input name="dcNumber" style="width:220px" type="text"></td>
                                            <td><span class="reg_body">参加过6C考试的考生请填写,首次报名无需填写</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 class="required" name="dateOfBirth" 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">Family NAME:</yh:yh></td>
                                            <td><input class="required" name="name_en" style="width:220px" type="text"></td>
                                            <td><span class="reg_body"></span></td>
                                        </tr>
                                        <tr>
                                            <td class="name"><span style="color: red;">*</span><yh:yh id="1_expandinfo22" english="Expand Info2:" isnotnull="0">Given NAME:</yh:yh></td>
                                            <td><input class="required" name="name_en_last" style="width:220px" type="text"></td>
                                            <td><span class="reg_body"></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 class="required" name="phone" 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>--%>

                                        </tbody></table>
                                </td>
                                </tr>
                                <tr>
                                    <td><hr></td>
                                </tr>
                                <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%">&nbsp;</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="subject" 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>
                                <tr>
                                    <td><hr></td>
                                </tr>
                                <tr >
                                    <td align="center">
                                        <div class="message"></div>
                                    </td>
                                </tr>
                                <tr id="dengf">
                                    <td align="center">
                                        <input id="submit" name="BtnSubmit" class="buttonstyle1" value="提交" onclick="javascript:;" type="button">
                                        <input id="reset" name="BtnReset" class="buttonstyle1" value="重置" onclick="javascript:;" type="button">
<%--                                        <input id="login" 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  邮箱: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>
<script src="/resource/front/js/checkSocialCreditCode.js" type="text/javascript"></script>
</body>

</html>