이지우 - 사용자 교육 신청화면 > 교육장소 or 관련 URL을 관련 URL로 고정

This commit is contained in:
JIWOO 2025-10-31 14:56:35 +09:00
parent d9165cfe54
commit 490c34cff3
3 changed files with 12 additions and 9 deletions

View File

@ -534,12 +534,13 @@
</td>
</tr>
<tr>
<c:if test="${info.prcsDiv eq 10}">
<%-- <c:if test="${info.prcsDiv eq 10}">
<th scope="row">교육장소</th>
</c:if>
<c:if test="${info.prcsDiv ne 20}">
<c:if test="${info.prcsDiv ne 10}">
<th scope="row">관련URL</th>
</c:if>
</c:if> --%>
<th scope="row">관련URL</th>
<td class="addPro_wrap">
<c:out value="${info.eduPlace}"/>
</td>

View File

@ -534,12 +534,13 @@
</td>
</tr>
<tr>
<c:if test="${info.prcsDiv eq 10}">
<%-- <c:if test="${info.prcsDiv eq 10}">
<th scope="row">교육장소</th>
</c:if>
<c:if test="${info.prcsDiv ne 20}">
<c:if test="${info.prcsDiv ne 10}">
<th scope="row">관련URL</th>
</c:if>
</c:if> --%>
<th scope="row">관련URL</th>
<td class="addPro_wrap">
<c:out value="${info.eduPlace}"/>
</td>

View File

@ -539,12 +539,13 @@
</td>
</tr>
<tr>
<c:if test="${info.prcsDiv eq 10}">
<%-- <c:if test="${info.prcsDiv eq 10}">
<th scope="row">교육장소</th>
</c:if>
<c:if test="${info.prcsDiv ne 20}">
<c:if test="${info.prcsDiv ne 10}">
<th scope="row">관련URL</th>
</c:if>
</c:if> --%>
<th scope="row">관련URL</th>
<td class="addPro_wrap">
<c:out value="${info.eduPlace}"/>
</td>