From eb8f20eaf74fb76db9f475e651883b9df776070d Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 8 Aug 2013 16:01:39 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/{list.11.skin.php => list.20.skin.php} | 0 skin/shop/basic/{list.12.skin.php => list.30.skin.php} | 0 skin/shop/basic/{list.13.skin.php => list.40.skin.php} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename skin/shop/basic/{list.11.skin.php => list.20.skin.php} (100%) rename skin/shop/basic/{list.12.skin.php => list.30.skin.php} (100%) rename skin/shop/basic/{list.13.skin.php => list.40.skin.php} (100%) diff --git a/skin/shop/basic/list.11.skin.php b/skin/shop/basic/list.20.skin.php similarity index 100% rename from skin/shop/basic/list.11.skin.php rename to skin/shop/basic/list.20.skin.php diff --git a/skin/shop/basic/list.12.skin.php b/skin/shop/basic/list.30.skin.php similarity index 100% rename from skin/shop/basic/list.12.skin.php rename to skin/shop/basic/list.30.skin.php diff --git a/skin/shop/basic/list.13.skin.php b/skin/shop/basic/list.40.skin.php similarity index 100% rename from skin/shop/basic/list.13.skin.php rename to skin/shop/basic/list.40.skin.php From 0931a090e4dca34b25bf5ff0fc04b02dd20d6146 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Aug 2013 16:06:07 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#271=2030=2050=20=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=EC=9D=98=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/main.30.skin.php | 7 +++---- skin/shop/basic/main.50.skin.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/skin/shop/basic/main.30.skin.php b/skin/shop/basic/main.30.skin.php index e322c9bec..3e5a56e80 100644 --- a/skin/shop/basic/main.30.skin.php +++ b/skin/shop/basic/main.30.skin.php @@ -12,7 +12,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 css) { echo "
type}\" class=\"{$this->css}\">\n"; @@ -23,8 +22,8 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { } if ($i>1 && $i%$this->list_mod == 1) { - echo "\n"; - echo "
    \n"; + echo "
"; + echo "
    "; } echo "
  • \n"; @@ -85,7 +84,7 @@ $.fn.leftRolling = function(option) { var $smt = this.find("ul.sct_ul"); var $smt_a = $smt.find("a.sct_a"); - var width = ($smt.find("li.sct_li:first").outerWidth(true) * list_mod; ?>); + var width = $smt.eq(0).width(); var count = $smt.size(); var c_idx = smt_o_idx = 0; var fx = null; diff --git a/skin/shop/basic/main.50.skin.php b/skin/shop/basic/main.50.skin.php index b3d9d546a..ad1cff55b 100644 --- a/skin/shop/basic/main.50.skin.php +++ b/skin/shop/basic/main.50.skin.php @@ -86,7 +86,7 @@ if($i == 1) echo "

    등록된 상품이 없습니다.

    \ $.fn.itemDrop = function(option) { var $smt = this.find("ul.sct_ul"); - var $smt_a = $smt.find("a"); + var $smt_a = $smt.find("a.sct_a"); var count = $smt.size(); var height = $smt.height(); var c_idx = o_idx = 0;