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/community.php b/shop/community.php index 69e91cb3e..b16b22161 100644 --- a/shop/community.php +++ b/shop/community.php @@ -10,38 +10,24 @@ $g4['title'] = '커뮤니티'; include_once('./_head.php'); ?> - - 0) && ($i % $list_mod == 0)) - echo ""; - - echo " - "; + echo ""; } if ($i > 0 && ($i % $list_mod == 1)) - echo ""; + echo ''; ?> - -
- - -
"; - // 이 함수가 바로 최신글을 추출하는 역할을 합니다. // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); // 스킨은 입력하지 않을 경우 운영자 > 환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. - echo latest("", $row['bo_table'], $list_row, $subject_len); + echo latest(shop_basic, $row['bo_table'], $list_row, $subject_len); - echo "

 
- + - - + - - + - - + - - + - - + - + +
+
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/latest/shop_basic/img/icon_file.gif b/skin/latest/shop_basic/img/icon_file.gif new file mode 100644 index 000000000..cca47f566 Binary files /dev/null and b/skin/latest/shop_basic/img/icon_file.gif differ diff --git a/skin/latest/shop_basic/img/icon_hot.gif b/skin/latest/shop_basic/img/icon_hot.gif new file mode 100644 index 000000000..c95b839ae Binary files /dev/null and b/skin/latest/shop_basic/img/icon_hot.gif differ diff --git a/skin/latest/shop_basic/img/icon_img.gif b/skin/latest/shop_basic/img/icon_img.gif new file mode 100644 index 000000000..fefa10d4a Binary files /dev/null and b/skin/latest/shop_basic/img/icon_img.gif differ diff --git a/skin/latest/shop_basic/img/icon_link.gif b/skin/latest/shop_basic/img/icon_link.gif new file mode 100644 index 000000000..0f3cb1ac6 Binary files /dev/null and b/skin/latest/shop_basic/img/icon_link.gif differ diff --git a/skin/latest/shop_basic/img/icon_mobile.gif b/skin/latest/shop_basic/img/icon_mobile.gif new file mode 100644 index 000000000..ad934d23c Binary files /dev/null and b/skin/latest/shop_basic/img/icon_mobile.gif differ diff --git a/skin/latest/shop_basic/img/icon_more.gif b/skin/latest/shop_basic/img/icon_more.gif new file mode 100644 index 000000000..7cdf200a7 Binary files /dev/null and b/skin/latest/shop_basic/img/icon_more.gif differ diff --git a/skin/latest/shop_basic/img/icon_movie.gif b/skin/latest/shop_basic/img/icon_movie.gif new file mode 100644 index 000000000..cb958f83f Binary files /dev/null and b/skin/latest/shop_basic/img/icon_movie.gif differ diff --git a/skin/latest/shop_basic/img/icon_new.gif b/skin/latest/shop_basic/img/icon_new.gif new file mode 100644 index 000000000..45aa6d7ed Binary files /dev/null and b/skin/latest/shop_basic/img/icon_new.gif differ diff --git a/skin/latest/shop_basic/img/icon_reply.gif b/skin/latest/shop_basic/img/icon_reply.gif new file mode 100644 index 000000000..91c135977 Binary files /dev/null and b/skin/latest/shop_basic/img/icon_reply.gif differ diff --git a/skin/latest/shop_basic/img/icon_secret.gif b/skin/latest/shop_basic/img/icon_secret.gif new file mode 100644 index 000000000..c04899f14 Binary files /dev/null and b/skin/latest/shop_basic/img/icon_secret.gif differ diff --git a/skin/latest/shop_basic/img/icon_sound.gif b/skin/latest/shop_basic/img/icon_sound.gif new file mode 100644 index 000000000..c5188318a Binary files /dev/null and b/skin/latest/shop_basic/img/icon_sound.gif differ