2023-11-22 16:54 교육 신청서 내용 추가
This commit is contained in:
parent
599bf2e2f7
commit
1c32a5b576
@ -123,6 +123,30 @@
|
||||
</th>
|
||||
<td>${info.eduMd}</td>
|
||||
</tr>
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${info.eduSlctCd eq '10'}">
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>교육매체</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
<c:out value="${info.eduMd}"/>
|
||||
</td>
|
||||
</tr>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>주소</p>
|
||||
</th>
|
||||
<td colspan="3">
|
||||
(${info.post}) ${info.addr} ${info.addrDetail}
|
||||
</td>
|
||||
</tr>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p>담당자</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user