이지우 - 사용자 > 요금사용내역 > 친구톡 대체문자 화면 수정
This commit is contained in:
parent
b3d0419100
commit
c2f09e6304
@ -173,16 +173,16 @@
|
|||||||
</c:choose>
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
<div class="text_preview">
|
<div class="text_preview">
|
||||||
|
<c:if test="${not empty fileInfos}">
|
||||||
|
<div class="preiew_img">
|
||||||
|
<c:forEach var="fileInfo" items="${fileInfos}">
|
||||||
|
<div class="img_box">
|
||||||
|
<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%">
|
||||||
|
</div>
|
||||||
|
</c:forEach>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
<div class="rev_pop_txt">
|
<div class="rev_pop_txt">
|
||||||
<c:if test="${not empty fileInfos}">
|
|
||||||
<div class="preiew_img">
|
|
||||||
<c:forEach var="fileInfo" items="${fileInfos}">
|
|
||||||
<div class="img_box">
|
|
||||||
<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%">
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
|
||||||
<c:if test="${resultMsgDetail.adFlag eq 'Y'}">
|
<c:if test="${resultMsgDetail.adFlag eq 'Y'}">
|
||||||
<p class="ad_tit">(광고)</p>
|
<p class="ad_tit">(광고)</p>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user