2023-10-23 10:16 성인 신청 내용 정보 추가
This commit is contained in:
parent
1fdfdb26fb
commit
72d6296f44
@ -424,6 +424,20 @@
|
|||||||
</th>
|
</th>
|
||||||
<td colspan="3">${info.email}</td>
|
<td colspan="3">${info.email}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p>신청내용</p>
|
||||||
|
</th>
|
||||||
|
<td colspan="3">
|
||||||
|
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||||
|
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||||
|
|
||||||
|
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||||
|
<ve:code codeId="VEA006" code="${aplctCn}"/>
|
||||||
|
</c:forEach>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>희망주제</p>
|
<p>희망주제</p>
|
||||||
|
|||||||
@ -439,6 +439,28 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
<p>신청내용</p>
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<label for="jobNm" class="label">직함 입력</label>
|
||||||
|
<kc:checkbox name="aplctCn" id="aplctCn" codeId="VEA006"/>
|
||||||
|
|
||||||
|
<!-- , 들어간 값을 구분해서 표시한다. -->
|
||||||
|
<c:set var="aplctCns" value="${fn:split(info.aplctCn,',')}" />
|
||||||
|
|
||||||
|
<c:forEach var="aplctCn" items="${aplctCns}" varStatus="g">
|
||||||
|
<script>
|
||||||
|
$("input[name=aplctCn][value=${aplctCn}]").prop("checked",true);
|
||||||
|
</script>
|
||||||
|
</c:forEach>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user