From 59806ab4b987d4f48e23d561a014771917dda3ee Mon Sep 17 00:00:00 2001 From: rollydream Date: Wed, 3 Apr 2013 10:00:09 +0900 Subject: [PATCH 1/7] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20:=20#26=20=EB=B0=B0=EC=86=A1=ED=9A=8C?= =?UTF-8?q?=EC=82=AC=EA=B4=80=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20=ED=91=9C?= =?UTF-8?q?=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?1=EC=B0=A8=20=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/bannerlist.php | 4 +- adm/shop_admin/contentlist.php | 7 +-- adm/shop_admin/deliverycodelist.php | 97 +++++++++++++++-------------- 3 files changed, 55 insertions(+), 53 deletions(-) diff --git a/adm/shop_admin/bannerlist.php b/adm/shop_admin/bannerlist.php index d2114d85e..4156a1122 100644 --- a/adm/shop_admin/bannerlist.php +++ b/adm/shop_admin/bannerlist.php @@ -29,7 +29,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
배너추가
- +
@@ -78,7 +78,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 $list = $i%2; ?> - + diff --git a/adm/shop_admin/contentlist.php b/adm/shop_admin/contentlist.php index c0edbe32a..1c4e4131a 100644 --- a/adm/shop_admin/contentlist.php +++ b/adm/shop_admin/contentlist.php @@ -23,7 +23,7 @@ $sql = "select * $sql_common order by co_id limit $from_record, {$config['cf_pag $result = sql_query($sql); ?> +
+

배송회사관리

+

건수

+ +
+ + + + + + + + - - - + + + + + -
  건수 :  ID배송회사명고객센터순서관리
+ + + "; - ------ - - - - - - - - + $list = $i%2; + ?> + + + + + + + + "; - - $list = $i%2; - echo " - - - - - - - "; -} - -if ($i == 0) - echo "\n"; -?> - -
ID배송회사명고객센터순서
수정 삭제 보기
{$row['dl_id']}". stripslashes($row['dl_company']) . "{$row['dl_tel']}{$row['dl_order']}$s_mod $s_del $s_vie
자료가 한건도 없습니다.
+ if ($i == 0) + echo "자료가 한건도 없습니다.\n"; + ?> + + + Date: Wed, 3 Apr 2013 10:53:49 +0900 Subject: [PATCH 2/7] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20:=20#27=20=EB=82=B4=EC=9A=A9=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=201=EC=B0=A8=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/bannerlist.php | 4 ++-- adm/shop_admin/contentlist.php | 31 +++++++++++++++++-------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/adm/shop_admin/bannerlist.php b/adm/shop_admin/bannerlist.php index 4156a1122..84fd875ed 100644 --- a/adm/shop_admin/bannerlist.php +++ b/adm/shop_admin/bannerlist.php @@ -86,13 +86,13 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 - 수정 삭제 + 수정 삭제 자료가 한건도 없습니다.\n"; + echo "자료가 한건도 없습니다.\n"; } ?> diff --git a/adm/shop_admin/contentlist.php b/adm/shop_admin/contentlist.php index 1c4e4131a..5e3b82dd6 100644 --- a/adm/shop_admin/contentlist.php +++ b/adm/shop_admin/contentlist.php @@ -23,10 +23,9 @@ $sql = "select * $sql_common order by co_id limit $from_record, {$config['cf_pag $result = sql_query($sql); ?>
@@ -35,17 +34,20 @@ $result = sql_query($sql); 처음 건수  

