|
|
@@ -40,6 +40,21 @@
|
|
|
<div class="mdhtml_box bnnoti" th:if="${goodsNoticeList != null and !goodsNoticeList.empty}">
|
|
|
<th:block th:each="goodsNotice, status : ${goodsNoticeList}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsNotice.noticeContent))}"></th:block >
|
|
|
</div>
|
|
|
+ <!-- 공통상품베너 -->
|
|
|
+ <div class="mdhtml_box bnnoti" th:if="${goodsBannerList != null and !goodsBannerList.empty}">
|
|
|
+ <th:block th:each="goodsBanner, status : ${goodsBannerList}" >
|
|
|
+ <th:block th:if="${goodsBanner.strVar1 != null and not #strings.equals(goodsBanner.strVar1, '#')}">
|
|
|
+ <div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
+ <a th:href="${goodsBanner.strVar1}" target="_blank">
|
|
|
+ <img th:src="${imgUrl+goodsBanner.imgPath1}" alt="">
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsBanner.strVar1 != null and not #strings.equals(goodsBanner.strVar1, '#')}">
|
|
|
+ <div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
+ <img th:src="${imgUrl+goodsBanner.imgPath1}" alt="">
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
<div class="mdhtml_box">
|
|
|
<!-- 관리자 에디터입력 내용 공지 html -->
|
|
|
<th:block th:each="goodsVideo, status : ${goodsVideoList}">
|
|
|
@@ -54,22 +69,6 @@
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
- <!-- 공통상품베너 -->
|
|
|
- <th:block th:if="${goodsBannerList != null and !goodsBannerList.empty}">
|
|
|
- <th:block th:each="goodsBanner, status : ${goodsBannerList}" >
|
|
|
- <th:block th:if="${goodsBanner.strVar1 != null and not #strings.equals(goodsBanner.strVar1, '#')}">
|
|
|
- <div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
- <a th:href="${goodsBanner.strVar1}" target="_blank">
|
|
|
- <img th:src="${imgUrl+goodsBanner.imgPath1}" alt="">
|
|
|
- </a>
|
|
|
- </th:block>
|
|
|
- <th:block th:unless="${goodsBanner.strVar1 != null and not #strings.equals(goodsBanner.strVar1, '#')}">
|
|
|
- <div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
- <img th:src="${imgUrl+goodsBanner.imgPath1}" alt="">
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
- </th:block>
|
|
|
-
|
|
|
<!-- 관리자 에디터입력 내용 노출 상단 html -->
|
|
|
<th:block th:if="${goodsInfo.goodsTopDesc != null and !goodsInfo.goodsTopDesc.empty }" >
|
|
|
<div style="height:4rem"></div><!-- 여백용 html -->
|