Merge branch 'advc' of http://subsub8729@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
23cf50d88f
@ -123,6 +123,30 @@
|
|||||||
</th>
|
</th>
|
||||||
<td>${info.eduMd}</td>
|
<td>${info.eduMd}</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
<p>담당자</p>
|
<p>담당자</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user