--- src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/ft/KakaoFriendsTalkMsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/msgdata/ft/KakaoFriendsTalkMsgDataView.jsp
... | ... | @@ -1728,14 +1728,6 @@ |
| 1728 | 1728 |
<input type="radio" name="img_file_add" id="img_file_2" value="W"> |
| 1729 | 1729 |
<label for="img_file_2">와이드 이미지 첨부</label> |
| 1730 | 1730 |
|
| 1731 |
- <%-- |
|
| 1732 |
- <input type="radio" name="img_file_add" id="img_file_0" value="" <c:if test="${resultTemplateVO.imageType eq ''}">checked</c:if> >
|
|
| 1733 |
- <label for="img_file_0">첨부 안함</label> |
|
| 1734 |
- <input type="radio" name="img_file_add" id="img_file_1" value="I" <c:if test="${resultTemplateVO.imageType eq 'I'}">checked</c:if> >
|
|
| 1735 |
- <label for="img_file_1">이미지 첨부</label> |
|
| 1736 |
- <input type="radio" name="img_file_add" id="img_file_2" value="W" <c:if test="${resultTemplateVO.imageType eq 'W'}">checked</c:if> >
|
|
| 1737 |
- <label for="img_file_2">와이드 이미지 첨부</label> |
|
| 1738 |
- --%> |
|
| 1739 | 1731 |
<div class="img_file_add_wrap basic_img_add_wrap"> |
| 1740 | 1732 |
<p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
| 1741 | 1733 |
<ul class="info_text"> |
... | ... | @@ -1744,21 +1736,6 @@ |
| 1744 | 1736 |
<li>- 파일형식 : jpg, png (최대 5MB)</li> |
| 1745 | 1737 |
<li>- 이미지 첨부 시 메시지 내용은 최대 400자, 버튼 5개까지 입력할 수 있습니다.</li> |
| 1746 | 1738 |
</ul> |
| 1747 |
-<!-- <ul class="img_file_info_wrap"> --> |
|
| 1748 |
-<!-- <li> --> |
|
| 1749 |
-<!-- <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> --> |
|
| 1750 |
-<!-- <div class="img_file_wrap"> --> |
|
| 1751 |
-<!-- <p class="file_name">image_testtest.jpg</p> --> |
|
| 1752 |
-<!-- <button type="button" class="btn_del" onclick="buttonTypeDel(this);"> --> |
|
| 1753 |
-<!-- <img src="/publish/images/btn_delete.png" alt=""> --> |
|
| 1754 |
-<!-- </button> --> |
|
| 1755 |
-<!-- </div> --> |
|
| 1756 |
-<!-- </li> --> |
|
| 1757 |
-<!-- <li> --> |
|
| 1758 |
-<!-- <p>이미지 클릭시 이동할 URL</p> <input type="text" --> |
|
| 1759 |
-<!-- placeholder="(선택사항) https://" class="img_url"> --> |
|
| 1760 |
-<!-- </li> --> |
|
| 1761 |
-<!-- </ul> --> |
|
| 1762 | 1739 |
</div> |
| 1763 | 1740 |
<div class="img_file_add_wrap wide_img_add_wrap"> |
| 1764 | 1741 |
<p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> |
... | ... | @@ -1787,35 +1764,11 @@ |
| 1787 | 1764 |
</li> |
| 1788 | 1765 |
</ul> |
| 1789 | 1766 |
|
| 1790 |
- |
|
| 1791 |
- <%-- <ul class="img_file_info_wrap"> |
|
| 1792 |
- <li> |
|
| 1793 |
- <p>이미지 제목</p> |
|
| 1794 |
- <input type="text" id="imgTitle" name="imgTitle" value="<c:out value='${resultTemplateVO.imgTitle}'/>" class="img_url" maxLength="50">
|
|
| 1795 |
- </li> |
|
| 1796 |
- <li> |
|
| 1797 |
- <p>이미지 클릭시 이동할 URL</p> |
|
| 1798 |
- <input type="text" id="imgLink" name="imgLink" value="<c:out value='${resultTemplateVO.imgLink}'/>" placeholder="http://" class="img_url" maxLength="1000">
|
|
| 1799 |
- </li> |
|
| 1800 |
- <li> |
|
| 1801 |
- <p class="file_name" id="imgNm" name="imgNm">첨부파일 이미지</p> |
|
| 1802 |
- <button type="button" class="btn_del btnImgDel" onclick="buttonTypeDel(this);"> |
|
| 1803 |
- <img src="/publish/images/btn_delete.png" id="imgDel" alt="이미지 삭제" onclick="fnImageDel();"> |
|
| 1804 |
- </button> |
|
| 1805 |
- </li> |
|
| 1806 |
- </ul> |
|
| 1807 |
- <button type="button" class="btnType btnType8 btn_img_upload" title="이미지 불러오기" onclick="javascript:upImgClick(); return false;">이미지 불러오기</button> |
|
| 1808 |
- <input type="file" id="imgFile" accept=".jpg, .jpeg, .png" onchange="imgResizeInfo(event); return false;" style="display:none"/> --%> |
|
| 1809 | 1767 |
</td> |
| 1810 | 1768 |
</tr> |
| 1811 | 1769 |
<tr> |
| 1812 | 1770 |
<th>광고포함 여부</th> |
| 1813 |
- <%-- <td> |
|
| 1814 |
- <input type="radio" class="inputAdFlag" name="adFlag" id="ad_Y" value="Y" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> ><label for="ad_Y">광고성 정보 포함</label>
|
|
| 1815 |
- <input type="radio" class="inputAdFlag" id="ad_Y" value="Y" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> ><label for="ad_Y">광고성 정보 포함</label>
|
|
| 1816 |
- </td> --%> |
|
| 1817 | 1771 |
<td> |
| 1818 |
-<%-- <input type="checkbox" name="adFlag" id="ad_Y" style="margin: -4px 5px 0 0;" <c:if test="${resultTemplateVO.adFlag eq 'Y'}">checked</c:if> value="Y"> --%>
|
|
| 1819 | 1772 |
<input type="checkbox" id="ad_Y" style="margin: -4px 5px 0 0;" checked="checked" value="Y"> |
| 1820 | 1773 |
<label for="ad_Y">광고성 정보 포함</label> |
| 1821 | 1774 |
</td> |
... | ... | @@ -1955,32 +1908,8 @@ |
| 1955 | 1908 |
</div> |
| 1956 | 1909 |
</div> |
| 1957 | 1910 |
<div class="btn_popup_wrap template_call_wrap"> |
| 1958 |
- <%-- <c:choose> |
|
| 1959 |
- <c:when test="${not empty loginVO.id}">
|
|
| 1960 |
- <button type="button" class="btnType btnType8" onclick="window.open('/web/mjon/kakao/template/selectKakaoFriendsTemplateListPopupAjax.do','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 불러오기</button>
|
|
| 1961 |
- </c:when> |
|
| 1962 |
- <c:otherwise> |
|
| 1963 |
- <button type="button" class="btnType btnType8" onclick="javascript:fnEmptyId();">템플릿 불러오기</button> |
|
| 1964 |
- </c:otherwise> |
|
| 1965 |
- </c:choose> --%> |
|
| 1966 |
- <%-- <button |
|
| 1967 |
- type="button" |
|
| 1968 |
- class="btnType btnType8" |
|
| 1969 |
- onclick="${not empty loginVO.id
|
|
| 1970 |
- ? "window.open('/web/mjon/kakao/template/selectKakaoFriendsTemplateListPopupAjax.do','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')"
|
|
| 1971 |
- : "alert('로그인 후 이용이 가능합니다.'); return false;"}">
|
|
| 1972 |
- 템플릿 불러오기 |
|
| 1973 |
- </button> --%> |
|
| 1974 | 1911 |
</div> |
| 1975 | 1912 |
<div class="send_btnWrap"> |
| 1976 |
- <%-- <c:choose> |
|
| 1977 |
- <c:when test="${not empty loginVO.id}">
|
|
| 1978 |
- <button type="button" class="btnType btnType9 btn_text_save" onclick="javascript:myTemplateSave();">템플릿 저장</button> |
|
| 1979 |
- </c:when> |
|
| 1980 |
- <c:otherwise> |
|
| 1981 |
- <button type="button" class="btnType btnType9 btn_text_save" onclick="alert('로그인 후 이용이 가능합니다.'); return false;">템플릿 저장</button>
|
|
| 1982 |
- </c:otherwise> |
|
| 1983 |
- </c:choose> --%> |
|
| 1984 | 1913 |
<button |
| 1985 | 1914 |
type="button" |
| 1986 | 1915 |
class="btnType btnType9 btn_text_save" |
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?