모바일쇼핑몰: #258 상품문의 사용후기 모음 페이지 스타일

This commit is contained in:
whitedot
2013-07-19 12:05:14 +09:00
parent 48dc7506d3
commit 70ce715a4d
5 changed files with 76 additions and 37 deletions

View File

@ -61,7 +61,8 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
<form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div id="sqa_sch">
<a href="<?php echo $_SERVER['PHP_SELF']; ?>">전체보기</a>
<select name="sfl" required title="검색항목선택">
<label for="sfl" class="sound_only">검색항목</label>
<select name="sfl" required id="sfl">
<option value="">선택</option>
<option value="b.it_name" <?php echo get_selected($sfl, "b.it_name", true); ?>>상품명</option>
<option value="a.it_id" <?php echo get_selected($sfl, "a.it_id"); ?>>상품코드</option>