|
@@ -41,7 +41,7 @@
|
|
|
<div class="swiper-wrapper">
|
|
<div class="swiper-wrapper">
|
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
|
<div class="swiper-slide" th:classappend="${status.first}? 'on' : ''"
|
|
<div class="swiper-slide" th:classappend="${status.first}? 'on' : ''"
|
|
|
- th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_S1.')
|
|
|
|
|
|
|
+ th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_F1.')
|
|
|
or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
|
<a th:href="${'#navLocate'+ status.count}"><span class="thumb"><img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm+'?RS=48'}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></span></a></div>
|
|
<a th:href="${'#navLocate'+ status.count}"><span class="thumb"><img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm+'?RS=48'}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></span></a></div>
|
|
@@ -56,7 +56,7 @@
|
|
|
<ul>
|
|
<ul>
|
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
|
<li th:id="${'navLocate'+ status.count}" th:classappend="${status.first}? 'on' : ''"
|
|
<li th:id="${'navLocate'+ status.count}" th:classappend="${status.first}? 'on' : ''"
|
|
|
- th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_S1.')
|
|
|
|
|
|
|
+ th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_F1.')
|
|
|
or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
|
<a href="javascript:void(0);"><span class="thumb"><img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm+'?RS=558'}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></span></a></li>
|
|
<a href="javascript:void(0);"><span class="thumb"><img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm+'?RS=558'}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></span></a></li>
|
|
@@ -406,7 +406,10 @@
|
|
|
<a href="" id="btn_close_itemThumbPop">닫기버튼</a>
|
|
<a href="" id="btn_close_itemThumbPop">닫기버튼</a>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="full_pop_container" th:with="videoYn=${(goodsVideoList != null and !goodsVideoList.empty)? 'Y' :'N'}">
|
|
<div class="full_pop_container" th:with="videoYn=${(goodsVideoList != null and !goodsVideoList.empty)? 'Y' :'N'}">
|
|
|
- <th:block th:each="goodsImg, status : ${goodsImgList}" th:with="count=${(videoYn == 'Y')? (status.count +1): status.count }">
|
|
|
|
|
|
|
+ <th:block th:each="goodsImg, status : ${goodsImgList}" th:with="count=${(videoYn == 'Y')? (status.count +1): status.count }"
|
|
|
|
|
+ th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_F1.')
|
|
|
|
|
+ or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
|
|
|
+ or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
|
<div th:id="${'popThumb1'+ count}" class="scaleview" >
|
|
<div th:id="${'popThumb1'+ count}" class="scaleview" >
|
|
|
<img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></div>
|
|
<img th:src="${imgGoodsUrl+'/'+goodsImg.sysImgNm}" alt="" th:onerror="'this.src=\''+@{${uxImgUrl}+ '/images/pc/thumb/bg_item_none.png'}+'\';'"></div>
|
|
|
</th:block>
|
|
</th:block>
|