This commit is contained in:
JSYOO 2021-11-19 17:03:27 +09:00
parent 8af10b6cec
commit c04a49ea18

View File

@ -480,7 +480,7 @@ function fn_search_article(pageIndex) {
<p><span>${result.operOutRangeNm}</span><span>${result.operReadRangeNm}</span></p> <p><span>${result.operOutRangeNm}</span><span>${result.operReadRangeNm}</span></p>
</c:if> </c:if>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
<c:if test="${result.ableOnline eq true}"> <c:if test="${result.ableOnline eq true}">
<button type="button" class="btn-color" onclick="gfn_showDocPdf('${result.interfaceId}','${result.masterId}','${result.typeDivCd}','${result.dtlsTypeDivCd}')";>원문보기</button> <button type="button" class="btn-color" onclick="gfn_showDocPdf('${result.interfaceId}','${result.masterId}','${result.typeDivCd}','${result.dtlsTypeDivCd}')";>원문보기</button>
</c:if> </c:if>