From 10e94623c0de7acafc3020194edbd1c655dfa04f Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 2 Jul 2013 09:35:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=95=84=EC=9B=83=EC=9D=98=20=EC=9E=A5=EB=B0=94?= =?UTF-8?q?=EA=B5=AC=EB=8B=88=20=EC=9C=84=EC=8B=9C=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=AA=A9=EB=A1=9D=20=EB=A7=88=ED=81=AC=EC=97=85=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=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 --- css/default_shop.css | 16 +++++++++++++++ shop/boxcart.inc.php | 45 +++++++++++++++++++++++++++--------------- shop/boxwish.inc.php | 47 ++++++++++++++++++++++++++------------------ shop/shop.head.php | 24 +++++++++++----------- 4 files changed, 84 insertions(+), 48 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index d1a0d3d7a..24e803ab9 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -143,6 +143,22 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #sbn_aside ul {margin:0;padding:0;border:0;list-style:none} #sbn_aside li {margin:0 0 1px} +/* aside:장바구니 */ +#sbsk {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f5f6fa} +#sbsk h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#sbsk ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#sbsk a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#sbsk a:focus, #sbsk a:hover {background:#f9f9f9} +#sbsk_empty {padding:15px 0;text-align:center} + +/* aside:위시리스트 */ +#swish {margin:0 0 5px;padding:0 0 10px;border:1px solid #d5d5d5;background:#f5f6fa} +#swish h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +#swish ul {margin:0;padding:0;border:0;background:#fff;list-style:none} +#swish a {display:block;padding:7px 10px 6px;border-bottom:1px solid #f4f4f4;text-decoration:none} +#swish a:focus, #swish a:hover {background:#f9f9f9} +#swish_empty {padding:15px 0;text-align:center} + #container {position:relative;float:left;width:740px;min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/shop/boxcart.inc.php b/shop/boxcart.inc.php index 45f4d7fc7..bb43abebe 100644 --- a/shop/boxcart.inc.php +++ b/shop/boxcart.inc.php @@ -2,21 +2,34 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> - - -\n"; -} + +\n"; +
  · "; - $it_name = get_text($row['it_name']); - // 이미지로 할 경우 - //$it_name = get_it_image($row[it_id], 50, 50, true); - echo "$it_name
+ + + + + diff --git a/shop/boxwish.inc.php b/shop/boxwish.inc.php index 96a83a25c..388b158cb 100644 --- a/shop/boxwish.inc.php +++ b/shop/boxwish.inc.php @@ -2,24 +2,33 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> - - -\n"; -} + +\n"; +
  · "; - $it_name = get_text($row['it_name']); - // 이미지로 할 경우 - //$it_name = get_it_image($row[it_id], 50, 50, true); - echo "$it_name
+ + + + diff --git a/shop/shop.head.php b/shop/shop.head.php index 3caaaab32..173395bc0 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -96,36 +96,34 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
- + - - + - - + - - + - - + - - + - + +
+
-
\ No newline at end of file +
+ \ No newline at end of file