Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
registration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
丁伟
registration
Commits
92027417
Commit
92027417
authored
Jan 21, 2025
by
丁伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、更新个人信息界面更新“CTFC 请发至ctfcchina@ccpit.org”给改成“CITR 请发送至 citrchina@ccpit.org”;
2、个人信息界面隐藏“贸易金融合规专家”考试科目。
parent
03c5e69f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
src/main/webapp/WEB-INF/jsp/front/info.jsp
+0
-0
src/main/webapp/WEB-INF/jsp/front/reg.jsp
+3
-1
No files found.
src/main/webapp/WEB-INF/jsp/front/info.jsp
View file @
92027417
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/jsp/front/reg.jsp
View file @
92027417
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment