jhleem / egov star

이다솜 이다솜 2022-02-16 @68


            
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 67) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 68) @@ -223,30 +223,16 @@ </div> </li> <!--첨부파일--> - <li><strong class="title">첨부파일</strong> - <div class="input_wrap file_up"> - <input type="file" class="inputFile" id="file-upload" title="파일첨부"> - <label class="btn_m bg_basic btn_file_up" for="file-upload" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file-up"></span></label> - </div> - <div class="file_list"> - <div class="file_box"> - <p>파일명입니다</p> - <button title="[파일명입니다]다운" class="btn_inner" value="삭제"><span class="icon-file-down"></span></button> - <button title="[파일명입니다]삭제" class="btn_inner" value="삭제"><span class="icon-delete"></span></button> - </div> - </div> - </li> - <c:if test="${boardMasterVO.fileAtchPosblAt == 'Y'}"> <li> - <strong class="board_label">첨부파일</strong> - <div class="file_up"> + <strong class="title">첨부파일</strong> + <div class="input_wrap file_up"> <div> <input name="file_1" id="egovComFileUploader" type="file" class="blind userUpload" title="<spring:message code="comCopBbs.articleVO.regist.atchFile"/>" multiple/><!-- 첨부파일 --> <input type="hidden" id="atchFileId" name="atchFileId" value="" /> - <label for="egovComFileUploader" class="inputFile" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file"></span></label> + <label for="egovComFileUploader" class="btn_m bg_basic btn_file_up" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file"></span></label> </div> - <em class="exp filenote">※ 파일당 ${boardMasterVO.atchPosblFileSize }MB까지 첨부 가능합니다.</em> + <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em> <ul class="file_list" id="egovComFileList"> </ul> </div>
Add a comment
List