|
@@ -43,10 +43,10 @@
|
|
|
<a th:href="${'#navLocate'+ status.count}">
|
|
<a th:href="${'#navLocate'+ status.count}">
|
|
|
<span class="thumb mov">
|
|
<span class="thumb mov">
|
|
|
<th:block th:if="${goodsVideo.videoGb == 'Y'}">
|
|
<th:block th:if="${goodsVideo.videoGb == 'Y'}">
|
|
|
- <img th:src="${'https://img.youtube.com/vi/'+goodsVideo.kmcKey+'/default.jpg'}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'">
|
|
|
|
|
|
|
+ <img th:src="${'https://img.youtube.com/vi/'+goodsVideo.kmcKey+'/default.jpg'}" alt="" >
|
|
|
</th:block>
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsVideo.videoGb == 'Y'}">
|
|
<th:block th:unless="${goodsVideo.videoGb == 'Y'}">
|
|
|
- <iframe width="100%" height="100%" th:src="${kollusMediaUrl+'/'+goodsVideo.kmcKey +'?enable_initialize_focus=false&controls_activation=none'}" frameborder="0" allowfullscreen></iframe>
|
|
|
|
|
|
|
+ <img th:src="${kollusMediaUrl+'/poster/'+goodsVideo.kmcKey}" alt="" >
|
|
|
</th:block>
|
|
</th:block>
|
|
|
</span>
|
|
</span>
|
|
|
</a>
|
|
</a>
|
|
@@ -548,7 +548,12 @@
|
|
|
<a href="javascript:void(0);" id="btn_pdBestReview_pop" th:onclick="cfGoodsReviewDetail([[${goodsInfo.goodsCd}]],'Y', '',[[${bestReview.reviewSq}]])" >
|
|
<a href="javascript:void(0);" id="btn_pdBestReview_pop" th:onclick="cfGoodsReviewDetail([[${goodsInfo.goodsCd}]],'Y', '',[[${bestReview.reviewSq}]])" >
|
|
|
<div class="pic" th:if="${bestReview.reviewAttachList != null and !bestReview.reviewAttachList.empty}">
|
|
<div class="pic" th:if="${bestReview.reviewAttachList != null and !bestReview.reviewAttachList.empty}">
|
|
|
<th:block th:each="reviewAttach, attachStatus : ${bestReview.reviewAttachList}" th:if="${attachStatus.first}">
|
|
<th:block th:each="reviewAttach, attachStatus : ${bestReview.reviewAttachList}" th:if="${attachStatus.first}">
|
|
|
- <span class="thumb" th:classAppend="${(reviewAttach.fileGb == 'M') ? 'mov' :''}" th:style="${'background-image:url('+imgUrl+ reviewAttach.sysFileNm+');'}"></span><!-- 동영상의 썸네일일 경우 mov 클래스 추가 -->
|
|
|
|
|
|
|
+ <th:block th:if="${reviewAttach.fileGb == 'M'}" >
|
|
|
|
|
+ <span class="thumb mov" th:style="${'background-image:url('+kollusMediaUrl+'/poster/'+reviewAttach.kmcKey+');'}"></span><!-- 동영상의 썸네일일 경우 mov 클래스 추가 -->
|
|
|
|
|
+ </th:block>
|
|
|
|
|
+ <th:block th:unless="${reviewAttach.fileGb == 'M'}" >
|
|
|
|
|
+ <span class="thumb" th:style="${'background-image:url('+imgUrl+ reviewAttach.sysFileNm+');'}"></span>
|
|
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="star_score" th:with="starScore=${#numbers.formatDecimal((bestReview.iscore*100/5), 0,0)}">
|
|
<div class="star_score" th:with="starScore=${#numbers.formatDecimal((bestReview.iscore*100/5), 0,0)}">
|