|
|
@@ -3,32 +3,29 @@
|
|
|
xmlns:th="http://www.thymeleaf.org"
|
|
|
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
|
|
|
-<head th:replace="common::header(~{::title},~{::link})">
|
|
|
-<title>科技需求详情--我的技术和科技服务交易平台</title>
|
|
|
+<head >
|
|
|
+<title >科技需求详情--我的技术和科技服务交易平台</title>
|
|
|
<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
|
|
|
<link th:href="${portalHost + '/technologyTrading/demandDetail.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<header>
|
|
|
- <div th:replace="common::nav('technologyTrading','demand')"></div>
|
|
|
+ <div th:replace="common::nav('','')"></div>
|
|
|
</header>
|
|
|
<div id="all_achievement">
|
|
|
<div class="detail">
|
|
|
<div class="detail_top">
|
|
|
- <!-- <div class="detail_topimg">
|
|
|
- <a href="#"> <img th:src="${portalHost + '/img/detail_facebook.jpg'}" alt="" /></a>
|
|
|
- <a href="#"> <img th:src="${portalHost + '/img/detail_weixin.jpg'}" alt="" /></a>
|
|
|
- <a href="#"> <img th:src="${portalHost + '/img/detail_weibo.jpg'}" alt="" /></a>
|
|
|
- </div> -->
|
|
|
<div class="detail_toptitle" th:each="demand:${demand}">
|
|
|
- <a href="/portal/technologyTrading/index.html">技术交易 ></a> <a href="/portal/technologyTrading/demand.html">技术需求 ></a> <a href="#"class="a_detail" th:text="${demand.name}">关于超细颗粒金属碳化物的制造技术</a>
|
|
|
+ <a href="/portal/technologyTrading/index.html">技术交易 ></a>
|
|
|
+ <a href="/portal/technologyTrading/demand.html">技术需求 ></a>
|
|
|
+ <a href="#"class="a_detail" th:text="${#strings.abbreviate(demand.name,11)}"></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="detail_center">
|
|
|
<div class="detail_centerimg" th:each="demand:${demand}">
|
|
|
<div class="big_text">
|
|
|
- <h3 th:text="${demand.name}"></h3>
|
|
|
+ <h3 th:text="${#strings.abbreviate(demand.name,11)}"></h3>
|
|
|
</div>
|
|
|
<div class="big_img">
|
|
|
<div th:if="${demand.pictureUrl} == null " >
|