#325 선호도->평점 ... 10점->5점 ... 검색에 평점 높은순 정렬 추가

This commit is contained in:
gnuboard
2013-11-14 11:28:32 +09:00
parent daf1606cee
commit ecaf18964d
12 changed files with 86 additions and 45 deletions

View File

@ -52,8 +52,8 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
<td><?php echo $name; ?></td>
</tr>
<tr>
<th scope="row">점</th>
<td><?php echo stripslashes($is['is_score']); ?> 점</td>
<th scope="row">점</th>
<td><img src="<?php echo G5_URL; ?>/shop/img/s_star<?php echo $is['is_score']; ?>.png"> (<?php echo $is['is_score']; ?>점)</td>
</tr>
<tr>
<th scope="row"><label for="is_subject">제목</label></th>