공통: #334 마크업 체크 및 tbl_head02 추가 등 작업
This commit is contained in:
@ -20,16 +20,16 @@ $result = sql_query($sql);
|
||||
<div id="coupon" class="new_win">
|
||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||
|
||||
<div class="tbl_wrap tbl_head01">
|
||||
<div class="tbl_wrap tbl_head02">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">쿠폰명</th>
|
||||
<th scope="col">사용기한</th>
|
||||
<th scope="col" id="th_cname">쿠폰명</th>
|
||||
<th scope="col" id="th_cperiod">사용기한</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">적용대상</th>
|
||||
<th scope="col">할인금액</th>
|
||||
<th scope="col" id="th_ctarget">적용대상</th>
|
||||
<th scope="col" id="th_cdc">할인금액</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -61,12 +61,12 @@ $result = sql_query($sql);
|
||||
$cp_count++;
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $row['cp_subject']; ?></td>
|
||||
<td class="td_datetime"><?php echo substr($row['cp_start'], 2, 8); ?> ~ <?php echo substr($row['cp_end'], 2, 8); ?></td>
|
||||
<td headers="th_cname"><?php echo $row['cp_subject']; ?></td>
|
||||
<td headers="th_cperiod" class="td_datetime"><?php echo substr($row['cp_start'], 2, 8); ?> ~ <?php echo substr($row['cp_end'], 2, 8); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $cp_target; ?></td>
|
||||
<td class="td_numbig"><?php echo $cp_price; ?></td>
|
||||
<td headers="th_ctarget"><?php echo $cp_target; ?></td>
|
||||
<td headers="th_cdc" class="td_numbig"><?php echo $cp_price; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@ include_once(G5_MSHOP_PATH.'/shop.head.php');
|
||||
$list->set_view('sns', true);
|
||||
echo $list->run();
|
||||
?>
|
||||
<div><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=1">더 보기</a></div>
|
||||
<div class="sct_more"><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=1">더 보기</a></div>
|
||||
</section>
|
||||
|
||||
<section class="sct_wrap">
|
||||
@ -49,7 +49,7 @@ include_once(G5_MSHOP_PATH.'/shop.head.php');
|
||||
$list->set_view('sns', true);
|
||||
echo $list->run();
|
||||
?>
|
||||
<div><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=2">더 보기</a></div>
|
||||
<div class="sct_more"><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=2">더 보기</a></div>
|
||||
</section>
|
||||
|
||||
<section class="sct_wrap">
|
||||
@ -69,7 +69,7 @@ include_once(G5_MSHOP_PATH.'/shop.head.php');
|
||||
$list->set_view('sns', true);
|
||||
echo $list->run();
|
||||
?>
|
||||
<div><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=3">더 보기</a></div>
|
||||
<div class="sct_more"><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=3">더 보기</a></div>
|
||||
</section>
|
||||
|
||||
<section class="sct_wrap">
|
||||
@ -89,7 +89,7 @@ include_once(G5_MSHOP_PATH.'/shop.head.php');
|
||||
$list->set_view('sns', true);
|
||||
echo $list->run();
|
||||
?>
|
||||
<div><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=4">더 보기</a></div>
|
||||
<div class="sct_more"><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=4">더 보기</a></div>
|
||||
</section>
|
||||
|
||||
<section class="sct_wrap">
|
||||
@ -109,7 +109,7 @@ include_once(G5_MSHOP_PATH.'/shop.head.php');
|
||||
$list->set_view('sns', true);
|
||||
echo $list->run();
|
||||
?>
|
||||
<div><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=5">더 보기</a></div>
|
||||
<div class="sct_more"><a href="<?php echo G5_SHOP_URL; ?>/listtype.php?type=5">더 보기</a></div>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
|
||||
@ -59,7 +59,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
||||
<section id="smb_my_wish">
|
||||
<h2><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php">최근 위시리스트</a></h2>
|
||||
|
||||
<div class="tbl_wrap tbl_head01">
|
||||
<div class="tbl_wrap tbl_head02">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -6,7 +6,7 @@ if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
||||
|
||||
<div class="tbl_head01 tbl_wrap">
|
||||
<div class="tbl_head02 tbl_wrap">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -4,7 +4,7 @@ include_once('./_common.php');
|
||||
if (!$is_member)
|
||||
goto_url(G5_BBS_URL."/login.php?url=".urlencode(G5_SHOP_URL.'/mypage.php'));
|
||||
|
||||
$g5['title'] = "보관함";
|
||||
$g5['title'] = "위시리스트";
|
||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||
?>
|
||||
|
||||
@ -77,7 +77,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
||||
}
|
||||
|
||||
if ($i == 0)
|
||||
echo '<tr><td colspan="5" class="empty_table">보관함이 비었습니다.</td></tr>';
|
||||
echo '<tr><td colspan="5" class="empty_table">위시리스트가 비었습니다.</td></tr>';
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -14,6 +14,9 @@
|
||||
.sct_li {position:relative}
|
||||
.sct_noitem {padding:100px 0;text-align:center}
|
||||
|
||||
.sct_more {margin:30px 0 0}
|
||||
.sct_more a {display:block;padding:10px 0;background:#383838;color:#fff;font-weight:bold;text-align:center}
|
||||
|
||||
/* 상품 목록 스킨 10 */
|
||||
.sct_10 .sct_li {float:left;padding:0 25px 15px 0;}
|
||||
.sct_10 .sct_last {margin:0 0 15px !important}
|
||||
|
||||
Reference in New Issue
Block a user