회원증버튼 추가 , 파일다운로드시 모바일도 가능하게끔 수정
This commit is contained in:
parent
08fa5bcf1e
commit
d4e810b024
@ -108,11 +108,11 @@ function fn_downloadFile(attachFileId, fileSn) {
|
|||||||
// 파일정보 : 저장파일ID=원파일명
|
// 파일정보 : 저장파일ID=원파일명
|
||||||
%>
|
%>
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user