Commit 92027417 by 丁伟

1、更新个人信息界面更新“CTFC 请发至ctfcchina@ccpit.org”给改成“CITR 请发送至 citrchina@ccpit.org”;

2、个人信息界面隐藏“贸易金融合规专家”考试科目。
parent 03c5e69f
......@@ -278,7 +278,9 @@
<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:if test="${g.dataNameId != 10 && g.dataNameId != 7}">
<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:if>
</c:forEach>
</tr>
</tbody></table></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment