--- src/main/java/itn/let/kakao/user/kakaoFt/web/KakaoFriendsTalkTemplateController.java
+++ src/main/java/itn/let/kakao/user/kakaoFt/web/KakaoFriendsTalkTemplateController.java
... | ... | @@ -14,6 +14,7 @@ |
| 14 | 14 |
import org.springframework.http.HttpStatus; |
| 15 | 15 |
import org.springframework.http.ResponseEntity; |
| 16 | 16 |
import org.springframework.stereotype.Controller; |
| 17 |
+import org.springframework.ui.Model; |
|
| 17 | 18 |
import org.springframework.ui.ModelMap; |
| 18 | 19 |
import org.springframework.web.bind.annotation.ModelAttribute; |
| 19 | 20 |
import org.springframework.web.bind.annotation.RequestMapping; |
... | ... | @@ -41,6 +42,7 @@ |
| 41 | 42 |
import itn.let.mail.service.StatusResponse; |
| 42 | 43 |
import itn.let.mjo.symbol.service.MjonSymbolService; |
| 43 | 44 |
import itn.let.mjo.symbol.service.MjonSymbolVO; |
| 45 |
+import itn.let.uss.ion.cnt.service.CntManageVO; |
|
| 44 | 46 |
import itn.let.uss.umt.service.EgovUserManageService; |
| 45 | 47 |
import lombok.extern.slf4j.Slf4j; |
| 46 | 48 |
|
... | ... | @@ -180,6 +182,13 @@ |
| 180 | 182 |
return modelAndView; |
| 181 | 183 |
} |
| 182 | 184 |
|
| 185 |
+ |
|
| 186 |
+ @RequestMapping(value="/web/pop/ft/kakaoTemplatePop.do") |
|
| 187 |
+ public String siteContentIntro(@ModelAttribute CntManageVO cntManageVO, HttpServletRequest request, Model model) throws Exception {
|
|
| 188 |
+ |
|
| 189 |
+ return "/web/pop/kakaoFtPop"; |
|
| 190 |
+ } |
|
| 191 |
+ |
|
| 183 | 192 |
@ResponseBody |
| 184 | 193 |
@RequestMapping(value= {"/web/mjon/kakao/template/sendKakaoFriendsTemplateImageUploadAjax_advc.do"})
|
| 185 | 194 |
public ResponseEntity<StatusResponse> sendKakaoFriendsTemplateImageUploadAjax_advc( |
--- src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkSubMenuTap.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkSubMenuTap.jsp
... | ... | @@ -90,6 +90,6 @@ |
| 90 | 90 |
<li id="tabStep" class="tab subTab"><button type="button" onclick="javascript:fnLinkPageTab('tabStep');">사용안내</button></li>
|
| 91 | 91 |
<li id="tabProfile" class="tab subTab"><button type="button" onclick="javascript:fnLinkPageTab('tabProfile');">채널ID 등록/관리</button></li>
|
| 92 | 92 |
<li id="tabTemplate" class="tab subTab"><button type="button" onclick="javascript:fnLinkPageTab('tabTemplate');">알림톡 템플릿 등록/관리</button></li>
|
| 93 |
- <li id="tabSubFt" class="tab subTab"><button type="button" onclick="javascript:fnLinkPageTab('tabSubFt');">친구톡 템플릿 등록/관리</button></li>
|
|
| 93 |
+ <li id="tabSubFt" class="tab subTab"><button type="button" onclick="javascript:fnLinkPageTab('tabSubFt');">친구톡 템플릿 관리</button></li>
|
|
| 94 | 94 |
|
| 95 | 95 |
</ul>(No newline at end of file) |
--- src/main/webapp/WEB-INF/jsp/web/kakao/template/ft/KakaoFriendstalkTemplateList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/template/ft/KakaoFriendstalkTemplateList.jsp
... | ... | @@ -400,7 +400,8 @@ |
| 400 | 400 |
<div class="top_content kakaotalkset_cont current pay_tab_wrap"> |
| 401 | 401 |
<div class="heading"> |
| 402 | 402 |
<h2>카카오톡 설정</h2> |
| 403 |
- <button type="button" class="button info" onclick="window.open('popup_kakaoset_template.html','_blank','width=790, height=300, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">사용안내</button>
|
|
| 403 |
+ <button type="button" class="button info" onclick="window.open('/web/pop/ft/kakaoTemplatePop.do','_blank','width=850, height=350, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">사용안내</button>
|
|
| 404 |
+<!-- <button type="button" class="button info" onclick="window.open('popup_kakaoset_template.html','_blank','width=790, height=300, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">사용안내</button> -->
|
|
| 404 | 405 |
</div> |
| 405 | 406 |
<div class="list_tab_wrap2 type2 "> |
| 406 | 407 |
<!-- tab button --> |
... | ... | @@ -436,7 +437,7 @@ |
| 436 | 437 |
<!-- //검색조건 --> |
| 437 | 438 |
<div class="list_info"> |
| 438 | 439 |
<div class="btn_wrap left"> |
| 439 |
- <button type="button" class="btnType btnType2 template_add" onclick="location.href='/web/mjon/kakao/template/selectKakaoFriendsTemplateDataRegist.do'">템플릿 등록</button> |
|
| 440 |
+<!-- <button type="button" class="btnType btnType2 template_add" onclick="location.href='/web/mjon/kakao/template/selectKakaoFriendsTemplateDataRegist.do'">템플릿 등록</button> --> |
|
| 440 | 441 |
<button type="button" class="btnType btnType3 btn_list"><i></i>리스트</button> |
| 441 | 442 |
<button type="button" class="btnType btnType3 btn_thumbnail"><i></i>썸네일</button> |
| 442 | 443 |
</div> |
--- src/main/webapp/WEB-INF/jsp/web/kakao/template/ft/KakaoFriendstalkTemplateListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/template/ft/KakaoFriendstalkTemplateListAjax.jsp
... | ... | @@ -132,7 +132,7 @@ |
| 132 | 132 |
<dt>등록일</dt> |
| 133 | 133 |
<dd><c:out value="${templatInfoList.frstRegistPnttm}"/>
|
| 134 | 134 |
<div class="btn_wrap"> |
| 135 |
- <button type="button" class="btn_template_edit" title="템플릿 수정" onclick="javascript:fnTemplateDetail('<c:out value="${templatInfoList.friendId}"/>'); return false;"><img src="/publish/images/content/btn_template_edit.png" alt=""></button>
|
|
| 135 |
+<%-- <button type="button" class="btn_template_edit" title="템플릿 수정" onclick="javascript:fnTemplateDetail('<c:out value="${templatInfoList.friendId}"/>'); return false;"><img src="/publish/images/content/btn_template_edit.png" alt=""></button> --%>
|
|
| 136 | 136 |
<button type="button" class="btn_template_delete" title="템플릿 삭제" onclick="javascript:fnTemplateDelBtn('<c:out value="${templatInfoList.friendId}"/>'); return false;"><img src="/publish/images/content/btn_template_delete.png" alt=""></button>
|
| 137 | 137 |
</div> |
| 138 | 138 |
</dd> |
+++ src/main/webapp/WEB-INF/jsp/web/pop/kakaoFtPop.jsp
... | ... | @@ -0,0 +1,28 @@ |
| 1 | + | |
| 2 | +<%@ page contentType="text/html; charset=utf-8"%> | |
| 3 | +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | |
| 4 | +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> | |
| 5 | +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> | |
| 6 | +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> | |
| 7 | +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> | |
| 8 | +<%@ taglib prefix="ec" uri="/WEB-INF/tld/ecnet_tld.tld"%> | |
| 9 | + | |
| 10 | + | |
| 11 | + <!-- 카톡발송 > 친구톡 --> | |
| 12 | + <div class="info_popup" id="friendTalkSend"> | |
| 13 | + <div class="popup_heading"> | |
| 14 | + <p>사용안내</p> | |
| 15 | + </div> | |
| 16 | + <div class="layer_in layer_info_wrap"> | |
| 17 | + <ul class="info_list"> | |
| 18 | + <li>친구톡 텍스트형은 최대 1,000자까지 작성 가능 (이미지형 400자, 와이드 이미지형 76자)</li> | |
| 19 | + <li>변수는 [*이름*], [*1*]~[*4*]까지 입력하실 수 있습니다.</li> | |
| 20 | + <li>광고성 정보 포함 시, 자동으로 (광고) 표시와 080무료수신거부번호가 메시지 내용에 표시됩니다.</li> | |
| 21 | + <li>(광고) 표기 사용 여부는 선택 가능하나, (광고) 표기 해제에 따른 법규 의무사항 미준수 시, 메시지 발송이 중단될 수 있습니다.</li> | |
| 22 | + <li>예약 메시지는 수정 가능하며, 예약 발송시간 5분전까지만 취소·삭제 가능합니다.</li> | |
| 23 | + <!-- <li>세금계산서 자동발행 등록 시 현금영수증 발행화면은 비활성화 됩니다.</li> --> | |
| 24 | + <li style="font-weight:bold;color:#222;">안심번호는 임시번호로 전송이 불가합니다.</li> | |
| 25 | + </ul> | |
| 26 | + </div> | |
| 27 | + </div> | |
| 28 | + <!-- // 카톡발송 > 친구톡 -->(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?