diff --git a/adm/shop_admin/itemeventform.php b/adm/shop_admin/itemeventform.php index 580a9ea2f..078ba53ed 100644 --- a/adm/shop_admin/itemeventform.php +++ b/adm/shop_admin/itemeventform.php @@ -26,9 +26,11 @@ else // 1.03.00 // 입력일 경우 기본값으로 대체 - $ev['ev_img_width'] = $default['de_simg_width']; - $ev['ev_img_height'] = $default['de_simg_height']; - $ev['ev_list_mod'] = 4; + //$ev['ev_img_width'] = $default['de_simg_width']; + //$ev['ev_img_height'] = $default['de_simg_height']; + $ev['ev_img_width'] = 230; + $ev['ev_img_height'] = 230; + $ev['ev_list_mod'] = 3; $ev['ev_list_row'] = 5; } diff --git a/css/default_shop.css b/css/default_shop.css index 6f8575fb8..a645c7b4a 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -169,7 +169,7 @@ a:active {color:#000;text-decoration:underline} .sanchor a {display:inline-block;border:1px solid #e9e9e9;background:#f5f6fa;padding:0 7px;height:30px;text-decoration:none;line-height:2.6em} .sanchor a:focus, .sanchor a:hover {background:#626870;color:#fff;text-decoration:none} -a.sanchor_on {background:#626870;color:#fff;text-decoration:none} +a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none} /* 하단 레이아웃 */ #ft {clear:both;padding:0 0 40px;border-top:1px solid #e9e9e9} @@ -389,6 +389,8 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sct_10 .sct_last {margin:0 !important} .sct_10 .sct_clear {clear:both} .sct_10 .sct_a {display:block;position:relative;text-decoration:none} +.sct_10 .sct_a:focus, +.sct_10 .sct_a:hover {text-decoration:none} .sct_10 .sct_img {display:block;margin:0 0 15px} .sct_10 b {display:block;margin:0 0 8px;font-weight:normal} .sct_10 s {display:block} @@ -402,6 +404,8 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sct_11 .sct_last {margin:0 !important} .sct_11 .sct_clear {clear:both} .sct_11 .sct_a {display:block;position:relative;padding:0 0 5px;background:#f5f6fa;text-decoration:none} +.sct_11 .sct_a:focus, +.sct_11 .sct_a:hover {text-decoration:none} .sct_11 .sct_img {display:block;margin:0 0 15px} .sct_11 b {display:block;margin:0 0 8px;padding:0 5px;font-weight:normal} .sct_11 s {display:block} @@ -416,6 +420,8 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sct_12 .sct_clear {clear:both} .sct_12 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat} .sct_12 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;width:110px;height:190px;border:1px solid #e9e9e9;background:#f5f6fa;text-decoration:none} +.sct_12 .sct_a:focus, +.sct_12 .sct_a:hover {text-decoration:none} .sct_12 .sct_img {position:absolute;top:0;left:0} .sct_12 b {display:block;margin:0 0 15px;font-size:1.2em;letter-spacing:-0.1em} .sct_12 p {margin:0 0 15px;padding:0;line-height:1.5em} @@ -431,6 +437,8 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .sct_13 .sct_clear {clear:both} .sct_13 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat} .sct_13 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;height:190px;border:1px solid #e9e9e9;background:#f5f6fa;text-decoration:none} +.sct_13 .sct_a:focus, +.sct_13 .sct_a:hover {text-decoration:none} .sct_13 .sct_img {position:absolute;top:0;left:0} .sct_13 b {display:block;margin:0 0 15px;font-size:1.2em;letter-spacing:-0.1em} .sct_13 p {margin:0 0 15px;padding:0;line-height:1.5em} @@ -603,3 +611,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important .ssch_it_img {width:100px;text-align:center} .ssch_it_img img {width:100px;height:100px} #ssch .ssch_num {width:150px;text-align:right} + +/* 쇼핑몰 이벤트 */ +#sev {} +.sev_admin {text-align:right} \ No newline at end of file diff --git a/shop/event.php b/shop/event.php index d2092e19e..3f70bcf96 100644 --- a/shop/event.php +++ b/shop/event.php @@ -11,21 +11,17 @@ if (!$ev['ev_id']) $g4['title'] = $ev['ev_subject']; include_once('./_head.php'); -$himg = G4_DATA_PATH."/event/{$ev_id}_h"; -if (file_exists($himg)) - echo "
"; - if ($is_admin) - echo "

"; + echo '
이벤트 관리
'; + +$himg = G4_DATA_PATH.'/event/'.$ev_id.'_h'; +if (file_exists($himg)) + echo '
'; // 상단 HTML -echo stripslashes($ev['ev_head_html']); +echo '
'.stripslashes($ev['ev_head_html']).'
'; ?> - - - - -
- -
- -
-
-

'.stripslashes($ev['ev_tail_html']).''; -$timg = G4_DATA_PATH."/event/{$ev_id}_t"; +$timg = G4_DATA_PATH.'/event/'.$ev_id.'_t'; if (file_exists($timg)) - echo "

"; + echo '
'; include_once('./_tail.php'); ?> diff --git a/shop/item.php b/shop/item.php index 042a64383..e1d66026d 100644 --- a/shop/item.php +++ b/shop/item.php @@ -493,7 +493,7 @@ else if ($num) include G4_SHOP_PATH.'/maintype10.inc.php'; else - echo '이 상품과 관련된 상품이 없습니다.'; + echo '

이 상품과 관련된 상품이 없습니다.

'; ?> diff --git a/shop/itemrecommend.php b/shop/itemrecommend.php index 467b48349..73f96f54a 100644 --- a/shop/itemrecommend.php +++ b/shop/itemrecommend.php @@ -14,90 +14,52 @@ if (!$it['it_name']) alert_close("등록된 상품이 아닙니다."); $g4['title'] = $it['it_name'].' - 추천하기'; +define('_SHOP_', true); include_once(G4_PATH.'/head.sub.php'); ?> - - - - -
- - - - - - -
+
+

+
+
+ + + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - -
- - - - - - - - -
  추천하실 분 E-mail
-
- - - - - - - - - - - -
  제목
  내용
-   - -
-
+
+ + 창닫기 +
+ +
-