쇼핑몰: 표준화 및 스타일 작업 시작
@ -2,7 +2,7 @@
|
||||
|
||||
/* 초기화 */
|
||||
html {overflow-y:scroll}
|
||||
body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"}
|
||||
body {margin:0;padding:0;background:#fff;font-size:0.75em;font-family:"dotum"}
|
||||
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
|
||||
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"}
|
||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
||||
|
||||
BIN
img/shop/gnb_bg.gif
Normal file
|
After Width: | Height: | Size: 410 B |
BIN
img/shop/icon_best.gif
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
img/shop/icon_discount.gif
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
img/shop/icon_hit.gif
Normal file
|
After Width: | Height: | Size: 129 B |
BIN
img/shop/icon_new.gif
Normal file
|
After Width: | Height: | Size: 140 B |
BIN
img/shop/icon_soldout.gif
Normal file
|
After Width: | Height: | Size: 162 B |
BIN
img/shop/logo.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
img/shop/pointnb_cart.gif
Normal file
|
After Width: | Height: | Size: 695 B |
BIN
img/shop/pointnb_deli.gif
Normal file
|
After Width: | Height: | Size: 256 B |
BIN
img/shop/pointnb_help.gif
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
img/shop/pointnb_wish.gif
Normal file
|
After Width: | Height: | Size: 210 B |
BIN
img/shop/sns_fb.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
img/shop/sns_goo.png
Normal file
|
After Width: | Height: | Size: 715 B |
BIN
img/shop/sns_twt.png
Normal file
|
After Width: | Height: | Size: 554 B |
@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<table bgcolor=#FFFFFF width=100% cellpadding=0 cellspacing=0>
|
||||
<tr><td align=center valign=top height=50><img src='<?=G4_SHOP_URL?>/img/bar_event.gif'></td></tr>
|
||||
<?
|
||||
$hsql = " select ev_id, ev_subject from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
|
||||
$hsql = " select ev_id, ev_subject, ev_subject_strong from {$g4['shop_event_table']} where ev_use = '1' order by ev_id desc ";
|
||||
$hresult = sql_query($hsql);
|
||||
for ($i=0; $row=sql_fetch_array($hresult); $i++)
|
||||
{
|
||||
|
||||
@ -61,7 +61,7 @@ $sql = " select ca_include_head, ca_include_tail
|
||||
where ca_id = '{$it['ca_id']}' ";
|
||||
$ca = sql_fetch($sql);
|
||||
|
||||
$g4['title'] = "상품 상세보기 : {$it['ca_name']} - {$it['it_name']} ";
|
||||
$g4['title'] = $it['it_name'].' 상세보기 > '.$it['ca_name'];
|
||||
|
||||
// 분류 상단 코드가 있으면 출력하고 없으면 기본 상단 코드 출력
|
||||
if ($ca['ca_include_head'])
|
||||
|
||||
@ -19,11 +19,12 @@ $table_width = 900;
|
||||
//$dir = dirname($HTTP_SERVER_VARS["PHP_SELF"]);
|
||||
?>
|
||||
|
||||
<style>
|
||||
.amount { color:#2266BB; font-weight:bold; font-family:Verdana; }
|
||||
.c1 { background-color:#94D7E7; }
|
||||
.c2 { background-color:#E7F3F7; }
|
||||
</style>
|
||||
<header id="shd">
|
||||
<h1><?php echo $config['cf_title'] ?></h1>
|
||||
|
||||
<div id="to_content"><a href="#container">내용 바로가기</a></div>
|
||||
|
||||
</header>
|
||||
|
||||
<!-- 전체 -->
|
||||
<table align=center cellpadding=0 cellspacing=0 border=0>
|
||||
|
||||