- + +
+ + - - - + - + @@ -56,15 +58,16 @@ $result = sql_query($sql); $s_vie = icon("보기", G4_SHOP_URL."/content.php?co_id={$row['co_id']}"); $list = $i%2; - echo " - - - - - "; + ?> + + + + + + \n"; + echo "\n"; } ?> From 9151b84b71df8c08b5f039e73d5dd7a5806ef13a Mon Sep 17 00:00:00 2001 From: rollydream Date: Wed, 3 Apr 2013 11:40:33 +0900 Subject: [PATCH 3/7] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20:=20#28=20FAQ=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=201=EC=B0=A8=20=EC=9E=91=EC=97=85?= =?UTF-8?q?=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/deliverycodelist.php | 16 +++++----- adm/shop_admin/faqmasterlist.php | 48 +++++++++++++++-------------- 2 files changed, 33 insertions(+), 31 deletions(-) diff --git a/adm/shop_admin/deliverycodelist.php b/adm/shop_admin/deliverycodelist.php index 08cf9ab4c..edaee3726 100644 --- a/adm/shop_admin/deliverycodelist.php +++ b/adm/shop_admin/deliverycodelist.php @@ -36,11 +36,11 @@ $result = sql_query($sql); - - - - - + + + + + @@ -51,8 +51,8 @@ $result = sql_query($sql); $s_del = icon("삭제", "javascript:del('./deliverycodeformupdate.php?w=d&dl_id={$row['dl_id']}');"); $s_vie = icon("보기", $row['dl_url'], $target="_blank"); - if ($i) - echo ""; + /*if ($i) + echo ""; 줄 없앰 김혜련 2013-04-03*/ $list = $i%2; ?> @@ -61,7 +61,7 @@ $result = sql_query($sql); - +

FAQ관리

-

처음건수 :

-
ID 제목내용입력버튼관리
{$row['co_id']}".htmlspecialchars2($row['co_subject'])."$s_mod $s_del $s_vie
수정 삭제 보기
자료가 한건도 없습니다.
자료가 한건도 없습니다.
ID배송회사명고객센터순서관리ID배송회사명고객센터순서관리
수정 삭제 보기수정 삭제 보기
+

처음건수

+
+ FAQ추가 +
+
- + - - + + - - - - - + + + + + @@ -66,20 +68,20 @@ $result = sql_query($sql); $s_mod = icon("수정", "./faqmasterform.php?w=u&fm_id={$row['fm_id']}"); $s_del = icon("삭제", "javascript:del('./faqmasterformupdate.php?w=d&fm_id={$row['fm_id']}');"); $s_vie = icon("보기", G4_SHOP_URL."/faq.php?fm_id={$row['fm_id']}"); - $list = $i%2; - echo " - - - - - - - "; + ?> + + + + + + + + \n"; + echo "\n"; ?>
ID제목FAQ수상세보기등록ID제목FAQ수상세보기관리
{$row['fm_id']}" . stripslashes($row['fm_subject']) . "$cnt$s_detail_vie$s_mod $s_del $s_vie
상세보기수정 삭제 보기
자료가 한건도 없습니다.
자료가 한건도 없습니다.
From 02eb718cb94842900452beaa9c6f07795ec5d9c5 Mon Sep 17 00:00:00 2001 From: rollydream Date: Wed, 3 Apr 2013 13:49:24 +0900 Subject: [PATCH 4/7] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=20:=20#25=20#26=20#27=20#28=20=EA=B0=80?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=EB=9D=BC=EC=9D=B8=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/bannerlist.php | 4 ++-- adm/shop_admin/contentlist.php | 4 ++-- adm/shop_admin/deliverycodelist.php | 4 ++-- adm/shop_admin/faqmasterlist.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/adm/shop_admin/bannerlist.php b/adm/shop_admin/bannerlist.php index 84fd875ed..2a00a4bf4 100644 --- a/adm/shop_admin/bannerlist.php +++ b/adm/shop_admin/bannerlist.php @@ -78,7 +78,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 $list = $i%2; ?> - + @@ -92,7 +92,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 } if ($i == 0) { - echo "자료가 한건도 없습니다.\n"; + echo "자료가 한건도 없습니다.\n"; } ?> diff --git a/adm/shop_admin/contentlist.php b/adm/shop_admin/contentlist.php index 5e3b82dd6..52b2dd8b6 100644 --- a/adm/shop_admin/contentlist.php +++ b/adm/shop_admin/contentlist.php @@ -59,7 +59,7 @@ $result = sql_query($sql); $list = $i%2; ?> - + 수정 삭제 보기 @@ -67,7 +67,7 @@ $result = sql_query($sql); 자료가 한건도 없습니다.\n"; + echo "자료가 한건도 없습니다.\n"; } ?> diff --git a/adm/shop_admin/deliverycodelist.php b/adm/shop_admin/deliverycodelist.php index edaee3726..e8fe951de 100644 --- a/adm/shop_admin/deliverycodelist.php +++ b/adm/shop_admin/deliverycodelist.php @@ -56,7 +56,7 @@ $result = sql_query($sql); $list = $i%2; ?> - + @@ -67,7 +67,7 @@ $result = sql_query($sql); } if ($i == 0) - echo "자료가 한건도 없습니다.\n"; + echo "자료가 한건도 없습니다.\n"; ?> diff --git a/adm/shop_admin/faqmasterlist.php b/adm/shop_admin/faqmasterlist.php index 43d4595ed..2d26c9a8d 100644 --- a/adm/shop_admin/faqmasterlist.php +++ b/adm/shop_admin/faqmasterlist.php @@ -70,7 +70,7 @@ $result = sql_query($sql); $s_vie = icon("보기", G4_SHOP_URL."/faq.php?fm_id={$row['fm_id']}"); $list = $i%2; ?> - + @@ -81,7 +81,7 @@ $result = sql_query($sql); } if ($i == 0) - echo "자료가 한건도 없습니다.\n"; + echo "자료가 한건도 없습니다.\n"; ?> From 365d16be6d11b006dcc2455e94af11928fd147c6 Mon Sep 17 00:00:00 2001 From: rollydream Date: Wed, 3 Apr 2013 14:20:38 +0900 Subject: [PATCH 5/7] =?UTF-8?q?=20#29=20=EC=83=88=EC=B0=BD=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=201=EC=B0=A8=20?= =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/newwinlist.php | 125 ++++++++++++++++++---------------- 1 file changed, 65 insertions(+), 60 deletions(-) diff --git a/adm/shop_admin/newwinlist.php b/adm/shop_admin/newwinlist.php index acb96075d..098bb76f8 100644 --- a/adm/shop_admin/newwinlist.php +++ b/adm/shop_admin/newwinlist.php @@ -18,69 +18,74 @@ $sql = "select * $sql_common order by nw_id desc "; $result = sql_query($sql); ?> - - - - - - -
  건수 :  
