쇼핑몰: #275 상품리스트 보기 유형 변경 마크업 및 스타일

This commit is contained in:
whitedot
2013-08-08 17:48:08 +09:00
parent 652e5e7abb
commit 79bcde3357
4 changed files with 24 additions and 6 deletions

View File

@ -2,5 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<button type="button" class="sct_lst_view sct_lst_list">리스트뷰</button>
<button type="button" class="sct_lst_view sct_lst_gallery">갤러리뷰</button>
<div id="sct_lst">
<button type="button" class="sct_lst_view sct_lst_list"><span></span>리스트뷰</button>
<button type="button" class="sct_lst_view sct_lst_gallery"><span></span>갤러리뷰</button>
</div>