From 4b3565fc5a273aaec507526a6e317180f701251e Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 15 Apr 2013 18:48:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90:=20#25=20=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=EB=B0=B0=EB=84=88=EA=B4=80=EB=A6=AC=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=ED=91=9C=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=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 | 75 +++++++++++++++-------------------- 1 file changed, 32 insertions(+), 43 deletions(-) diff --git a/adm/shop_admin/bannerlist.php b/adm/shop_admin/bannerlist.php index 5296186f1..3509e7f76 100644 --- a/adm/shop_admin/bannerlist.php +++ b/adm/shop_admin/bannerlist.php @@ -19,27 +19,17 @@ $total_page = ceil($total_count / $rows); // 전체 페이지 계산 if ($page == "") { $page = 1; } // 페이지가 없으면 첫 페이지 (1 페이지) $from_record = ($page - 1) * $rows; // 시작 열을 구함 ?> -

배너관리

-

건수

+ +

등록된 배너

+ + - - - - - - - - - - @@ -54,52 +44,51 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 "; - $bn_img .= "{$row["; + $bn_img .= ''; + $bn_img .= ''.$row['bn_alt'].''; $bn_begin_time = substr($row['bn_begin_time'], 2, 14); $bn_end_time = substr($row['bn_end_time'], 2, 14); + ?> - $s_mod = icon("수정", "./bannerform.php?w=u&bn_id={$row['bn_id']}"); - $s_del = icon("삭제", "javascript:del('./bannerformupdate.php?w=d&bn_id={$row['bn_id']}');"); + + + + + + + + + + - $list = $i%2; - ?> - - - - - - - - - - - '; + '; } ?>
ID
+ 수정 + 삭제 +
자료가 없습니다.
-

+
+