jhleem / egov star

이다솜 이다솜 2022-02-21 @123


            
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cmm/fms/EgovImgFileList.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cmm/fms/EgovImgFileList.jsp (revision 122) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cmm/fms/EgovImgFileList.jsp (revision 123) @@ -78,8 +78,8 @@ </c:choose> <div class="file_box"> <div class="thumbnail bg_box"> - <img src="/images/user/main_bg.jpg" alt=""> - <div class="thumb_zoom"><img src="/images/user/main_bg.jpg" alt=""></div> + <img src="${item.link }" alt=""> + <div class="thumb_zoom"><img src="${item.link }" alt=""></div> </div> <p class="file_name">${item.originFileNm } <%-- <em><fmt:formatNumber value="${fileSize }" pattern="0.00" />${fileUnit }</em> --%></p> <button onclick="location.href='#!'" class="btn_inner" title=""><span class="icon-file-down"></span><em class="blind">첨부파일다운로드</em></button>
Add a comment
List