|
|
@@ -17,8 +17,7 @@
|
|
|
<th:block th:fragment="nav(mainM,subM)">
|
|
|
<div class="container">
|
|
|
<div class="logo">
|
|
|
- <a th:href="${basePath + '/portal/index.html'}"> <img
|
|
|
- th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘" />
|
|
|
+ <a th:href="${basePath + '/portal/index.html'}"> <img th:src="${portalHost+'/img/Logo111.png'}" alt="" title="技淘" />
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="logo_right"></div>
|
|
|
@@ -28,27 +27,21 @@
|
|
|
th:href="${basePath + '/portal/service/serviceIndex.html'}">科技服务</a>
|
|
|
<img th:src="${portalHost+'/img/hot.png'}" />
|
|
|
<ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/service/highTechCognizance.html'}">高企认定</a>
|
|
|
</li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/service/propertyRight.html'}">知识产权</a>
|
|
|
</li>
|
|
|
</ol></li>
|
|
|
<li th:classappend="${mainM=='technologyTrading'}? 'active'">
|
|
|
<a th:href="${basePath + '/portal/technologyTrading/index.html'}">技术交易</a>
|
|
|
<ol class="subnavigation">
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利产品</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">专利产品</a>
|
|
|
</li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/technologyTrading/achievement.html'}">技术成果</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">技术成果</a>
|
|
|
</li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/technologyTrading/demand.html'}">技术需求</a>
|
|
|
</li>
|
|
|
- <li><a
|
|
|
- th:href="${basePath + '/portal/technologyTrading/assessMent.html'}">技术评估</a>
|
|
|
+ <li><a th:href="${basePath + '/portal/technologyTrading/assessMent.html'}">技术评估</a>
|
|
|
</li>
|
|
|
</ol>
|
|
|
</li>
|