--- src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentDetailPopAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentDetailPopAjax.jsp
... | ... | @@ -75,42 +75,44 @@ |
| 75 | 75 |
</div> |
| 76 | 76 |
<!--// 카카오 알림톡 미리보기 --> |
| 77 | 77 |
|
| 78 |
+ <c:if test="${resultMsgDetail.bizKakaoResendYn eq 'Y'}">
|
|
| 78 | 79 |
<!-- 문자 미리보기 --> |
| 79 |
- <div class="tab_phone" id="tab_phone_2"> |
|
| 80 |
- <div class="phoneIn"> |
|
| 81 |
- <div> |
|
| 82 |
- <p class="prev_p"><img src="/publish/images/search.png"> 문자내용</p> |
|
| 83 |
- <div class="text_length2 clearfix"> |
|
| 84 |
- <c:if test="${resultMsgDetail.bizKakaoResendYn eq 'Y'}">
|
|
| 85 |
- <c:choose> |
|
| 86 |
- <c:when test="${resultMsgDetail.bizKakaoResendTypeCnt > 1}">
|
|
| 87 |
- <span class="msg_com msg_short">단문</span> |
|
| 88 |
- <span class="msg_com msg_long">장문</span> |
|
| 89 |
- </c:when> |
|
| 90 |
- <c:when test="${resultMsgDetail.bizKakaoResendTypeCnt < 2
|
|
| 91 |
- && resultMsgDetail.bizKakaoResendType eq 'SMS'}"> |
|
| 92 |
- <span class="msg_com msg_short">단문</span> |
|
| 93 |
- </c:when> |
|
| 94 |
- <c:otherwise> |
|
| 95 |
- <span class="msg_com msg_long">장문</span> |
|
| 96 |
- </c:otherwise> |
|
| 97 |
- </c:choose> |
|
| 98 |
- </c:if> |
|
| 99 |
- <div> |
|
| 100 |
- <span>글자크기</span> |
|
| 101 |
- <button type="button" onclick="changeFontSize('plus');"><img src="/publish/images/content/font_plus.png"></button>
|
|
| 102 |
- <button type="button" onclick="changeFontSize('minus');"><img src="/publish/images/content/font_minus.png"></button>
|
|
| 80 |
+ <div class="tab_phone" id="tab_phone_2"> |
|
| 81 |
+ <div class="phoneIn"> |
|
| 82 |
+ <div> |
|
| 83 |
+ <p class="prev_p"><img src="/publish/images/search.png"> 문자내용</p> |
|
| 84 |
+ <div class="text_length2 clearfix"> |
|
| 85 |
+ <c:if test="${resultMsgDetail.bizKakaoResendYn eq 'Y'}">
|
|
| 86 |
+ <c:choose> |
|
| 87 |
+ <c:when test="${resultMsgDetail.bizKakaoResendTypeCnt > 1}">
|
|
| 88 |
+ <span class="msg_com msg_short">단문</span> |
|
| 89 |
+ <span class="msg_com msg_long">장문</span> |
|
| 90 |
+ </c:when> |
|
| 91 |
+ <c:when test="${resultMsgDetail.bizKakaoResendTypeCnt < 2
|
|
| 92 |
+ && resultMsgDetail.bizKakaoResendType eq 'SMS'}"> |
|
| 93 |
+ <span class="msg_com msg_short">단문</span> |
|
| 94 |
+ </c:when> |
|
| 95 |
+ <c:otherwise> |
|
| 96 |
+ <span class="msg_com msg_long">장문</span> |
|
| 97 |
+ </c:otherwise> |
|
| 98 |
+ </c:choose> |
|
| 99 |
+ </c:if> |
|
| 100 |
+ <div> |
|
| 101 |
+ <span>글자크기</span> |
|
| 102 |
+ <button type="button" onclick="changeFontSize('plus');"><img src="/publish/images/content/font_plus.png"></button>
|
|
| 103 |
+ <button type="button" onclick="changeFontSize('minus');"><img src="/publish/images/content/font_minus.png"></button>
|
|
| 104 |
+ </div> |
|
| 103 | 105 |
</div> |
| 104 |
- </div> |
|
| 105 |
- <div class="text_preview"> |
|
| 106 |
- <div class="preview_auto"> |
|
| 107 |
- <p class="realtime">${fn:replace(resultMsgDetail.bizKakaoResendOrgnlTxt, newLineChar, "<br/>")}</p>
|
|
| 108 |
- </div> |
|
| 109 |
- </div> |
|
| 110 |
- </div> |
|
| 111 |
- </div> |
|
| 112 |
- <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> |
|
| 113 |
- </div> |
|
| 106 |
+ <div class="text_preview"> |
|
| 107 |
+ <div class="preview_auto"> |
|
| 108 |
+ <p class="realtime">${fn:replace(resultMsgDetail.bizKakaoResendOrgnlTxt, newLineChar, "<br/>")}</p>
|
|
| 109 |
+ </div> |
|
| 110 |
+ </div> |
|
| 111 |
+ </div> |
|
| 112 |
+ </div> |
|
| 113 |
+ <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> |
|
| 114 |
+ </div> |
|
| 115 |
+ </c:if> |
|
| 114 | 116 |
<!--// 문자 미리보기 --> |
| 115 | 117 |
</div> |
| 116 | 118 |
(No newline at end of file) |
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?