주석제거
This commit is contained in:
parent
92cd6c4041
commit
6c83b341c2
@ -1728,14 +1728,6 @@ function updateButtons(){
|
||||
<input type="radio" name="img_file_add" id="img_file_2" value="W">
|
||||
<label for="img_file_2">와이드 이미지 첨부</label>
|
||||
|
||||
<%--
|
||||
<input type="radio" name="img_file_add" id="img_file_0" value="" <c:if test="${resultTemplateVO.imageType eq ''}">checked</c:if> >
|
||||
<label for="img_file_0">첨부 안함</label>
|
||||
<input type="radio" name="img_file_add" id="img_file_1" value="I" <c:if test="${resultTemplateVO.imageType eq 'I'}">checked</c:if> >
|
||||
<label for="img_file_1">이미지 첨부</label>
|
||||
<input type="radio" name="img_file_add" id="img_file_2" value="W" <c:if test="${resultTemplateVO.imageType eq 'W'}">checked</c:if> >
|
||||
<label for="img_file_2">와이드 이미지 첨부</label>
|
||||
--%>
|
||||
<div class="img_file_add_wrap basic_img_add_wrap">
|
||||
<p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p>
|
||||
<ul class="info_text">
|
||||
@ -1744,21 +1736,6 @@ function updateButtons(){
|
||||
<li>- 파일형식 : jpg, png (최대 5MB)</li>
|
||||
<li>- 이미지 첨부 시 메시지 내용은 최대 400자, 버튼 5개까지 입력할 수 있습니다.</li>
|
||||
</ul>
|
||||
<!-- <ul class="img_file_info_wrap"> -->
|
||||
<!-- <li> -->
|
||||
<!-- <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> -->
|
||||
<!-- <div class="img_file_wrap"> -->
|
||||
<!-- <p class="file_name">image_testtest.jpg</p> -->
|
||||
<!-- <button type="button" class="btn_del" onclick="buttonTypeDel(this);"> -->
|
||||
<!-- <img src="/publish/images/btn_delete.png" alt=""> -->
|
||||
<!-- </button> -->
|
||||
<!-- </div> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <p>이미지 클릭시 이동할 URL</p> <input type="text" -->
|
||||
<!-- placeholder="(선택사항) https://" class="img_url"> -->
|
||||
<!-- </li> -->
|
||||
<!-- </ul> -->
|
||||
</div>
|
||||
<div class="img_file_add_wrap wide_img_add_wrap">
|
||||
<p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p>
|
||||
@ -1787,35 +1764,11 @@ function updateButtons(){
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<%-- <ul class="img_file_info_wrap">
|
||||
<li>
|
||||
<p>이미지 제목</p>
|
||||
<input type="text" id="imgTitle" name="imgTitle" value="<c:out value='${resultTemplateVO.imgTitle}'/>" class="img_url" maxLength="50">
|
||||
</li>
|
||||
<li>
|
||||
<p>이미지 클릭시 이동할 URL</p>
|
||||
<input type="text" id="imgLink" name="imgLink" value="<c:out value='${resultTemplateVO.imgLink}'/>" placeholder="http://" class="img_url" maxLength="1000">
|
||||
</li>
|
||||
<li>
|
||||
<p class="file_name" id="imgNm" name="imgNm">첨부파일 이미지</p>
|
||||
<button type="button" class="btn_del btnImgDel" onclick="buttonTypeDel(this);">
|
||||
<img src="/publish/images/btn_delete.png" id="imgDel" alt="이미지 삭제" onclick="fnImageDel();">
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<button type="button" class="btnType btnType8 btn_img_upload" title="이미지 불러오기" onclick="javascript:upImgClick(); return false;">이미지 불러오기</button>
|
||||
<input type="file" id="imgFile" accept=".jpg, .jpeg, .png" onchange="imgResizeInfo(event); return false;" style="display:none"/> --%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>광고포함 여부</th>
|
||||
<%-- <td>
|
||||
<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>
|
||||
<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>
|
||||
</td> --%>
|
||||
<td>
|
||||
<%-- <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"> --%>
|
||||
<input type="checkbox" id="ad_Y" style="margin: -4px 5px 0 0;" checked="checked" value="Y">
|
||||
<label for="ad_Y">광고성 정보 포함</label>
|
||||
</td>
|
||||
@ -1955,32 +1908,8 @@ function updateButtons(){
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_popup_wrap template_call_wrap">
|
||||
<%-- <c:choose>
|
||||
<c:when test="${not empty loginVO.id}">
|
||||
<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>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType btnType8" onclick="javascript:fnEmptyId();">템플릿 불러오기</button>
|
||||
</c:otherwise>
|
||||
</c:choose> --%>
|
||||
<%-- <button
|
||||
type="button"
|
||||
class="btnType btnType8"
|
||||
onclick="${not empty loginVO.id
|
||||
? "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')"
|
||||
: "alert('로그인 후 이용이 가능합니다.'); return false;"}">
|
||||
템플릿 불러오기
|
||||
</button> --%>
|
||||
</div>
|
||||
<div class="send_btnWrap">
|
||||
<%-- <c:choose>
|
||||
<c:when test="${not empty loginVO.id}">
|
||||
<button type="button" class="btnType btnType9 btn_text_save" onclick="javascript:myTemplateSave();">템플릿 저장</button>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType btnType9 btn_text_save" onclick="alert('로그인 후 이용이 가능합니다.'); return false;">템플릿 저장</button>
|
||||
</c:otherwise>
|
||||
</c:choose> --%>
|
||||
<button
|
||||
type="button"
|
||||
class="btnType btnType9 btn_text_save"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user