쇼핑몰관리자: 분류관리 분류명 입력 스타일 수정 및 table -> ul 변경 작업 중

This commit is contained in:
whitedot
2013-12-02 15:14:19 +09:00
parent 4c14444ff1
commit 3e19226de2
13 changed files with 240 additions and 216 deletions

View File

@ -94,7 +94,7 @@ $sql = " select it_id, it_name from {$g5['g5_shop_item_table']} where it_id > '$
$row = sql_fetch($sql);
if ($row['it_id']) {
$prev_title = '이전상품<span class="sound_only"> '.$row['it_name'].'</span>';
$prev_href = '<a href="./item.php?it_id='.$row['it_id'].'" class="btn01">';
$prev_href = '<a href="./item.php?it_id='.$row['it_id'].'" id="siblings_prev">';
$prev_href2 = '</a>'.PHP_EOL;
} else {
$prev_title = '';
@ -107,7 +107,7 @@ $sql = " select it_id, it_name from {$g5['g5_shop_item_table']} where it_id < '$
$row = sql_fetch($sql);
if ($row['it_id']) {
$next_title = '다음 상품<span class="sound_only"> '.$row['it_name'].'</span>';
$next_href = '<a href="./item.php?it_id='.$row['it_id'].'" class="btn01">';
$next_href = '<a href="./item.php?it_id='.$row['it_id'].'" id="siblings_next">';
$next_href2 = '</a>'.PHP_EOL;
} else {
$next_title = '';

View File

@ -21,7 +21,7 @@ $count = mysql_num_rows($result);
<!-- 쿠폰 선택 시작 { -->
<div id="od_coupon_frm">
<?php if($count > 0) { ?>
<div class="tbl_head01 tbl_wrap">
<div class="tbl_head02 tbl_wrap">
<table>
<caption>쿠폰 선택</caption>
<thead>

View File

@ -42,7 +42,7 @@ $count = mysql_num_rows($result);
<!-- 쿠폰 선택 시작 { -->
<div id="it_coupon_frm">
<?php if($count > 0) { ?>
<div class="tbl_head01 tbl_wrap">
<div class="tbl_head02 tbl_wrap">
<table>
<caption>쿠폰 선택</caption>
<thead>

View File

@ -22,7 +22,7 @@ $count = mysql_num_rows($result);
<!-- 쿠폰선택 시작 { -->
<div id="sc_coupon_frm">
<?php if($count > 0) { ?>
<div class="tbl_head01 tbl_wrap">
<div class="tbl_head02 tbl_wrap">
<table>
<caption>쿠폰 선택</caption>
<thead>