|
|
@@ -73,8 +73,10 @@
|
|
|
<div class="cont_body clear">
|
|
|
<div class="brand_tit">
|
|
|
<p th:text="${contentsTitle}"></p>
|
|
|
- <a th:if="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_self">브랜드 사이트</a>
|
|
|
- <a th:unless="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_blank">브랜드 사이트</a>
|
|
|
+ <th:block th:if="${ContentsData.strVar1!=null && ContentsData.strVar1!='' && ContentsData.strVar1!='#' }">
|
|
|
+ <a th:if="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_self">브랜드 사이트</a>
|
|
|
+ <a th:unless="${ContentsData.contentsType=='SELF'}" th:href="${ContentsData.strVar1}" target="_blank">브랜드 사이트</a>
|
|
|
+ </th:block>
|
|
|
</div>
|
|
|
<div class="brand_desc" id="brandDesc">
|
|
|
<p class="cate">
|
|
|
@@ -148,7 +150,7 @@
|
|
|
<input type="hidden" name="bannerDesc" th:value="${ContentsData.strTitle1}">
|
|
|
</p>
|
|
|
<!--<p>아우터 + 이너 단독세일</p>-->
|
|
|
- <button type="button" class="btn">VIEW MORE</button>
|
|
|
+<!-- <button type="button" class="btn">VIEW MORE</button>-->
|
|
|
</div>
|
|
|
<img alt="BLUE-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('domain.image')+ContentsData.imgPath1}">
|
|
|
</div>
|
|
|
@@ -257,6 +259,7 @@
|
|
|
<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=${contentsLoc}, planDtlSq=''">관심상품 추가</button>
|
|
|
<a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SBM009');">
|
|
|
<div class="itemPic">
|
|
|
<th:block th:each="option,idx:${goodsData.videos}" th:with="videoArr=${#strings.arraySplit(idx.current,':')}">
|
|
|
@@ -264,7 +267,6 @@
|
|
|
<iframe th:unless="${videoArr[0]=='Y'}" id="pdThumbVideo" class="pd_mov" th:src="${kollusMediaUrl+'/'+videoArr[1]+'?enable_initialize_focus=false&autoplay&mute&controls_activation=none'}" allow="fullscreen" allowFullScreen></iframe>
|
|
|
</th:block>
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}" onerror="noneImg(this)">
|
|
|
- <button type="button" class="itemLike" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, ithrCd='', contentsLoc=${contentsLoc}, planDtlSq=''">관심상품 추가</button>
|
|
|
</div>
|
|
|
<p class=" itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|