이지우 - 사용자 > 요금사용내역 > 친구톡 대체문자 화면 수정
@c2f09e63045b2d186ae272190be38963dfe059c2
--- src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentDetailPopAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentDetailPopAjax.jsp
... | ... | @@ -173,16 +173,16 @@ |
| 173 | 173 |
</c:choose> |
| 174 | 174 |
</div> |
| 175 | 175 |
<div class="text_preview"> |
| 176 |
+ <c:if test="${not empty fileInfos}">
|
|
| 177 |
+ <div class="preiew_img"> |
|
| 178 |
+ <c:forEach var="fileInfo" items="${fileInfos}">
|
|
| 179 |
+ <div class="img_box"> |
|
| 180 |
+ <img src="<c:url value='/cmm/fms/getImage2.do'/>?atchFileId=<c:out value="${fileInfo.atchFileId}"/>&fileSn=<c:out value="${fileInfo.fileSn}"/>" alt="발송된 그림문자 미리보기" style="width: 100%">
|
|
| 181 |
+ </div> |
|
| 182 |
+ </c:forEach> |
|
| 183 |
+ </div> |
|
| 184 |
+ </c:if> |
|
| 176 | 185 |
<div class="rev_pop_txt"> |
| 177 |
- <c:if test="${not empty fileInfos}">
|
|
| 178 |
- <div class="preiew_img"> |
|
| 179 |
- <c:forEach var="fileInfo" items="${fileInfos}">
|
|
| 180 |
- <div class="img_box"> |
|
| 181 |
- <img src="<c:url value='/cmm/fms/getImage2.do'/>?atchFileId=<c:out value="${fileInfo.atchFileId}"/>&fileSn=<c:out value="${fileInfo.fileSn}"/>" alt="발송된 그림문자 미리보기" style="width: 100%">
|
|
| 182 |
- </div> |
|
| 183 |
- </c:forEach> |
|
| 184 |
- </div> |
|
| 185 |
- </c:if> |
|
| 186 | 186 |
<c:if test="${resultMsgDetail.adFlag eq 'Y'}">
|
| 187 | 187 |
<p class="ad_tit">(광고)</p> |
| 188 | 188 |
</c:if> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?