+ +
+

새창관리

+

건수

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ----------- - - - - - - - - - - - - - + $list = $i%2; + ?> + + + + + + + + + + + + + - - - - - - - - - - - "; -} - -if ($i == 0) { - echo "\n"; -} -?> - -
번호시작일시종료일시시간LeftTopHeightWidth제목관리
번호시작일시종료일시시간LeftTopHeightWidth제목
수정 삭제
".$row['nw_id']."".substr($row['nw_begin_time'],2,14)."".substr($row['nw_end_time'],2,14)."".$row['nw_disable_hours']."".$row['nw_left']."".$row['nw_top']."".$row['nw_height']."".$row['nw_width']."".$row['nw_subject']."$s_mod $s_del
자료가 한건도 없습니다.
+ if ($i == 0) { + echo "자료가 한건도 없습니다.\n"; + } + ?> + + +
Date: Wed, 3 Apr 2013 14:52:46 +0900 Subject: [PATCH 6/7] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20:=20#30=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=201=EC=B0=A8=20?= =?UTF-8?q?=EC=9E=91=EC=97=85=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemevent.php | 109 ++++++++++++++++++----------------- 1 file changed, 57 insertions(+), 52 deletions(-) diff --git a/adm/shop_admin/itemevent.php b/adm/shop_admin/itemevent.php index 9925900d9..ca14cf6a8 100644 --- a/adm/shop_admin/itemevent.php +++ b/adm/shop_admin/itemevent.php @@ -17,65 +17,70 @@ $total_count = $row['cnt']; $sql = "select * $sql_common order by ev_id desc "; $result = sql_query($sql); ?> + - - - - - - -
  건수 :  
+
+

이벤트관리

+

건수

+ + + + + + + + + + + + + + + + + + + + "; + } -
이벤트 번호제목연결 상품사용구분
------ - - - - - - - - -"; + $list = $i%2; + ?> + + + + + + + + - - - - - - "; -} + if ($i == 0) { + echo "\n"; + } + ?> + +
이벤트번호제목연결상품사용
수정 삭제 보기
{$row['ev_id']}{$row['ev_subject']}$href{$ev['cnt']}".($row['ev_use'] ? "예" : "아니오")."$s_mod $s_del $s_vie
자료가 한건도 없습니다.
+
-if ($i == 0) { - echo "자료가 한건도 없습니다.\n"; -} -?> - - - -