|
|
@@ -517,7 +517,7 @@
|
|
|
</div>
|
|
|
<div class="category" id="size" th:if="${reviewOptionList != null and !reviewOptionList.empty}">
|
|
|
<ul class="n2">
|
|
|
- <li class="active"><a href="javascript:void(0)" data="평점 전체" onclick="fnReviewSearch('O','');">전체</a></li>
|
|
|
+ <li class="active"><a href="javascript:void(0)" data="사이즈 전체" onclick="fnReviewSearch('O','');">전체</a></li>
|
|
|
<li th:each="reviewOption, status : ${reviewOptionList}">
|
|
|
<a href="javascript:void(0)" th:attr="data=${reviewOption.optCd}" th:onclick="fnReviewSearch('O',[[${reviewOption.optCd}]]);"><th:block th:text="${reviewOption.optCd}"></th:block></a>
|
|
|
<input type="hidden" name="selOption" th:value="${reviewOption.optCd}"/>
|
|
|
@@ -526,7 +526,7 @@
|
|
|
</div>
|
|
|
<div class="category" id="height" th:if="${reviewHeightList != null and !reviewHeightList.empty}">
|
|
|
<ul class="n2">
|
|
|
- <li class="active"><a href="javascript:void(0)" data="평점 전체" onclick="fnReviewSearch('H','');">전체</a></li>
|
|
|
+ <li class="active"><a href="javascript:void(0)" data="키 전체" onclick="fnReviewSearch('H','');">전체</a></li>
|
|
|
<li th:each="reviewHeight, status : ${reviewHeightList}">
|
|
|
<a href="javascript:void(0)" th:attr="data=${reviewHeight.cdNm}" th:onclick="fnReviewSearch('H',[[${reviewHeight.cd}]]);"><th:block th:text="${reviewHeight.cdNm}"></th:block></a>
|
|
|
<input type="hidden" name="selHeight" th:value="${reviewHeight.cd}"/>
|
|
|
@@ -535,7 +535,7 @@
|
|
|
</div>
|
|
|
<div class="category" id="weight" th:if="${reviewWeightList != null and !reviewWeightList.empty}">
|
|
|
<ul class="n2">
|
|
|
- <li class="active"><a href="javascript:void(0)" data="평점 전체" onclick="fnReviewSearch('W','');">전체</a></li>
|
|
|
+ <li class="active"><a href="javascript:void(0)" data="몸무게 전체" onclick="fnReviewSearch('W','');">전체</a></li>
|
|
|
<li th:each="reviewWeight, status : ${reviewWeightList}">
|
|
|
<a href="javascript:void(0)" th:attr="data=${reviewWeight.cdNm}" th:onclick="fnReviewSearch('W',[[${reviewWeight.cd}]]);"><th:block th:text="${reviewWeight.cdNm}"></th:block></a>
|
|
|
<input type="hidden" name="selWeight" th:value="${reviewWeight.cd}"/>
|