diff --git a/adm/admin.menu400.shop_1of2.php b/adm/admin.menu400.shop_1of2.php
index f7f51a296..e0bc6e24c 100644
--- a/adm/admin.menu400.shop_1of2.php
+++ b/adm/admin.menu400.shop_1of2.php
@@ -15,14 +15,8 @@ $menu['menu400'] = array (
array('400610', '상품유형관리', G4_ADMIN_URL.'/shop_admin/itemtypelist.php', 'scf_item_type'),
array('400500', '상품옵션재고관리', G4_ADMIN_URL.'/shop_admin/optionstocklist.php', 'scf_item_option'),
array('400490', '마일리지관리', G4_ADMIN_URL.'/shop_admin/mileagelist.php', 'scf_mileage'),
- array('400500', '배송일괄처리', G4_ADMIN_URL.'/shop_admin/deliverylist.php', 'scf_deli', 1),
- array('400740', '배송업체관리', G4_ADMIN_URL.'/shop_admin/deliverycodelist.php', 'scf_deli_co', 1),
- array('400630', '이벤트관리', G4_ADMIN_URL.'/shop_admin/itemevent.php', 'scf_event'),
- array('400640', '이벤트일괄처리', G4_ADMIN_URL.'/shop_admin/itemeventlist.php', 'scf_event_mng'),
array('400650', '쿠폰관리', G4_ADMIN_URL.'/shop_admin/couponlist.php', 'scf_coupon'),
- array('400700', '내용관리', G4_ADMIN_URL.'/shop_admin/contentlist.php', 'scf_contents', 1),
- array('400710', 'FAQ관리', G4_ADMIN_URL.'/shop_admin/faqmasterlist.php', 'scf_faq', 1),
- array('400730', '배너관리', G4_ADMIN_URL.'/shop_admin/bannerlist.php', 'scf_banner', 1),
- array('400720', '팝업레이어관리', G4_ADMIN_URL.'/shop_admin/newwinlist.php', 'scf_poplayer', 1)
+ array('400500', '배송일괄처리', G4_ADMIN_URL.'/shop_admin/deliverylist.php', 'scf_deli', 1),
+ array('400740', '배송업체관리', G4_ADMIN_URL.'/shop_admin/deliverycodelist.php', 'scf_deli_co', 1)
);
?>
\ No newline at end of file
diff --git a/adm/admin.menu500.shop_2of2.php b/adm/admin.menu500.shop_2of2.php
index ea761e56d..815b527b6 100644
--- a/adm/admin.menu500.shop_2of2.php
+++ b/adm/admin.menu500.shop_2of2.php
@@ -7,6 +7,12 @@ $menu['menu500'] = array (
array('500100', '상품판매순위', G4_ADMIN_URL.'/shop_admin/itemsellrank.php', 'sst_rank'),
array('500120', '주문내역출력', G4_ADMIN_URL.'/shop_admin/orderprint.php', 'sst_print_order', 1),
array('500130', '전자결제내역', G4_ADMIN_URL.'/shop_admin/ordercardhistory.php', 'sst_pg', 1),
+ array('400630', '이벤트관리', G4_ADMIN_URL.'/shop_admin/itemevent.php', 'scf_event'),
+ array('400640', '이벤트일괄처리', G4_ADMIN_URL.'/shop_admin/itemeventlist.php', 'scf_event_mng'),
+ array('400700', '내용관리', G4_ADMIN_URL.'/shop_admin/contentlist.php', 'scf_contents', 1),
+ array('400710', 'FAQ관리', G4_ADMIN_URL.'/shop_admin/faqmasterlist.php', 'scf_faq', 1),
+ array('400730', '배너관리', G4_ADMIN_URL.'/shop_admin/bannerlist.php', 'scf_banner', 1),
+ array('400720', '팝업레이어관리', G4_ADMIN_URL.'/shop_admin/newwinlist.php', 'scf_poplayer', 1),
array('500140', '보관함현황', G4_ADMIN_URL.'/shop_admin/wishlist.php', 'sst_wish'),
array('500200', 'SMS 문자전송', G4_ADMIN_URL.'/shop_admin/smssend.php', 'sst_sms'),
array('500210', '가격비교사이트', G4_ADMIN_URL.'/shop_admin/price.php', 'sst_compare', 1)
diff --git a/adm/board_list.php b/adm/board_list.php
index f63296f83..a8f821efc 100644
--- a/adm/board_list.php
+++ b/adm/board_list.php
@@ -115,8 +115,8 @@ $colspan = 15;
수정';
- $one_copy = '복사 ';
+ $one_update = '수정 ';
+ $one_copy = '복사 ';
?>
@@ -156,7 +156,15 @@ $colspan = 15;
>모바일
-
+
+
+
수정';
+ $s_upd = '수정 ';
?>
@@ -160,7 +160,14 @@ $colspan = 8;
>모바일
-
+
+
+
수정';
- //$s_del = '삭제 ';
+ $s_mod = '수정 ';
+ //$s_del = '삭제 ';
}
- $s_grp = '그룹 ';
+ $s_grp = '그룹 ';
$leave_date = $row['mb_leave_date'] ? $row['mb_leave_date'] : date('Ymd', G4_SERVER_TIME);
$intercept_date = $row['mb_intercept_date'] ? $row['mb_intercept_date'] : date('Ymd', G4_SERVER_TIME);
@@ -199,7 +199,15 @@ $colspan = 15;
-
+
+
+
>
diff --git a/adm/poll_list.php b/adm/poll_list.php
index b198bd513..fad175aba 100644
--- a/adm/poll_list.php
+++ b/adm/poll_list.php
@@ -103,7 +103,7 @@ $colspan = 6;
$row2 = sql_fetch($sql2);
$po_etc = ($row['po_etc']) ? "사용" : "미사용";
- $s_mod = '수정 ';
+ $s_mod = '수정 ';
//$s_del = '삭제 ';
?>
@@ -116,7 +116,14 @@ $colspan = 6;
-
+
+
+
-
-
-
+
+
diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php
index 3df814e25..7b7ca8501 100644
--- a/adm/shop_admin/categorylist.php
+++ b/adm/shop_admin/categorylist.php
@@ -129,13 +129,13 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$s_level = ''.$p_ca_name.' '.($level+1).'단 분류 ';
$s_level_input_size = 40 - $level *5; // 하위 분류일 수록 입력칸 넓이 작아짐 - 지운아빠 2013-04-02
- if ($level+2 < 6) $s_add = ' '; // 분류는 5단계까지만 가능
+ if ($level+2 < 6) $s_add = ''.($level+2).'단 추가 '; // 분류는 5단계까지만 가능
else $s_add = '';
- $s_upd = ' ';
- $s_vie = ' ';
+ $s_upd = ''.get_text($row['ca_name']).' 수정 ';
+ $s_vie = ''.get_text($row['ca_name']).' 이동 ';
if ($is_admin == 'super')
- $s_del = ' ';
+ $s_del = ''.get_text($row['ca_name']).' 삭제 ';
// 해당 분류에 속한 상품의 갯수
$sql1 = " select COUNT(*) as cnt from {$g4['shop_item_table']}
@@ -162,7 +162,17 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
>
-
+
+
+
자료가 한 건도 없습니다. \n";
diff --git a/adm/shop_admin/contentlist.php b/adm/shop_admin/contentlist.php
index f86ba1721..de11c2c15 100644
--- a/adm/shop_admin/contentlist.php
+++ b/adm/shop_admin/contentlist.php
@@ -45,10 +45,15 @@ $result = sql_query($sql);
-
-
-
-
+
+
+ $("#tr_cp_maximum").hide();
$("#tr_cp_trunc").hide();
$("#cp_method_btn").click(function() {
@@ -222,10 +223,12 @@ function change_type(cp_type)
if(cp_type == "0") {
$("#cp_amount_unit").text("원");
$("#cp_amount_unit").closest("tr").find("label").text("할인금액");
+ $("#tr_cp_maximum").hide();
$("#tr_cp_trunc").hide();
} else {
$("#cp_amount_unit").text("%");
$("#cp_amount_unit").closest("tr").find("label").text("할인비율");
+ $("#tr_cp_maximum").show();
$("#tr_cp_trunc").show();
}
}
diff --git a/adm/shop_admin/couponlist.php b/adm/shop_admin/couponlist.php
index 2df5d71be..652aa1362 100644
--- a/adm/shop_admin/couponlist.php
+++ b/adm/shop_admin/couponlist.php
@@ -148,7 +148,14 @@ $colspan = 8;
~
-
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
FAQ는 무제한으로 등록할 수 있습니다
FAQ추가 를 눌러 FAQ Master를 생성합니다. (하나의 FAQ 타이틀 생성 : 자주하시는 질문, 이용안내..등 )
- 생성한 FAQ Master 의 상세보기 를 눌러 세부 내용을 관리할 수 있습니다.
+ 생성한 FAQ Master 의 제목 을 눌러 세부 내용을 관리할 수 있습니다.
@@ -47,7 +47,6 @@ $result = sql_query($sql);
ID
제목
FAQ수
-
상세보기
관리
@@ -59,13 +58,17 @@ $result = sql_query($sql);
?>
-
+
- 상세보기
-
-
-
-
+
+
value="1">
-
- 보기">
- 복사">
- 수정">
-
+
+
diff --git a/adm/shop_admin/itempslist.php b/adm/shop_admin/itempslist.php
index 062ba8adf..21677dadb 100644
--- a/adm/shop_admin/itempslist.php
+++ b/adm/shop_admin/itempslist.php
@@ -134,9 +134,14 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
-
-
-
+
+
diff --git a/adm/shop_admin/itemqalist.php b/adm/shop_admin/itemqalist.php
index fe8cb965e..865595a36 100644
--- a/adm/shop_admin/itemqalist.php
+++ b/adm/shop_admin/itemqalist.php
@@ -129,9 +129,14 @@ if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌
-
-
-
+
+
>
-
수정
+
+
+
-
-
-
-
-
-
-
- >
- >
- >
- >
- >
- 수정">
-
-
+
+
+
+
+
+
+ >
+ >
+ >
+ >
+ >
+
+
+
+
+ 자료가 없습니다. ';
- ?>
+ if (!$i)
+ echo '자료가 없습니다. ';
+ ?>
diff --git a/adm/shop_admin/newwinlist.php b/adm/shop_admin/newwinlist.php
index fc8e480ed..dcd9ec7c4 100644
--- a/adm/shop_admin/newwinlist.php
+++ b/adm/shop_admin/newwinlist.php
@@ -41,21 +41,26 @@ $result = sql_query($sql);
-
-
-
-
-
- 시간
- px
- px
- px
- px
-
-
-
-
-
+
+
+
+
+
+ 시간
+ px
+ px
+ px
+ px
+
+
+
+
>
- 수정
+
+
+
-
-
-
-
-
- 주문일시
-
-
-
-
-
-
-
-
-
- 건 누적 건
-
-
-
-
-
-
-
-
-
-
-
-
+ ?>
+
+
+
+
+
+ 주문일시
+
+
+
+
+
+
+
+
+
+ 건 누적 건
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/install/shop.sql b/install/shop.sql
index 5da38de42..4e3e6589c 100644
--- a/install/shop.sql
+++ b/install/shop.sql
@@ -75,7 +75,8 @@ CREATE TABLE IF NOT EXISTS `shop_cart` (
`ct_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ct_ip` varchar(25) NOT NULL DEFAULT '',
`ct_send_cost` varchar(255) NOT NULL,
- `ct_direct` tinyint(4) NOT NULL,
+ `ct_direct` tinyint(4) NOT NULL DEFAULT '0',
+ `ct_select` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`ct_id`),
KEY `uq_id` (`uq_id`),
KEY `ct_num` (`ct_num`)
diff --git a/js/common.js b/js/common.js
index be587bfce..c17e6343b 100644
--- a/js/common.js
+++ b/js/common.js
@@ -608,16 +608,46 @@ $(function(){
sv_hide = true;
});
+ // 셀렉트 ul
+ var sel_hide = false;
+ $('.sel_btn').click(function() {
+ $('.sel_ul').removeClass('sel_on');
+ $(this).siblings('.sel_ul').addClass('sel_on');
+ });
+
+ $(".sel_wrap").hover(
+ function() {
+ sel_hide = false;
+ },
+ function() {
+ sel_hide = true;
+ }
+ );
+
+ $('.sel_a').focusin(function() {
+ sel_hide = false;
+ });
+
+ $('.sel_a').focusout(function() {
+ sel_hide = true;
+ });
+
$(document).click(function() {
- if(sv_hide) {
+ if(sv_hide) { // 사이드뷰 해제
$(".sv").removeClass("sv_on");
}
+ if (sel_hide) { // 셀렉트 ul 해제
+ $('.sel_ul').removeClass('sel_on');
+ }
});
$(document).focusin(function() {
- if(sv_hide) {
+ if(sv_hide) { // 사이드뷰 해제
$(".sv").removeClass("sv_on");
}
+ if (sel_hide) { // 셀렉트 ul 해제
+ $('.sel_ul').removeClass('sel_on');
+ }
});
$("textarea#wr_content[maxlength]").live("keyup change", function() {
@@ -629,17 +659,3 @@ $(function(){
}
});
});
-
-// 모달 레이어 http://mytory.net/archives/783 참조
-function winMask(){ // 모달 레이어 배경
- //화면의 높이와 너비를 구한다.
- var maskHeight = $(document).height();
- var maskWidth = $(window).width();
-
- //마스크의 높이와 너비를 화면 것으로 만들어 전체 화면을 채운다.
- $('#win_mask').css({'width':maskWidth,'height':maskHeight});
-
- //애니메이션 효과
- $('#win_mask').fadeTo("fast",0.8);
-}
-// 모달 레이어 끝
\ No newline at end of file
diff --git a/js/modernizr.custom.70111.js b/js/modernizr.custom.70111.js
new file mode 100644
index 000000000..1a81489fb
--- /dev/null
+++ b/js/modernizr.custom.70111.js
@@ -0,0 +1,4 @@
+/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
+ * Build: http://modernizr.com/download/#-cssclasses-testallprops-css_overflow_scrolling
+ */
+;window.Modernizr=function(a,b,c){function x(a){j.cssText=a}function y(a,b){return x(prefixes.join(a+";")+(b||""))}function z(a,b){return typeof a===b}function A(a,b){return!!~(""+a).indexOf(b)}function B(a,b){for(var d in a){var e=a[d];if(!A(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function C(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:z(f,"function")?f.bind(d||b):f}return!1}function D(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+n.join(d+" ")+d).split(" ");return z(b,"string")||z(b,"undefined")?B(e,b):(e=(a+" "+o.join(d+" ")+d).split(" "),C(e,b,c))}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m="Webkit Moz O ms",n=m.split(" "),o=m.toLowerCase().split(" "),p={},q={},r={},s=[],t=s.slice,u,v={}.hasOwnProperty,w;!z(v,"undefined")&&!z(v.call,"undefined")?w=function(a,b){return v.call(a,b)}:w=function(a,b){return b in a&&z(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=t.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(t.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(t.call(arguments)))};return e});for(var E in p)w(p,E)&&(u=E.toLowerCase(),e[u]=p[E](),s.push((e[u]?"":"no-")+u));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)w(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},x(""),i=k=null,e._version=d,e._domPrefixes=o,e._cssomPrefixes=n,e.testProp=function(a){return B([a])},e.testAllProps=D,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+s.join(" "):""),e}(this,this.document),Modernizr.addTest("overflowscrolling",function(){return Modernizr.testAllProps("overflowScrolling")});
\ No newline at end of file
diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php
index 1923a2a89..5424d4d87 100644
--- a/mobile/shop/cart.php
+++ b/mobile/shop/cart.php
@@ -3,14 +3,13 @@ include_once('./_common.php');
$g4['title'] = '장바구니';
include_once(G4_MSHOP_PATH.'/_head.php');
-$s_uq_id = get_session('ss_uq_id');
?>