쇼핑몰: #220 주문 쿠폰 기능 마크업 1차 완료

This commit is contained in:
whitedot
2013-06-12 16:58:49 +09:00
parent 3480057487
commit e40bf25779
4 changed files with 82 additions and 68 deletions

View File

@ -44,8 +44,6 @@ $count = mysql_num_rows($result);
<?php if($count > 0) { ?>
<table class="basic_tbl">
<caption>쿠폰 선택</caption>
<colgroup>
</colgroup>
<thead>
<tr>
<th scope="col">쿠폰명</th>
@ -71,7 +69,7 @@ $count = mysql_num_rows($result);
<input type="hidden" name="f_cp_id[]" value="<?php echo $row['cp_id']; ?>">
<input type="hidden" name="f_cp_amt[]" value="<?php echo $dc; ?>">
<input type="hidden" name="f_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
<span><?php echo get_text($row['cp_subject']); ?></span>
<?php echo get_text($row['cp_subject']); ?>
</td>
<td class="td_bignum"><?php echo number_format($dc); ?></td>
<td class="td_smallmng"><button type="button" class="cp_apply btn_frmline">적용</button></td>
@ -83,7 +81,7 @@ $count = mysql_num_rows($result);
</table>
<?php
} else {
echo '사용할 수 있는 쿠폰이 없습니다.';
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
}
?>
<div class="btn_confirm">