|
|
@@ -414,7 +414,8 @@
|
|
|
<th:block th:if="${goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 상세별도표시 -->
|
|
|
<div class="area_kcl no-mark">
|
|
|
<div>
|
|
|
- <p class="tit normal"><th:block th:if="${goodsSafeNo.certFormNm}" th:text="${goodsSafeNo.certFormNm + '/'}"></th:block> 제품 상세정보 내 별도 표기</p>
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsSafeNo.certFormNm}" th:text="${goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certTypeNm}" th:text="${' ' + goodsSafeNo.certTypeNm}"></th:block> / 제품 상세정보 내 별도 표기</p>
|
|
|
<p class="normal">제품 상세정보 내 표기되어 있습니다. 상품 정보를 확인해주세요.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -424,7 +425,8 @@
|
|
|
<div class="area_kcl">
|
|
|
<div><i class="ico ico_kcl"></i></div>
|
|
|
<div>
|
|
|
- <p class="tit normal"><th:block th:text="${goodsSafeNo.certFormNm}"></th:block> / 공급자적합성확인</p>
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsSafeNo.certFormNm}" th:text="${goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certTypeNm}" th:text="${' ' + goodsSafeNo.certTypeNm}"></th:block> / 공급자적합성확인</p>
|
|
|
<p class="normal">공급자 적합성 확인 품목으로 국가통합인증을 필함</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -434,18 +436,24 @@
|
|
|
<div><i class="ico ico_kcl"></i></div>
|
|
|
<div>
|
|
|
<th:block th:if="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <p class="tit normal" th:text="${goodsSafeNo.certDiv +' '+goodsSafeNo.certTypeNm + ' / ' + goodsSafeNo.certOrganName}">어린이제품 안전인증 / 한국건설생활시험연구원(KCL)</p>
|
|
|
+ <p class="tit normal">
|
|
|
+ <th:block th:if="${goodsSafeNo.certDiv}" th:text="${goodsSafeNo.certDiv}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certOrganName}" th:text="${' /' + goodsSafeNo.certOrganName}"></th:block>
|
|
|
+ </p>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <p class="tit normal" th:text="${goodsSafeNo.certFormNm + ' '+goodsSafeNo.certTypeNm}"></p>
|
|
|
+ <p class="tit normal" >
|
|
|
+ <th:block th:if="${goodsSafeNo.certFormNm}" th:text="${goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certTypeNm}" th:text="${' ' + goodsSafeNo.certTypeNm}"></th:block>
|
|
|
+ </p>
|
|
|
</th:block>
|
|
|
- <p class="normal" >
|
|
|
- <th:block th:if="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <span>인증번호:</span> <a class="num" th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsSafeNo.certNum})}" target="_blank" th:text="${goodsSafeNo.certNum}">CB123A123-1234</a>
|
|
|
- </th:block>
|
|
|
- <th:block th:uless="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="normal" th:if="${goodsSafeNo.certNum}">
|
|
|
+ <th:block th:if="${goodsSafeNo.certFormGb == 'G084_4' or goodsSafeNo.certFormGb == 'G084_5' }">
|
|
|
<span>인증번호:</span> <th:block th:text="${goodsSafeNo.certNum}">CB123A123-1234</th:block>
|
|
|
</th:block>
|
|
|
+ <th:block th:unless="${goodsSafeNo.certFormGb == 'G084_4' or goodsSafeNo.certFormGb == 'G084_5' }">
|
|
|
+ <span>인증번호:</span> <a class="num" th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsSafeNo.certNum})}" target="_blank" th:text="${goodsSafeNo.certNum}">CB123A123-1234</a>
|
|
|
+ </th:block>
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -462,7 +470,8 @@
|
|
|
<th:block th:if="${goodsCompose.goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 상세별도표시 -->
|
|
|
<div class="area_kcl no-mark">
|
|
|
<div>
|
|
|
- <p class="tit normal"><th:block th:if="${goodsCompose.goodsSafeNo.certFormNm}" th:text="${goodsCompose.goodsSafeNo.certFormNm + '/'}"></th:block> 제품 상세정보 내 별도 표기</p>
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsCompose.goodsSafeNo.certFormNm}" th:text="${goodsCompose.goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certTypeNm}" th:text="${' ' + goodsCompose.goodsSafeNo.certTypeNm}"></th:block> / 제품 상세정보 내 별도 표기</p>
|
|
|
<p class="normal">제품 상세정보 내 표기되어 있습니다. 상품 정보를 확인해주세요.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -472,7 +481,8 @@
|
|
|
<div class="area_kcl">
|
|
|
<div><i class="ico ico_kcl"></i></div>
|
|
|
<div>
|
|
|
- <p class="tit normal"><th:block th:text="${goodsCompose.goodsSafeNo.certFormNm}"></th:block> / 공급자적합성확인</p>
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsCompose.goodsSafeNo.certFormNm}" th:text="${goodsCompose.goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certTypeNm}" th:text="${' ' + goodsCompose.goodsSafeNo.certTypeNm}"></th:block> / 공급자적합성확인</p>
|
|
|
<p class="normal">공급자 적합성 확인 품목으로 국가통합인증을 필함</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -482,18 +492,25 @@
|
|
|
<div><i class="ico ico_kcl"></i></div>
|
|
|
<div>
|
|
|
<th:block th:if="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <p class="tit normal" th:text="${goodsCompose.goodsSafeNo.certDiv +' '+goodsCompose.goodsSafeNo.certTypeNm + ' / ' + goodsCompose.goodsSafeNo.certOrganName}">어린이제품 안전인증 / 한국건설생활시험연구원(KCL)</p>
|
|
|
+ <p class="tit normal" >
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certDiv}" th:text="${goodsCompose.goodsSafeNo.certDiv}"></th:block>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certOrganName}" th:text="${' /' + goodsCompose.goodsSafeNo.certOrganName}"></th:block>
|
|
|
+ </p>
|
|
|
</th:block>
|
|
|
<th:block th:unless="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <p class="tit normal" th:text="${goodsCompose.goodsSafeNo.certFormNm + ' '+goodsCompose.goodsSafeNo.certTypeNm}"></p>
|
|
|
+ <p class="tit normal">
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certFormNm}" th:text="${goodsCompose.goodsSafeNo.certFormNm}"></th:block>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certTypeNm}" th:text="${' ' + goodsCompose.goodsSafeNo.certTypeNm}"></th:block>
|
|
|
+ </p>
|
|
|
</th:block>
|
|
|
- <p class="normal" >
|
|
|
- <th:block th:if="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
- <span>인증번호:</span> <a class="num" th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsCompose.goodsSafeNo.certNum})}" target="_blank" th:text="${goodsSafeNo.certNum}">CB123A123-1234</a>
|
|
|
- </th:block>
|
|
|
- <th:block th:uless="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="normal" th:if="${goodsCompose.goodsSafeNo.certNum}">
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certFormGb == 'G084_4' or goodsCompose.goodsSafeNo.certFormGb == 'G084_5' }">
|
|
|
<span>인증번호:</span> <th:block th:text="${goodsCompose.goodsSafeNo.certNum}">CB123A123-1234</th:block>
|
|
|
</th:block>
|
|
|
+ <th:block th:unless="${goodsCompose.goodsSafeNo.certFormGb == 'G084_4' or goodsCompose.goodsSafeNo.certFormGb == 'G084_5' }">
|
|
|
+ <span>인증번호:</span> <a class="num" th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsCompose.goodsSafeNo.certNum})}"
|
|
|
+ target="_blank" th:text="${goodsCompose.goodsSafeNo.certNum}">CB123A123-1234</a>
|
|
|
+ </th:block>
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|