diff --git a/skin/shop/basic/img/icon_arw_toleft.gif b/skin/shop/basic/img/icon_arw_toleft.gif new file mode 100644 index 000000000..a9d338b5e Binary files /dev/null and b/skin/shop/basic/img/icon_arw_toleft.gif differ diff --git a/skin/shop/basic/list.10.skin.php b/skin/shop/basic/list.10.skin.php index 13f5d3a7d..a874d922b 100644 --- a/skin/shop/basic/list.10.skin.php +++ b/skin/shop/basic/list.10.skin.php @@ -30,7 +30,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { } if ($this->view_it_img) { - echo get_it_image($row['it_id'], $this->img_width, $this->img_height)."\n"; + echo get_it_image($row['it_id'], $this->img_width, $this->img_height, '', '', stripslashes($row['it_name']))."\n"; } if ($this->href) { @@ -53,7 +53,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { echo "\n"; } - if ($this->view_it_basic) { + if ($this->view_it_basic && $row['it_basic']) { echo "
".stripslashes($row['it_basic'])."
\n"; } @@ -62,7 +62,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { echo "
\n"; if ($this->view_it_cust_price && $row['it_cust_price']) { - echo "".display_price($row['it_cust_price'])." >\n"; + echo "".display_price($row['it_cust_price'])."\n"; } if ($this->view_it_price) { diff --git a/skin/shop/basic/list.20.skin.php b/skin/shop/basic/list.20.skin.php index 755482e24..e07236600 100644 --- a/skin/shop/basic/list.20.skin.php +++ b/skin/shop/basic/list.20.skin.php @@ -53,12 +53,16 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { echo "\n"; } + if ($this->view_it_basic && $row['it_basic']) { + echo "
".stripslashes($row['it_basic'])."
\n"; + } + if ($this->view_it_cust_price || $this->view_it_price) { echo "
\n"; if ($this->view_it_cust_price && $row['it_cust_price']) { - echo "".display_price($row['it_cust_price'])." >\n"; + echo "".display_price($row['it_cust_price'])."\n"; } if ($this->view_it_price) { diff --git a/skin/shop/basic/list.30.skin.php b/skin/shop/basic/list.30.skin.php index 2fde5ca1c..3e1f821e6 100644 --- a/skin/shop/basic/list.30.skin.php +++ b/skin/shop/basic/list.30.skin.php @@ -24,42 +24,64 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { } } - echo "
  • \n"; + $list_top_pad = 20; + $list_right_pad = 10; + $list_bottom_pad = 20; + $list_left_pad = $this->img_width + 10; + $list_real_width = 360; + $list_width = $list_real_width - $list_right_pad - $list_left_pad; + $list_height = $this->img_height - $list_top_pad - $list_bottom_pad; + + echo "
  • \n"; if ($this->href) { - echo "href}{$row['it_id']}\" class=\"sct_a\">\n"; + echo "href}{$row['it_id']}\" class=\"sct_a sct_img\">\n"; } - echo "\n"; - if ($this->view_it_img) { - echo "".get_it_image($row['it_id'], $this->img_width, $this->img_height)."\n"; - } - - if ($this->view_it_id) { - echo "".stripslashes($row['it_id'])."\n"; - } - - if ($this->view_it_name) { - echo "".stripslashes($row['it_name'])."\n"; - } - - if ($this->view_it_cust_price && $row['it_cust_price']) { - echo "".display_price($row['it_cust_price'])."\n"; - } - - if ($this->view_it_price) { - echo "".display_price(get_price($row), $row['it_tel_inq'])."\n"; - } - - if ($this->view_it_icon) { - echo "".item_icon($row)."\n"; + echo get_it_image($row['it_id'], $this->img_width, $this->img_height, '', '', stripslashes($row['it_name']))."\n"; } if ($this->href) { echo "\n"; } + if ($this->view_it_id) { + echo "<".stripslashes($row['it_id']).">\n"; + } + + if ($this->href) { + echo "href}{$row['it_id']}\" class=\"sct_a sct_txt\">\n"; + } + + if ($this->view_it_name) { + echo stripslashes($row['it_name'])."\n"; + } + + if ($this->href) { + echo "\n"; + } + + if ($this->view_it_basic && $row['it_basic']) { + echo "
    ".stripslashes($row['it_basic'])."
    \n"; + } + + if ($this->view_it_cust_price || $this->view_it_price) { + + echo "
    \n"; + + if ($this->view_it_cust_price && $row['it_cust_price']) { + echo "".display_price($row['it_cust_price'])."\n"; + } + + if ($this->view_it_price) { + echo display_price(get_price($row), $row['it_tel_inq'])."\n"; + } + + echo "
    \n"; + + } + if ($this->view_sns) { echo "
    "; echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); @@ -68,6 +90,8 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { echo "
    \n"; } + echo "
    "; + echo "
  • \n"; } diff --git a/skin/shop/basic/list.40.skin.php b/skin/shop/basic/list.40.skin.php index e716ea0c2..01016f5fe 100644 --- a/skin/shop/basic/list.40.skin.php +++ b/skin/shop/basic/list.40.skin.php @@ -24,44 +24,66 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { } else { echo "