|
|
@@ -22,7 +22,7 @@
|
|
|
<th:block th:if="${goodsNavigation.formalGb == '20'}">
|
|
|
<li><a href="javascript:void(0);" onclick="cfnGoToOutletMain('300')" >아울렛</a></li>
|
|
|
<li th:if="${goodsNavigation.cate1No}">
|
|
|
- <a href="javascript:void(0);" th:onclick="cfnGoToCategoryGoodsList('','',[[${goodsNavigation.formalGb}]],[[${goodsNavigation.cate1No}]])" th:text="${goodsNavigation.cate1Nm}">cate</a>
|
|
|
+ <a href="javascript:void(0);" th:onclick="cfnGoToGoodsList('0',[[${goodsNavigation.cateGb}]],[[${goodsNavigation.cate1No}]])" th:text="${goodsNavigation.cate1Nm}">cate</a>
|
|
|
</li>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsNavigation.formalGb == '20'}">
|
|
|
@@ -33,21 +33,21 @@
|
|
|
</th:block>
|
|
|
<li th:if="${goodsNavigation.cate2No}">
|
|
|
<th:block th:if="${goodsNavigation.cate3No}">
|
|
|
- <a href="javascript:void(0);" th:onclick="cfnGoToCategoryGoodsList('','',[[${goodsNavigation.formalGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]])"
|
|
|
+ <a href="javascript:void(0);" th:onclick="cfnGoToGoodsList('0',[[${goodsNavigation.cateGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]])"
|
|
|
th:text="${goodsNavigation.cate2Nm}">cate</a>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsNavigation.cate3No}"><strong th:text="${goodsNavigation.cate2Nm}">cate</strong></th:block>
|
|
|
</li>
|
|
|
<li th:if="${goodsNavigation.cate3No }">
|
|
|
<th:block th:if="${goodsNavigation.cate4No}">
|
|
|
- <a href="javascript:void(0);" th:onclick="cfnGoToCategoryGoodsList('','',[[${goodsNavigation.formalGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]], [[${goodsNavigation.cate3No}]])"
|
|
|
+ <a href="javascript:void(0);" th:onclick="cfnGoToGoodsList('0',[[${goodsNavigation.cateGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]], [[${goodsNavigation.cate3No}]])"
|
|
|
th:text="${goodsNavigation.cate3Nm}">cate</a>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsNavigation.cate4No}"><strong th:text="${goodsNavigation.cate3Nm}">cate</strong></th:block>
|
|
|
</li>
|
|
|
<li th:if="${goodsNavigation.cate4No }">
|
|
|
<th:block th:if="${goodsNavigation.cate5No}">
|
|
|
- <a href="javascript:void(0);" th:onclick="cfnGoToCategoryGoodsList('','',[[${goodsNavigation.formalGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]], [[${goodsNavigation.cate3No}]], [[${goodsNavigation.cate4No}]])"
|
|
|
+ <a href="javascript:void(0);" th:onclick="cfnGoToGoodsList('0',[[${goodsNavigation.cateGb}]],[[${goodsNavigation.cate1No}]], [[${goodsNavigation.cate2No}]], [[${goodsNavigation.cate3No}]], [[${goodsNavigation.cate4No}]])"
|
|
|
th:text="${goodsNavigation.cate4Nm}">cate</a>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsNavigation.cate5No}"><strong th:text="${goodsNavigation.cate4Nm}">cate</strong></th:block>
|