쇼핑몰관리자 #73 pg_anchor 용 id 수정
This commit is contained in:
@ -76,12 +76,11 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
|
||||
$g4['title'] = $html_title;
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_basic\">필수입력</a></li>
|
||||
<li><a href=\"#frm_optional\">선택입력</a></li>";
|
||||
if ($w == "u") $pg_anchor .= "<li><a href=\"#frm_etc\">기타설정</a></li>";
|
||||
$pg_anchor .= "</ul>";
|
||||
$pg_anchor ='<ul class="anchor">
|
||||
<li><a href="#anc_scatefrm_basic">필수입력</a></li>
|
||||
<li><a href="#anc_scatefrm_optional">선택입력</a></li>';
|
||||
if ($w == 'u') $pg_anchor .= '<li><a href="#frm_etc">기타설정</a></li>';
|
||||
$pg_anchor .= '</ul>';
|
||||
?>
|
||||
|
||||
<form name="fcategoryform" action="./categoryformupdate.php" onsubmit="return fcategoryformcheck(this);" method="post" enctype="multipart/form-data">
|
||||
@ -93,9 +92,10 @@ $pg_anchor .= "</ul>";
|
||||
<input type="hidden" name="sort2" value="<?=$sort2?>">
|
||||
<input type="hidden" name="ca_explan_html" value="<?=$ca['ca_explan_html']?>">
|
||||
|
||||
<section id="frm_basic" class="cbox">
|
||||
<section id="anc_scatefrm_basic" class="cbox">
|
||||
<h2>필수입력</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
@ -237,7 +237,7 @@ $pg_anchor .= "</ul>";
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_optional" class="cbox">
|
||||
<section id="frm_scatefrm_optional" class="cbox">
|
||||
<h2>선택 입력</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -63,19 +63,18 @@ if ($default['de_icode_id'] && $default['de_icode_pw']) {
|
||||
$g4['title'] = '쇼핑몰설정';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_info\">사업자정보</a></li>
|
||||
<li><a href=\"#frm_index\">쇼핑몰 초기화면</a></li>
|
||||
<li><a href=\"#frm_payment\">결제설정</a></li>
|
||||
<li><a href=\"#frm_delivery\">배송설정</a></li>
|
||||
<li><a href=\"#frm_etc\">기타설정</a></li>
|
||||
<li><a href=\"#frm_sms\">SMS설정</a></li>
|
||||
</ul>
|
||||
";
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#anc_cf_info">사업자정보</a></li>
|
||||
<li><a href="#anc_cf_index">쇼핑몰 초기화면</a></li>
|
||||
<li><a href="#anc_cf_payment">결제설정</a></li>
|
||||
<li><a href="#anc_cf_delivery">배송설정</a></li>
|
||||
<li><a href="#anc_cf_etc">기타설정</a></li>
|
||||
<li><a href="#anc_cf_sms">SMS설정</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<form name="fconfig" action="./configformupdate.php" onsubmit="return fconfig_check(this)" method="post" enctype="MULTIPART/FORM-DATA">
|
||||
<section id="frm_info" class="cbox">
|
||||
<section id="anc_cf_info" class="cbox">
|
||||
<h2>사업자정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p><?=help("사업자정보는 tail.php 와 content.php 에서 표시합니다.")?></p>
|
||||
@ -148,7 +147,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_index" class="cbox">
|
||||
<section id="anc_cf_index" class="cbox">
|
||||
<h2>쇼핑몰 초기화면</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p><?=help("상품관리에서 선택한 상품의 타입대로 쇼핑몰 초기화면에 출력합니다. (상품 타입 히트/추천/최신/인기/할인)\n각 타입별로 선택된 상품이 없으면 쇼핑몰 초기화면에 출력하지 않습니다.")?></p>
|
||||
@ -532,7 +531,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_delivery" class="cbox">
|
||||
<section id="anc_cf_delivery" class="cbox">
|
||||
<h2 >배송정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -593,7 +592,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_etc" class="cbox">
|
||||
<section id="anc_cf_etc" class="cbox">
|
||||
<h2>기타정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -794,7 +793,7 @@ function byte_check(el_cont, el_byte)
|
||||
|
||||
</style>
|
||||
|
||||
<section id="frm_sms" class="cbox" >
|
||||
<section id="anc_cf_sms" class="cbox" >
|
||||
<h2>SMS설정</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
|
||||
@ -7,16 +7,15 @@ $max_limit = 7; // 몇행 출력할 것인지?
|
||||
$g4['title'] = ' 쇼핑몰관리';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
$pg_anchor ="<ul class=\"anchor\">
|
||||
<li><a href=\"#frm_rdy\">입금완료미배송내역</a></li>
|
||||
<li><a href=\"#frm_wait\">미입금주문내역</a></li>
|
||||
<li><a href=\"#frm_ps\">사용후기</a></li>
|
||||
<li><a href=\"#frm_qna\">상품문의</a></li>
|
||||
</ul>
|
||||
";
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#anc_sidx_rdy">입금완료미배송내역</a></li>
|
||||
<li><a href="#anc_sidx_wait">미입금주문내역</a></li>
|
||||
<li><a href="#anc_sidx_ps">사용후기</a></li>
|
||||
<li><a href="#anc_sidx_qna">상품문의</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_rdy" class="cbox">
|
||||
<section id="anc_sidx_rdy" class="cbox">
|
||||
<h2>입금완료 미배송내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -82,7 +81,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_wait" class="cbox">
|
||||
<section id="anc_sidx_wait" class="cbox">
|
||||
<h2>미입금 주문내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -147,7 +146,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_ps" class="cbox">
|
||||
<section id="anc_sidx_ps" class="cbox">
|
||||
<h2>사용후기</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -190,7 +189,7 @@ $pg_anchor ="<ul class=\"anchor\">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="frm_qna" class="cbox">
|
||||
<section id="anc_sidx_qna" class="cbox">
|
||||
<h2>상품문의</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
|
||||
@ -123,12 +123,12 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
|
||||
}
|
||||
|
||||
$pg_anchor ='<ul class="anchor">
|
||||
<li><a href="#frm_cate">상품분류</a></li>
|
||||
<li><a href="#frm_basic_item">기본정보</a></li>
|
||||
<li><a href="#frm_image">상품이미지</a></li>
|
||||
<li><a href="#frm_item">관련상품</a></li>
|
||||
<li><a href="#frm_event">관련이벤트</a></li>
|
||||
<li><a href="#frm_select_item">상세설명설정</a></li>
|
||||
<li><a href="#anc_sitfrm_cate">상품분류</a></li>
|
||||
<li><a href="#anc_sitfrm_ini">기본정보</a></li>
|
||||
<li><a href="#anc_sitfrm_img">상품이미지</a></li>
|
||||
<li><a href="#anc_sitfrm_relation">관련상품</a></li>
|
||||
<li><a href="#anc_sitfrm_event">관련이벤트</a></li>
|
||||
<li><a href="#anc_sitfrm_optional">상세설명설정</a></li>
|
||||
</ul>
|
||||
';
|
||||
?>
|
||||
@ -150,7 +150,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="it_explan_html" value="1"><!---->
|
||||
|
||||
<section id="frm_cate" class="cbox">
|
||||
<section id="anc_sitfrm_cate" class="cbox">
|
||||
<h2>상품분류</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>기본분류는 반드시 선택하셔야 합니다. 하나의 상품에 최대 3개의 다른 분류를 지정할 수 있습니다.</p>
|
||||
@ -202,7 +202,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_basic_item" class="cbox">
|
||||
<section id="anc_sitfrm_ini" class="cbox">
|
||||
<h2>기본정보</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
@ -408,7 +408,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_image" class="cbox">
|
||||
<section id="anc_sitfrm_img" class="cbox">
|
||||
<h2>이미지</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>이미지 자동생성 기능을 이용하시면, 이미지(대) 1장만 업로드 해서 자동으로 이미지(중), 이미지(소) 를 생성할 수 있습니다.</p>
|
||||
@ -569,7 +569,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
<a href="./itemlist.php?<?=$qstr?>">목록</a>
|
||||
</div>
|
||||
|
||||
<section id="frm_item" class="cbox compare_wrap">
|
||||
<section id="anc_sitfrm_relation" class="cbox compare_wrap">
|
||||
<h2>관련상품</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -752,7 +752,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_event" class="cbox compare_wrap">
|
||||
<section id="anc_sitfrm_event" class="cbox compare_wrap">
|
||||
<h2>관련이벤트</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -859,7 +859,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_select_item" class="cbox">
|
||||
<section id="anc_sitfrm_optional" class="cbox">
|
||||
<h2>상세설명설정</h2>
|
||||
<?=$pg_anchor?>
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -109,17 +109,17 @@ $sql = " select a.ct_id,
|
||||
$result = sql_query($sql);
|
||||
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#frm_odr_list">주문상품 목록</a></li>
|
||||
<li><a href="#frm_odr_pay">주문결제 내역</a></li>
|
||||
<li><a href="#frm_odr_chk">결제상세정보 확인</a></li>
|
||||
<li><a href="#frm_odr_paymo">결제상세정보 수정</a></li>
|
||||
<li><a href="#frm_odr_memo">상점메모</a></li>
|
||||
<li><a href="#frm_odr_payer">주문하신 분</a></li>
|
||||
<li><a href="#frm_odr_addressee">받으시는 분</a></li>
|
||||
<li><a href="#anc_sodr_list">주문상품 목록</a></li>
|
||||
<li><a href="#anc_sodr_pay">주문결제 내역</a></li>
|
||||
<li><a href="#anc_sodr_chk">결제상세정보 확인</a></li>
|
||||
<li><a href="#anc_sodr_paymo">결제상세정보 수정</a></li>
|
||||
<li><a href="#anc_sodr_memo">상점메모</a></li>
|
||||
<li><a href="#anc_sodr_payer">주문하신 분</a></li>
|
||||
<li><a href="#anc_sodr_addressee">받으시는 분</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_odr_list" class="cbox">
|
||||
<section id="anc_sodr_list" class="cbox">
|
||||
<h2>주문상품 목록</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>주문일시 <?=substr($od['od_time'],0,16)?> (<?=get_yoil($od['od_time']);?>) / 주문총액 <strong><?=number_format($t_ct_amount['합계']); ?></strong>원</p>
|
||||
@ -209,7 +209,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_pay" class="cbox">
|
||||
<section id="anc_sodr_pay" class="cbox">
|
||||
<h2>주문결제 내역</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -275,7 +275,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<input type="hidden" name="od_name" value="<?=$od['od_name']?>">
|
||||
<input type="hidden" name="od_hp" value="<?=$od['od_hp']?>">
|
||||
|
||||
<section id="frm_odr_chk" class="compare_left">
|
||||
<section id="anc_sodr_chk" class="compare_left">
|
||||
<h3>결제상세정보 확인</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -418,7 +418,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_paymo" class="compare_right">
|
||||
<section id="anc_sodr_paymo" class="compare_right">
|
||||
<h3>결제상세정보 수정</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -608,7 +608,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_memo" class="cbox">
|
||||
<section id="anc_sodr_memo" class="cbox">
|
||||
<h2>상점메모</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>
|
||||
@ -650,7 +650,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
<input type="hidden" name="mod_type" value="info">
|
||||
|
||||
<section id="frm_odr_payer" class="compare_left">
|
||||
<section id="anc_sodr_payer" class="compare_left">
|
||||
<h3>주문하신 분</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
@ -706,7 +706,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
|
||||
</section>
|
||||
|
||||
<section id="frm_odr_addressee" class="compare_right">
|
||||
<section id="anc_sodr_addressee" class="compare_right">
|
||||
<h3>받으시는 분</h3>
|
||||
|
||||
<table class="frm_tbl">
|
||||
|
||||
@ -7,12 +7,12 @@ auth_check($auth[$sub_menu], "r");
|
||||
$g4['title'] = '가격비교사이트';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
$pg_anchor = '<ul class="anchor">
|
||||
<li><a href="#frm_compare_info">가격비교사이트 연동 안내</a></li>
|
||||
<li><a href="#frm_compare_engine">사이트별 엔진페이지 URL</a></li>
|
||||
<li><a href="#anc_pricecompare_info">가격비교사이트 연동 안내</a></li>
|
||||
<li><a href="#anc_pricecompare_engine">사이트별 엔진페이지 URL</a></li>
|
||||
</ul>';
|
||||
?>
|
||||
|
||||
<section id="frm_compare_info" class="cbox">
|
||||
<section id="anc_pricecompare_info" class="cbox">
|
||||
<h2>가격비교사이트 연동 안내</h2>
|
||||
<?=$pg_anchor?>
|
||||
|
||||
@ -23,7 +23,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
<section id="frm_compare_engine" class="cbox">
|
||||
<section id="anc_pricecompare_engine" class="cbox">
|
||||
<h2>사이트별 엔진페이지 URL</h2>
|
||||
<?=$pg_anchor?>
|
||||
<p>사이트 명을 클릭하시면 해당 사이트로 이동합니다.</p>
|
||||
|
||||
@ -360,7 +360,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
||||
/* ########## 쇼핑몰 사용시 적용 ########## */
|
||||
|
||||
/* 쇼핑몰 설정 */
|
||||
#frm_payment textarea {height:50px}
|
||||
#anc_cf_payment textarea {height:50px}
|
||||
|
||||
#scf_cardtest_btn {margin-left:5px;vertical-align:middle}
|
||||
#scf_cardtest_tip {margin:10px 0 0;padding:10px;border:3px solid #ddd}
|
||||
@ -395,12 +395,12 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
||||
.sodr_nonpay {color:#ff6600}
|
||||
strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
.sodr_sppay {color:#1f9bff}
|
||||
#frm_odr_memo textarea {width:98%}
|
||||
#frm_odr_memo .btn_confirm {margin:10px 0 0}
|
||||
#frm_odr_payer #od_addr1,
|
||||
#frm_odr_payer #od_addr2 {margin:5px 0 0}
|
||||
#frm_odr_addressee #od_b_addr1,
|
||||
#frm_odr_addressee #od_b_addr2 {margin:5px 0 0}
|
||||
#anc_sodr_memo textarea {width:98%}
|
||||
#anc_sodr_memo .btn_confirm {margin:10px 0 0}
|
||||
#anc_sodr_payer #od_addr1,
|
||||
#anc_sodr_payer #od_addr2 {margin:5px 0 0}
|
||||
#anc_sodr_addressee #od_b_addr1,
|
||||
#anc_sodr_addressee #od_b_addr2 {margin:5px 0 0}
|
||||
|
||||
/* 주문개별내역 */
|
||||
#sodr_status {text-align:center}
|
||||
@ -492,8 +492,8 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
#sms_sm p {position:absolute;bottom:-100px;left:0}
|
||||
|
||||
/* 가격비교사이트 */
|
||||
#frm_compare_info li {margin:5px 0}
|
||||
#anc_pricecompare_info li {margin:5px 0}
|
||||
|
||||
#frm_compare_engine dt a {font-weight:bold}
|
||||
#frm_compare_engine dd {margin:0 0 30px}
|
||||
#frm_compare_engine li {margin:5px 0}
|
||||
#anc_pricecompare_engine dt a {font-weight:bold}
|
||||
#anc_pricecompare_engine dd {margin:0 0 30px}
|
||||
#anc_pricecompare_engine li {margin:5px 0}
|
||||
Reference in New Issue
Block a user