Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp (revision 57)
+++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp (revision 58)
@@ -125,7 +125,17 @@
</div>
</div>
</div>
- <div class="board_content">
+
+ <c:if test="${not empty result.atchFileId}">
+ <!-- 첨부파일 -->
+ <c:import url="/editor/fileListView.do" charEncoding="utf-8">
+ <c:param name="fileId" value="${result.atchFileId}" />
+ <c:param name="displayType" value="detail" />
+ <c:param name="authorType" value="user" />
+ </c:import>
+ </c:if>
+
+ <div class="board_content fr-view">
<c:out value="${fn:replace(result.nttCn , crlf , '<br/>')}" escapeXml="false" />
</div>
</div>
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?