| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:th="http://www.thymeleaf.org"
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
- <head th:replace="common::header(~{::title},~{::link})">
- <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>
- </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="#">技术交易 ></a> <a href="#">技术需求 ></a> <a href="#"class="a_detail" th:text="${demand.name}">关于超细颗粒金属碳化物的制造技术</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>
- </div>
- <div class="big_img">
- <img th:src= "${avatarUploadHost+demand.pictureUrl}?${avatarUploadHost+demand.pictureUrl}:${avatarUploadHost+ 'default/xuqiuimg_null.png'}"alt="" />
- </div>
- <div class="basic">
- <div>
- <h5>名称:</h5>
- <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
- </div>
- <div>
- <h5>联系人:</h5>
- <p th:text="${demand.employerName}?${demand.employerName}:未公开"></p>
- </div>
- <div>
- <h5>联系人地址:</h5>
- <p th:text="${demand.employerAddress}?${demand.employerAddress}:未公开"></p>
- </div>
- <div class="inline_span">
- <span>行业:</span> <span th:text="${demand.industryCategoryAS}?${demand.industryCategoryAS}:暂无行业分类"></span>
- </div>
- <div class="inline_span" >
- <span>需求预算:</span> <span th:text="${demand.fixedbudget}?${demand.fixedbudget}:价格面议"></span>
- </div>
- <div class="inline_span">
- <span>有效日期:</span> <span th:text="${demand.validityPeriodS}?${demand.validityPeriodS}:永久"></span>
- </div>
- <!-- <span> <img src="../../img/detail_img5.jpg" alt="" /> <span>8</span></span> -->
- <div class="detail_btn">我要咨询</div>
- </div>
- <div class="fine">
- <div class="fine_title">精品需求</div>
- <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
-
- <div th:if="${reboutiquedemand.pictureUrl} == null " >
- <img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
- </div>
- <div th:if="${reboutiquedemand.pictureUrl} != null" >
- <img th:src="${avatarUploadHost+reboutiquedemand.pictureUrl}" alt=""/>
- </div>
-
-
- <img src="${avatarUploadHost+reboutiquedemand.pictureUrl}" />
- <p th:text="${reboutiquedemand.name}"></p>
- <p th:text="${reboutiquedemand.id}" class="demandId"></p>
- <p th:text="${reboutiquedemand.dataCategory}" class="demandTyp"></p>
- </div>
- </div>
- </div>
- <div class="detail_centertext">
- <div class="text_right" th:each="demand:${demand}">
- <div>问题描述</div>
- <p th:text="${demand.problemDes}?${demand.problemDes}:Sorry还没有相关描述"></p>
- </div>
- </div>
- </div>
- <div class="detail_bottom">
- <div class="line">猜你喜欢</div>
- <div class="main_introduce">
- <ul>
- <li th:each="redemandlist:${redemandlist}">
- <div th:if="${redemandlist.pictureUrl} == null " >
- <img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
- </div>
- <div th:if="${redemandlist.pictureUrl} != null" >
- <img th:src="${avatarUploadHost+redemandlist.pictureUrl}" alt=""/>
- </div>
-
- <div class="list_text">
- <p>
- 行业:<span th:text="${redemandlist.industryCategoryAS}?${redemandlist.industryCategoryAS}:暂无行业分类"></span>
- </p>
- <p >
- 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
- </p>
- <p>
- 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
- </p>
- <p class="money">
- 预算:<span th:text="${redemandlist.fixedbudget}?${redemandlist.fixedbudget}:价格面议"></span>
- </p>
- <p th:text="${redemandlist.id}" class="demandId"></p>
- <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
- <a href="#">了解详情</a>
- </div>
- <div class="star">
- <p>精品:</p>
- <ol>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- </ol>
- </div></li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <footer>
- <div th:replace="common::copyright"></div>
- </footer>
- <div th:replace="common::footer(~{::script})">
- <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
- <script type="text/javascript"
- th:src="${portalHost + '/technologyTrading/demandDetail.js'}"></script>
- </div>
- </body>
- </html>
|