Merge branch 'master' of github.com:gnuboard/yc5
This commit is contained in:
@ -1056,18 +1056,19 @@ function byte_check(el_cont, el_byte)
|
||||
|
||||
<section id="scf_sms_pre">
|
||||
<h3>사전에 정의된 SMS프리셋</h3>
|
||||
<dl>
|
||||
<dt>회원가입시</dt>
|
||||
<dd>{이름} {회원아이디} {회사명}</dd>
|
||||
<dt>주문서작성</dt>
|
||||
<dd>{이름} {보낸분} {받는분} {주문번호} {주문금액} {회사명}</dd>
|
||||
<dt>입금확인시</dt>
|
||||
<dd>{이름} {입금액} {주문번호} {회사명}</dd>
|
||||
<dt>상품배송시</dt>
|
||||
<dd>{이름} {택배회사} {운송장번호} {주문번호} {회사명}</dd>
|
||||
</dl>
|
||||
|
||||
<p><?php echo help('주의! 80 bytes 까지만 전송됩니다. (영문 한글자 : 1byte , 한글 한글자 : 2bytes , 특수문자의 경우 1 또는 2 bytes 임)'); ?></p>
|
||||
<div class="local_desc01 local_desc">
|
||||
<dl>
|
||||
<dt>회원가입시</dt>
|
||||
<dd>{이름} {회원아이디} {회사명}</dd>
|
||||
<dt>주문서작성</dt>
|
||||
<dd>{이름} {보낸분} {받는분} {주문번호} {주문금액} {회사명}</dd>
|
||||
<dt>입금확인시</dt>
|
||||
<dd>{이름} {입금액} {주문번호} {회사명}</dd>
|
||||
<dt>상품배송시</dt>
|
||||
<dd>{이름} {택배회사} {운송장번호} {주문번호} {회사명}</dd>
|
||||
</dl>
|
||||
<p><?php echo help('주의! 80 bytes 까지만 전송됩니다. (영문 한글자 : 1byte , 한글 한글자 : 2bytes , 특수문자의 경우 1 또는 2 bytes 임)'); ?></p>
|
||||
</div>
|
||||
|
||||
<div id="scf_sms">
|
||||
<?php
|
||||
|
||||
@ -139,18 +139,18 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
|
||||
<form class="local_sch02 local_sch">
|
||||
<div>
|
||||
<strong>주문상태</strong>
|
||||
<input type="radio" name="od_status" value="" id="od_status01" <?php echo get_checked($od_status, ''); ?>>
|
||||
<label for="od_status01">전체</label>
|
||||
<input type="radio" name="od_status" value="주문" id="od_status02" <?php echo get_checked($od_status, '주문'); ?>>
|
||||
<label for="od_status02">주문</label>
|
||||
<input type="radio" name="od_status" value="입금" id="od_status03" <?php echo get_checked($od_status, '입금'); ?>>
|
||||
<label for="od_status03">입금</label>
|
||||
<input type="radio" name="od_status" value="준비" id="od_status03" <?php echo get_checked($od_status, '준비'); ?>>
|
||||
<label for="od_status03">준비</label>
|
||||
<input type="radio" name="od_status" value="배송" id="od_status04" <?php echo get_checked($od_status, '배송'); ?>>
|
||||
<label for="od_status04">배송</label>
|
||||
<input type="radio" name="od_status" value="완료" id="od_status05" <?php echo get_checked($od_status, '완료'); ?>>
|
||||
<label for="od_status05">완료</label>
|
||||
<input type="radio" name="od_status" value="" id="od_status_all" <?php echo get_checked($od_status, ''); ?>>
|
||||
<label for="od_status_all">전체</label>
|
||||
<input type="radio" name="od_status" value="주문" id="od_status_odr" <?php echo get_checked($od_status, '주문'); ?>>
|
||||
<label for="od_status_odr">주문</label>
|
||||
<input type="radio" name="od_status" value="입금" id="od_status_income" <?php echo get_checked($od_status, '입금'); ?>>
|
||||
<label for="od_status_income">입금</label>
|
||||
<input type="radio" name="od_status" value="준비" id="od_status_rdy" <?php echo get_checked($od_status, '준비'); ?>>
|
||||
<label for="od_status_rdy">준비</label>
|
||||
<input type="radio" name="od_status" value="배송" id="od_status_dvr" <?php echo get_checked($od_status, '배송'); ?>>
|
||||
<label for="od_status_dvr">배송</label>
|
||||
<input type="radio" name="od_status" value="완료" id="od_status_done" <?php echo get_checked($od_status, '완료'); ?>>
|
||||
<label for="od_status_done">완료</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@ -26,6 +26,7 @@ a:focus, a:hover, a:active {text-decoration:underline}
|
||||
h1 {margin:0 0 10px;padding:0 20px 10px;border-bottom:1px solid #e9e9e9;color:#333;font-size:1.5em;font-family:dotum;letter-spacing:-0.1em}
|
||||
h2 {margin:0 0 10px;padding:0 20px;font-size:1.2em}
|
||||
h2.h2_frm {padding-top:15px}
|
||||
h3 {margin:0 20px}
|
||||
|
||||
/* 레이아웃 */
|
||||
#hd {z-index:10;background:url('../adm/img/hd_bg.jpg') #383b3f repeat-x}
|
||||
@ -413,13 +414,12 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
|
||||
|
||||
.scf_img {display:none}
|
||||
|
||||
#scf_sms_pre h3 {padding:10px 0 0}
|
||||
#scf_sms_pre dl {margin:10px 0 0;zoom:1}
|
||||
#scf_sms_pre h3 {padding:10px 0}
|
||||
#scf_sms_pre dl {margin:0 0 10px;zoom:1}
|
||||
#scf_sms_pre dl:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#scf_sms_pre dt {clear:both;float:left;padding:5px 0;width:100px}
|
||||
#scf_sms_pre dd {padding:5px 0;overflow:hidden}
|
||||
#scf_sms_pre p {margin:0 0 20px}
|
||||
#scf_sms {margin:0 0 30px;zoom:1}
|
||||
#scf_sms {margin:0 20px 30px;padding:20px 0 0;zoom:1}
|
||||
#scf_sms:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.scf_sms_box {float:left;margin:0 8px 0 9px;width:163px;text-align:center}
|
||||
.scf_sms_box h4 {margin:0 0 5px}
|
||||
|
||||
Reference in New Issue
Block a user