|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
<body>
|
|
|
|
|
|
- <div th:replace="common::nav('','')"></div>
|
|
|
+ <div th:replace="common::nav('','trading')"></div>
|
|
|
<!-- search -->
|
|
|
<div class="container">
|
|
|
<div class="clearFix search">
|
|
|
@@ -36,12 +36,12 @@
|
|
|
placeholder="输入你感兴趣的内容"> <span class="input-group-btn">
|
|
|
<button class="btn btn-default searchBtn" type="button">
|
|
|
<img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}"
|
|
|
- alt="">
|
|
|
+ alt="">
|
|
|
</button>
|
|
|
</span>
|
|
|
<div class="txtVal"></div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="searchMain">
|
|
|
<ol>
|
|
|
@@ -132,9 +132,9 @@
|
|
|
<li th:each="recentDemandList:${recentDemandList}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${recentDemandList.id},type=${recentDemandList.dataCategory})}">
|
|
|
<div th:switch="${recentDemandList.demandType}">
|
|
|
-
|
|
|
+
|
|
|
<p>
|
|
|
-
|
|
|
+
|
|
|
<p th:text="${#strings.abbreviate(recentDemandList.name,10)}"></p>
|
|
|
<p class="colorWrite" th:text="${#strings.abbreviate(recentDemandList.problemDes,18)}"></p>
|
|
|
<p>
|
|
|
@@ -146,8 +146,8 @@
|
|
|
class="colorRed" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span class="colorBlur timeBefor"
|
|
|
th:text="${recentDemandList.releaseDate}==null?'':${#dates.format(recentDemandList.releaseDate,'yyyy-MM-dd')}"></span></p>
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
@@ -178,16 +178,16 @@
|
|
|
<div>
|
|
|
<p th:switch="${u2.demandType}">
|
|
|
<span class="talents" th:case='0' th:text="企业技术需求"></span>
|
|
|
- <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
- <span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
- <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
+ <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
+ <span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
+ <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
<span class="talents" th:case='4' th:text="地区产业需求"></span>
|
|
|
<span class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span class="name" th:text="${u2.name}"></span>
|
|
|
</p>
|
|
|
-
|
|
|
+
|
|
|
<p>
|
|
|
- <p class="problemDes" th:text="${u2.problemDes}"></p>
|
|
|
+ <p class="problemDes" th:text="${u2.problemDes}"></p>
|
|
|
<span class="colorTime" th:if="${u2.validityPeriod}==null" th:text="无期限"></span>
|
|
|
<span class="colorTime" th:if="${u2.validityPeriod}!=null" th:text="${#dates.format(u2.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
|
|
|
<span class="colorOrange" th:if="${u2.demandType}==5" th:text="${u2.fundForPersonnel}==null?'人才:面议':${'人才:¥'+u2.fundForPersonnel+'万'}"></span>
|
|
|
@@ -209,20 +209,20 @@
|
|
|
class="talents" th:case='3' th:text="研产资金需求"></span> <span
|
|
|
class="talents" th:case='4' th:text="地区产业需求"></span> <span
|
|
|
class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
- <span th:text="${u3.name}"></span>
|
|
|
+ <span th:text="${u3.name}"></span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==3 and ${u3.researchType}==null">用途:未知</span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==3 and ${u3.researchType}!=null" th:text="${u3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==5" th:text="${u3.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+u3.fundForPersonnel+'元/月'}"></span>
|
|
|
<span class="colorOrange" th:if="${u3.demandType}==3" th:text="${u3.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+u3.fundForCrowd+'万'}"></span>
|
|
|
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
</p>
|
|
|
<p class="introduceP">
|
|
|
<span th:text="${u3.problemDes}"></span>
|
|
|
<span class="colorTime" th:if="${u3.validityPeriod}!=null" th:text="${#dates.format(u3.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
|
|
|
-
|
|
|
+
|
|
|
</p>
|
|
|
</a>
|
|
|
</li>
|
|
|
@@ -251,15 +251,15 @@
|
|
|
<p>
|
|
|
<div th:switch="${h2.demandType}">
|
|
|
<span class="talents" th:case='0' th:text="企业技术需求"></span>
|
|
|
- <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
- <span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
- <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
+ <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
+ <span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
+ <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
<span class="talents" th:case='4' th:text="地区产业需求"></span>
|
|
|
<span class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
<span class="name" th:text="${h2.name}"></span>
|
|
|
</p>
|
|
|
<p>
|
|
|
- <p class="problemDes" th:text="${h2.problemDes}"></p>
|
|
|
+ <p class="problemDes" th:text="${h2.problemDes}"></p>
|
|
|
<span class="colorOrange" th:if="${h2.demandType}==5" th:text="${h2.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h2.fundForPersonnel}+'元/月'"></span>
|
|
|
<span class="colorOrange" th:if="${h2.demandType}==3" th:text="${h2.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+h2.fundForCrowd}+'万'"></span>
|
|
|
<span class="colorTime"> <img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt=""></span>
|
|
|
@@ -267,7 +267,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="talentsTxt row">
|
|
|
<ol>
|
|
|
@@ -276,12 +276,12 @@
|
|
|
<p class="introduceP">
|
|
|
<div th:switch="${h3.demandType}">
|
|
|
<span class="talents" th:case='0' th:text="企业技术需求"></span>
|
|
|
- <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
+ <span class="talents" th:case='1' th:text="技术设备需求"></span>
|
|
|
<span class="talents" th:case='2' th:text="产学研合作需求"></span>
|
|
|
- <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
+ <span class="talents" th:case='3' th:text="研产资金需求"></span>
|
|
|
<span class="talents" th:case='4' th:text="地区产业需求"></span>
|
|
|
<span class="talents" th:case='5' th:text="技术人才需求"></span>
|
|
|
- <span th:text="${h3.name}"></span>
|
|
|
+ <span th:text="${h3.name}"></span>
|
|
|
<span class="colorOrange" th:if="${h3.researchType}==null and ${h3.demandType}==3">用途:未知</span>
|
|
|
<span class="colorOrange" th:if="${h3.demandType}==3 and ${h3.researchType}!=null" th:text="${h3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
|
|
|
<span class="colorOrange" th:if="${h3.demandType}==5" th:text="${h3.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h3.fundForPersonnel+'元/月'}"></span>
|
|
|
@@ -290,7 +290,7 @@
|
|
|
</p>
|
|
|
<p class="introduceP" >
|
|
|
<span th:text="${h3.problemDes}"></span>
|
|
|
-
|
|
|
+
|
|
|
<img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt="">
|
|
|
</p>
|
|
|
</a>
|
|
|
@@ -383,7 +383,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
-
|
|
|
+
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="colSm2">
|
|
|
@@ -401,7 +401,7 @@
|
|
|
<!-- </div> -->
|
|
|
<!-- <div class="col-sm-10"> -->
|
|
|
<!-- <ol class="row"> -->
|
|
|
-
|
|
|
+
|
|
|
<!-- <li class="col-sm-3" th:each="fundDemand:${fundDemandList}"> -->
|
|
|
<!-- <a th:href="@{/portal/technologyTrading/demandDetail(id=${fundDemand.id},type=${fundDemand.dataCategory})}"> -->
|
|
|
<!-- <div class="capital-administration"> -->
|
|
|
@@ -436,7 +436,7 @@
|
|
|
</div>
|
|
|
<div class="colSm10">
|
|
|
<ol class="row">
|
|
|
-
|
|
|
+
|
|
|
<li th:each="personnelDemand:${personnelDemandList}">
|
|
|
<a th:href="@{/portal/technologyTrading/demandDetail(id=${personnelDemand.id},type=${personnelDemand.dataCategory})}">
|
|
|
<div>
|
|
|
@@ -466,4 +466,4 @@
|
|
|
<script type="text/javascript" th:src="${portalHost+'/newMenu/demand.js'}"></script>
|
|
|
</div>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|