|
|
@@ -133,38 +133,7 @@
|
|
|
<img th:src="${portalHost+'/img/indedImg/inded25.jpg'}" alt="" th:if="${pcStatus.index}==5"/>
|
|
|
<h4 th:text="${p0.topLevel}"> 发明专利</h4>
|
|
|
</a>
|
|
|
-
|
|
|
</div>
|
|
|
- <!-- <div th:each="p1,pcStatus:${patentCategory}" th:if="${pcStatus.index}==1">
|
|
|
- <a th:href="'/portal/service/patentList?topId='+${p1.topLevelId}">
|
|
|
- <img th:src="${portalHost+'/img/indedImg/inded21.jpg'}" alt="" />
|
|
|
- <h4 th:text="${p1.topLevel}">实用新型</h4>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div th:each="p2,pcStatus:${patentCategory}" th:if="${pcStatus.index}==2">
|
|
|
- <a th:href="'/portal/service/patentList?topId='+${p2.topLevelId}">
|
|
|
- <img th:src="${portalHost+'/img/indedImg/inded22.jpg'}" alt="" />
|
|
|
- <h4 th:text="${p2.topLevel}">外观专利</h4>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div th:each="p3,pcStatus:${patentCategory}" th:if="${pcStatus.index}==3">
|
|
|
- <a th:href="'/portal/service/patentList?topId='+${p3.topLevelId}">
|
|
|
- <img th:src="${portalHost+'/img/indedImg/inded23.jpg'}" alt="" />
|
|
|
- <h4 th:text="${p3.topLevel}">PCT专利</h4>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div th:each="p4,pcStatus:${patentCategory}" th:if="${pcStatus.index}==4">
|
|
|
- <a th:href="'/portal/service/patentList?topId='+${p4.topLevelId}">
|
|
|
- <img th:src="${portalHost+'/img/indedImg/inded24.jpg'}" alt="" />
|
|
|
- <h4 th:text="${p4.topLevel}">商标注册</h4>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div th:each="p5,pcStatus:${patentCategory}" th:if="${pcStatus.index}==5">
|
|
|
- <a th:href="'/portal/service/patentList?topId='+${p5.topLevelId}">
|
|
|
- <img th:src="${portalHost+'/img/indedImg/inded25.jpg'}" alt="" />
|
|
|
- <h4 th:text="${p5.topLevel}">软著申请</h4>
|
|
|
- </a>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
|