jun820624 4 سال پیش
والد
کامیت
54cb022867
1فایلهای تغییر یافته به همراه10 افزوده شده و 23 حذف شده
  1. 10 23
      src/main/webapp/WEB-INF/views/web/display/MallMainFormWeb.html

+ 10 - 23
src/main/webapp/WEB-INF/views/web/display/MallMainFormWeb.html

@@ -23,7 +23,6 @@
 
 	<div class="wrap ">
 		<th:block th:if="${mainLayoutList}" th:each="mainLayoutData, mainStat : ${mainLayoutList}" th:with="contentsLoc=${#strings.replace(mainLayoutData.contentsLoc,'SMM','')}">
-<!--			<th:block th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">-->
 				<th:block th:if="${contentsLoc=='001'}">
 					<!-- 1. 비주얼 슬라이드 -->
 					<div class="content wide main_visual" th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">
@@ -74,9 +73,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 2. 스타일리포트 -->
 				<th:block th:if="${contentsLoc=='002'}">
+					<!-- 2. 스타일리포트 -->
 					<div class="content main_stylereport" th:if="${mainLayoutData.ContentsList != null and !mainLayoutData.ContentsList.empty}">
 						<th:block th:if="${mainLayoutData.contentsTitle != null and !mainLayoutData.contentsTitle.empty}">
 						<div class="cont_head">
@@ -105,9 +103,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 3. 트렌디한 신상아이템 -->
 				<th:block th:if="${contentsLoc=='003'}">
+					<!-- 3. 트렌디한 신상아이템 -->
 					<div class="content main_trendy" th:if="${mainLayoutData.goodsList != null}">
 						<div class="cont_head">
 							<p class="displayH t_c" th:text="${mainLayoutData.contentsTitle}"></p>
@@ -149,9 +146,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 4. 잇 아이템 -->
 				<th:block th:if="${contentsLoc=='004'}">
+					<!-- 4. 잇 아이템 -->
 					<div class="content main_it" th:if="${mainLayoutData.BestItemList != null}">
 						<div class="cont_head">
 							<p class="displayH" id="id004">
@@ -217,9 +213,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 5. 프로모션배너 -->
 				<th:block th:if="${contentsLoc=='005'}">
+					<!-- 5. 프로모션배너 -->
 					<div class="content main_2stage" th:if="${mainLayoutData.ContentsList != null}">
 						<div class="cont_head dpnone">
 							<p class="t_c">프로모션배너</p>
@@ -251,9 +246,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 6. 타임딜 : 슬라이드 -->
 				<th:block th:if="${contentsLoc=='006'}">
+					<!-- 6. 타임딜 : 슬라이드 -->
 					<th:block th:each="socialData, socialStat : ${mainLayoutData.socialInfo}">
 					<div class="content wide main_deal" th:if="${socialData.socialGoodsList != null and !socialData.socialGoodsList.empty}">
 						<div class="cont_head">
@@ -322,9 +316,8 @@
 					</div>
 					</th:block>
 				</th:block>
-
-				<!-- 7. 브랜드픽 -->
 				<th:block th:if="${contentsLoc=='007'}">
+					<!-- 7. 브랜드픽 -->
 					<div class="content main_pick">
 						<div class="cont_head">
 							<p class="displayH t_c" th:text="${mainLayoutData.contentsTitle}">브랜드 PICK1</p>
@@ -401,10 +394,9 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 8. 가로 긴 배너 슬라이드 -->
-				<!-- bnn_1stage -->
 				<th:block th:if="${contentsLoc=='008'}">
+					<!-- 8. 가로 긴 배너 슬라이드 -->
+					<!-- bnn_1stage -->
 					<div class="content wide main_1stage">
 						<div class="cont_head dpnone">
 							<p class="t_c">배너 슬라이드</p>
@@ -440,9 +432,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 9. MD추천 스타일 -->
 				<th:block th:if="${contentsLoc=='009'}">
+					<!-- 9. MD추천 스타일 -->
 					<div class="content main_recomm" >
 						<div class="cont_head">
 							<p class="displayH t_c" th:text="${mainLayoutData.contentsTitle}"></p>
@@ -503,9 +494,8 @@
 						</div>
 					</div>
 				</th:block>
-
-				<!-- 11. TV 슬라이드 -->
 				<th:block th:if="${contentsLoc=='011'}">
+					<!-- 11. TV 슬라이드 -->
 					<div class="content wide main_tv" th:if="${mainLayoutData.ContentsList != null}">
 						<div class="cont_head">
 							<p class="displayH t_c" th:text="${mainLayoutData.contentsTitle}"></p>
@@ -532,9 +522,6 @@
 					</div>
 				</th:block>
 			</th:block>
-<!--		</th:block>-->
-
-
 	<!-- End Of Main Contents -->
 	</div>
 </div>