QNA : 첨부파일 여부 표출 삭제 처리 (요청 : 김혜준 대리)

This commit is contained in:
KNKIM 2021-12-01 17:16:16 +09:00
parent be9180170f
commit bd38123eec

View File

@ -369,7 +369,6 @@ function fn_listPops(typeDivCd) {
<div class="box"><p>${fn:substring(itemQna.regDd,8,10) }</p><p> ${fn:substring(itemQna.regDd,2,4) }.${fn:substring(itemQna.regDd,5,7) }</p></div> <div class="box"><p>${fn:substring(itemQna.regDd,8,10) }</p><p> ${fn:substring(itemQna.regDd,2,4) }.${fn:substring(itemQna.regDd,5,7) }</p></div>
<div class="text"> <div class="text">
<p>${itemQna.title} <p>${itemQna.title}
<c:if test='${itemQna.attachYn == "Y"}'><img src="/images/icon/icon-file.png" class="file" alt="파일 아이콘"></c:if>
<c:if test='${itemQna.secretYn == "Y"}'><img src="/images/icon/icon-password.png" class="pw" alt="잠금 아이콘"></c:if> <c:if test='${itemQna.secretYn == "Y"}'><img src="/images/icon/icon-password.png" class="pw" alt="잠금 아이콘"></c:if>
</p> </p>
</div> </div>