첨부파일 뷰어 아이콘 적용
This commit is contained in:
parent
afc7e52388
commit
29a33f6ec5
@ -473,7 +473,7 @@ function fnSetCalMonth(val) {
|
||||
<!--/cmm/fms/selectAddrAgencyFileInfs.do-->
|
||||
<!--/cmm/fms/selectMberFileInfs.do-->
|
||||
<c:if test="${result.atchFileId ne '' && result.atchFileId ne null}">
|
||||
<button class="btnType btnType20" onclick="pdfViewPop('1','${result.atchFileId}','${result.workAtchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}'); return false;" style="height:20px !important; padding:0 2px !important;">V</button>
|
||||
<a href="#" onclick="pdfViewPop('1','${result.atchFileId}','${result.workAtchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}'); return false;"><img src="/publish/images/content/file_view.png" style="vertical-align:middle;" /></a>
|
||||
</c:if>
|
||||
|
||||
</td>
|
||||
@ -485,7 +485,7 @@ function fnSetCalMonth(val) {
|
||||
</c:if>
|
||||
|
||||
<c:if test="${result.workAtchFileId ne '' && result.workAtchFileId ne null}">
|
||||
<button class="btnType btnType20" onclick="pdfViewPop('2','${result.atchFileId}','${result.workAtchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}'); return false;" style="height:20px !important; padding:0 2px !important;">V</button>
|
||||
<a href="#" onclick="pdfViewPop('2','${result.atchFileId}','${result.workAtchFileId}','${result.mberNm}','${result.bizNo}','${result.ceoNm}','${result.hstManagerNm}','${result.hstMbtlNum}'); return false;"><img src="/publish/images/content/file_view.png" style="vertical-align:middle;" /></a>
|
||||
</c:if>
|
||||
|
||||
</td>
|
||||
|
||||
@ -440,7 +440,7 @@ function fnSetCalMonth(val) {
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${result.atchFileId ne '' && result.atchFileId ne null}">
|
||||
<button class="btnType btnType20" onclick="pdfViewPhonePop('${result.atchFileId}','${result.phmId}','${result.phoneNumber}','${result.userId}','${result.userName}','${result.managerNm}','${result.dept}','${result.nameType}','${result.phmType}','${result.authYn}','${result.authYnTxt}','${result.phmAuthTypeTxt}','${result.ownerName}'); return false;" style="height:20px !important; padding:0 2px !important;">V</button>
|
||||
<a href="#" onclick="pdfViewPhonePop('${result.atchFileId}','${result.phmId}','${result.phoneNumber}','${result.userId}','${result.userName}','${result.managerNm}','${result.dept}','${result.nameType}','${result.phmType}','${result.authYn}','${result.authYnTxt}','${result.phmAuthTypeTxt}','${result.ownerName}'); return false;"><img src="/publish/images/content/file_view.png" style="vertical-align:middle;" /></a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td><c:out value="${result.admNm}"/></td>
|
||||
|
||||
BIN
src/main/webapp/publish/images/content/file_view.png
Normal file
BIN
src/main/webapp/publish/images/content/file_view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 551 B |
Loading…
Reference in New Issue
Block a user