회원증버튼 추가 , 파일다운로드시 모바일도 가능하게끔 수정

This commit is contained in:
JSYOO 2021-11-25 16:03:51 +09:00
parent 08fa5bcf1e
commit d4e810b024
2 changed files with 6 additions and 5 deletions

View File

@ -110,7 +110,7 @@ function fn_downloadFile(attachFileId, fileSn) {
<c:forEach var="attachFile" items="${article.attachFiles }"> <c:forEach var="attachFile" items="${article.attachFiles }">
<div class="file-list"> <div class="file-list">
<span><img src="/images/icon/icon-file.png" alt="파일 아이콘"></span> <span><img src="/images/icon/icon-file.png" alt="파일 아이콘"></span>
<span>${attachFile.orignlFileNm}, ${attachFile.fileSize} byte(s)</span> <span><button type="button">${attachFile.orignlFileNm}, ${attachFile.fileSize} byte(s)</button></span>
<span><button type="button" onclick="fn_downloadFile('${attachFile.attachFileId}', ${attachFile.fileSn})">다운로드</button></span> <span><button type="button" onclick="fn_downloadFile('${attachFile.attachFileId}', ${attachFile.fileSn})">다운로드</button></span>
</div> </div>
</c:forEach> </c:forEach>

View File

@ -5,6 +5,7 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<button type="button" id="btn-go-top" class="mo-go-top btn-go-top"><span><img src="/images/icon/icon-arr-top.png" alt="상단 화살표"></span><span>TOP</span></button> <button type="button" id="btn-go-top" class="mo-go-top btn-go-top"><span><img src="/images/icon/icon-arr-top.png" alt="상단 화살표"></span><span>TOP</span></button>
<button type="button" id="mo-member-btn" class="member-btn">회원증 보러가기</button
<div class="inner"> <div class="inner">
<div class="row-top"> <div class="row-top">
<div class="footer-logo"> <div class="footer-logo">