| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <!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>
- <div th:replace="common::nav('','')"></div>
- <div id="all_achievement">
- <div class="detail">
- <div class="detail_top">
- <div class="detail_toptitle" th:each="demand:${demand}">
- <a href="/portal/technologyTrading/demand">技术需求 ></a>
- <a href="/portal/technologyTrading/demandList">技术需求列表 ></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="${#strings.abbreviate(demand.name,11)}" type="3" class="orderType cname"></h3>
- </div>
- <div class="big_img">
- <div th:if="${demand.firstPic} == null " >
- <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
- </div>
- <div th:if="${demand.firstPic} != null " >
- <img th:src= "${avatarUploadHost+demand.firstPic}"alt="" />
- </div>
- <div class="collection">
- <p><span th:class="${interested}==null?'heart':'heart active'"></span><span>收藏</span></p>
- </div>
- </div>
- <div class="basic">
- <div>
- <h5>名称:</h5>
- <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
- </div>
- <div class="inline_span">
- <span>行业:</span> <span th:text="${demand.industryCategory1}?${demand.industryCategory1}:暂无行业分类"></span>
- </div>
- <div class="inline_span" >
- <span th:text="${demand.demandType}==3?'需求资金:':'需求预算:'">需求预算:</span> <span class="price" th:text="${demand.budgetCost}?${demand.budgetCost}:价格面议"></span>
- </div>
- <div class="inline_span">
- <span>所属公司:</span> <span class="companyName" th:text="${demand.employerName}==null?'佚名':${demand.employerName}"></span>
- </div>
- <div class="inline_span">
- <span>有效日期:</span> <span th:text="${demand.validityPeriod}?${#dates.format(demand.validityPeriod,'yyyy-MM-dd')}:永久"></span>
- </div>
-
- <div class="detail_btn">
- <a onclick="openZoosUrl('chatwin');">
- <span class="glyphicon glyphicon-user"></span>
- </a></a>
- <input type="hidden" th:val="${demand.id}" id="Id_" />
- <input type="hidden" id="number" value='1'>
- <input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
- <input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
- <a class="shopCar"><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span>加入购物车</a>
- </div>
-
- </div>
- <div class="fine">
- <div class="fine_title">热门需求</div>
- <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
-
- <div th:if="${reboutiquedemand.firstPic} == null " >
- <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
- </div>
- <div th:if="${reboutiquedemand.firstPic} != null" >
- <img th:src="${avatarUploadHost+reboutiquedemand.firstPic}" alt=""/>
- </div>
- <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:utext="${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.firstPic} == null " >
- <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
- </div>
- <div th:if="${redemandlist.firstPic} != null" >
- <img th:src="${avatarUploadHost+redemandlist.firstPic}" alt=""/>
- </div>
-
- <div class="list_text">
- <p>
- 行业:<span th:text="${redemandlist.industryCategory1}?${redemandlist.industryCategory1}:暂无行业分类"></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.budgetCost}?${redemandlist.budgetCost}:价格面议"></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>
- <div th:replace="common::login"></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>
|