사용자: 포인트내역 th, 스크랩 내역 마크업

This commit is contained in:
whitedot
2012-12-12 13:01:53 +09:00
parent 916d98c2d2
commit 73c65bff2a
2 changed files with 34 additions and 62 deletions

View File

@ -28,10 +28,10 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
<caption>포인트내역 목록</caption>
<thead>
<tr>
<td>일시</td>
<td>내용</td>
<td>지급포인트</td>
<td>사용포인트</td>
<th scope="col">일시</th>
<th scope="col">내용</th>
<th scope="col">지급포인트</th>
<th scope="col">사용포인트</th>
</tr>
</thead>
<tfoot>