|
|
@@ -40,7 +40,7 @@
|
|
|
<dd th:text="${ContentsData.strTitle1}"></dd>
|
|
|
<dd class="txt_xs" th:text="${ContentsData.subText1}"></dd>
|
|
|
</dl>
|
|
|
- <a th:href="${ContentsData.strVar1}"><button type="button" class="btn"><span>VIEW MORE</span></button></a>
|
|
|
+ <button type="button" class="btn" th:onclick="cfnGoToPage([[${ContentsData.strVar1}]]);"><span>VIEW MORE</span></button>
|
|
|
</div>
|
|
|
<img th:src="${@environment.getProperty('domain.image')+ContentsData.imgPath1}">
|
|
|
</th:block>
|
|
|
@@ -94,10 +94,10 @@
|
|
|
<div class="swiper-slide">
|
|
|
<div class="item_prod">
|
|
|
<div class="item_state">
|
|
|
+ <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM007', planDtlSq=''">관심상품 추가</button>
|
|
|
<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM007');">
|
|
|
<div class=" itemPic">
|
|
|
<img alt="BLUE-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}">
|
|
|
- <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM007', planDtlSq=''">관심상품 추가</button>
|
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
@@ -162,11 +162,11 @@
|
|
|
<div class="swiper-slide">
|
|
|
<div class="item_prod sUiXc">
|
|
|
<div class="item_state">
|
|
|
+ <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM008', planDtlSq=''">관심상품 추가</button>
|
|
|
<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM008');">
|
|
|
<div class="shape ranker"><span th:text="${goodsStat.index+1}"></span></div>
|
|
|
<div class="itemPic">
|
|
|
<img alt="BLACK-a" class="vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}">
|
|
|
- <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM008', planDtlSq=''">관심상품 추가</button>
|
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
@@ -238,10 +238,10 @@
|
|
|
<div class="swiper-slide">
|
|
|
<div class="item_prod sUiXc">
|
|
|
<div class="item_state">
|
|
|
+ <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM009', planDtlSq=''">관심상품 추가</button>
|
|
|
<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM009');">
|
|
|
<div class="itemPic">
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}">
|
|
|
- <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM009', planDtlSq=''">관심상품 추가</button>
|
|
|
</div>
|
|
|
<p class=" itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
@@ -338,10 +338,10 @@
|
|
|
<th:block th:each="goodsData, goodsStat : ${brandMainLayoutData.goodsList}">
|
|
|
<div class="item_prod">
|
|
|
<div class="item_state">
|
|
|
+ <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM013', planDtlSq=''">관심상품 추가</button>
|
|
|
<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM013');">
|
|
|
<div class="itemPic">
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}">
|
|
|
- <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc='SBM013', planDtlSq=''">관심상품 추가</button>
|
|
|
</div>
|
|
|
<p class=" itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|