|
|
@@ -204,6 +204,41 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
+
|
|
|
+ <h4>[G11-1] 휴면/미접속자 방어쿠폰 자동발송</h4>
|
|
|
+ <button type="button" class="btn btn-success btn-ssm" onclick="fnSave('G11-1');">저장</button>
|
|
|
+ <button type="button" class="btn btn-info btn-ssm" onclick="fnOpenEnvsetPopup('G11-1', '휴면/미접속자');">이력보기</button>
|
|
|
+ <table class="frmStyle" aria-describedby="휴면/미접속자">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width: 15%;"/>
|
|
|
+ <col/>
|
|
|
+ </colgroup>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th>미로그인 시작일(일)</th>
|
|
|
+ <td>
|
|
|
+ <input name="g11-1StrSetVal1" type="text" class="w50 aR" maxlength="3" data-valid-type="integer" data-valid-name="미로그인 시작일"/><span class="cRed">일</span> 입니다.
|
|
|
+ <span class="infoTxt cBlue"><i class="fa fa-info-circle marL20" aria-hidden="true"></i>0으로 설정하면 자동으로 발송되지 않습니다.</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>미로그인 종료일(일)</th>
|
|
|
+ <td>
|
|
|
+ <input name="g11-1StrSetVal2" type="text" class="w50 aR" maxlength="3" data-valid-type="integer" data-valid-name="미로그인 시작일"/><span class="cRed">일</span> 입니다.
|
|
|
+ <span class="infoTxt cBlue"><i class="fa fa-info-circle marL20" aria-hidden="true"></i>0으로 설정하면 자동으로 발송되지 않습니다.</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>혜택쿠폰</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w300" name="g11-1StrSetVal3Nm" onkeypress="if (window.event.keyCode == 13) { fnOpenCouponRetrievePopup('input[name=g11-1StrSetVal3]', 'input[name=g11-1StrSetVal3Nm]'); }"/>
|
|
|
+ <button type="button" class="btn icn" onclick="fnOpenCouponRetrievePopup('input[name=g11-1StrSetVal3]', 'input[name=g11-1StrSetVal3Nm]');"><i class="fa fa-search cpn" aria-hidden="true"></i></button>
|
|
|
+ <input name="g11-1StrSetVal3" type="text" class="w100" maxlength="20" readonly="readonly"/>
|
|
|
+ <button type="button" class="btn icn" onclick="$('input[name=g11-1StrSetVal3], input[name=g11-1StrSetVal3Nm]').val('');"><i class="fa fa-eraser" aria-hidden="true"></i></button>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
|
|
|
<h4>[O10] 주문/결제</h4>
|
|
|
<button type="button" class="btn btn-success btn-ssm" onclick="fnSave('O10');">저장</button>
|