demandDetail.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <title >科技需求详情--我的技术和科技服务交易平台</title>
  7. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  8. <link th:href="${portalHost + '/technologyTrading/demandDetail.css'}" rel="stylesheet">
  9. </head>
  10. <body>
  11. <div th:replace="common::nav('','')"></div>
  12. <div id="all_achievement">
  13. <div class="detail">
  14. <div class="detail_top">
  15. <div class="detail_toptitle" th:each="demand:${demand}">
  16. <a href="/portal/technologyTrading/demand">技术需求&nbsp;&nbsp;></a>
  17. <a href="/portal/technologyTrading/demandList">技术需求列表&nbsp;&nbsp;></a>
  18. <a href="#"class="a_detail" th:text="${#strings.abbreviate(demand.name,11)}"></a>
  19. </div>
  20. </div>
  21. <div class="detail_center">
  22. <div class="detail_centerimg" th:each="demand:${demand}">
  23. <div class="big_text">
  24. <h3 th:text="${#strings.abbreviate(demand.name,11)}" type="3" class="orderType cname"></h3>
  25. </div>
  26. <div class="big_img">
  27. <div th:if="${demand.firstPic} == null " >
  28. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  29. </div>
  30. <div th:if="${demand.firstPic} != null " >
  31. <img th:src= "${avatarUploadHost+demand.firstPic}"alt="" />
  32. </div>
  33. <div class="collection">
  34. <p><span th:class="${interested}==null?'heart':'heart active'"></span><span>收藏</span></p>
  35. </div>
  36. </div>
  37. <div class="basic">
  38. <div>
  39. <h5>名称:</h5>
  40. <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
  41. </div>
  42. <div class="inline_span">
  43. <span>行业:</span> <span th:text="${demand.industryCategory1}?${demand.industryCategory1}:暂无行业分类"></span>
  44. </div>
  45. <div class="inline_span" >
  46. <span th:text="${demand.demandType}==3?'需求资金:':'需求预算:'">需求预算:</span> <span class="price" th:text="${demand.budgetCost}?${demand.budgetCost}:价格面议"></span>
  47. </div>
  48. <div class="inline_span">
  49. <span>所属公司:</span> <span class="companyName" th:text="${demand.employerName}==null?'佚名':${demand.employerName}"></span>
  50. </div>
  51. <div class="inline_span">
  52. <span>有效日期:</span> <span th:text="${demand.validityPeriod}?${#dates.format(demand.validityPeriod,'yyyy-MM-dd')}:永久"></span>
  53. </div>
  54. <div class="detail_btn">
  55. <a onclick="openZoosUrl('chatwin');">
  56. <span class="glyphicon glyphicon-user"></span>
  57. </a></a>
  58. <input type="hidden" th:val="${demand.id}" id="Id_" />
  59. <input type="hidden" id="number" value='1'>
  60. <input type="hidden" th:typ="${demand.dataCategory}" id="ownerType_" />
  61. <input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
  62. <a class="shopCar"><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span>加入购物车</a>
  63. </div>
  64. </div>
  65. <div class="fine">
  66. <div class="fine_title">热门需求</div>
  67. <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
  68. <div th:if="${reboutiquedemand.firstPic} == null " >
  69. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  70. </div>
  71. <div th:if="${reboutiquedemand.firstPic} != null" >
  72. <img th:src="${avatarUploadHost+reboutiquedemand.firstPic}" alt=""/>
  73. </div>
  74. <p th:text="${reboutiquedemand.name}"></p>
  75. <p th:text="${reboutiquedemand.id}" class="demandId"></p>
  76. <p th:text="${reboutiquedemand.dataCategory}" class="demandTyp"></p>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="detail_centertext">
  81. <div class="text_right" th:each="demand:${demand}">
  82. <div>问题描述</div>
  83. <p th:utext="${demand.problemDes}?${demand.problemDes}:Sorry还没有相关描述"></p>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="detail_bottom">
  88. <div class="line">猜你喜欢</div>
  89. <div class="main_introduce">
  90. <ul>
  91. <li th:each="redemandlist:${redemandlist}">
  92. <div th:if="${redemandlist.firstPic} == null " >
  93. <img th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt=""/>
  94. </div>
  95. <div th:if="${redemandlist.firstPic} != null" >
  96. <img th:src="${avatarUploadHost+redemandlist.firstPic}" alt=""/>
  97. </div>
  98. <div class="list_text">
  99. <p>
  100. 行业:<span th:text="${redemandlist.industryCategory1}?${redemandlist.industryCategory1}:暂无行业分类"></span>
  101. </p>
  102. <p >
  103. 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
  104. </p>
  105. <p>
  106. 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
  107. </p>
  108. <p class="money">
  109. 预算:<span th:text="${redemandlist.budgetCost}?${redemandlist.budgetCost}:价格面议"></span>
  110. </p>
  111. <p th:text="${redemandlist.id}" class="demandId"></p>
  112. <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
  113. <a href="#">了解详情</a>
  114. </div>
  115. <!-- <div class="star">
  116. <p>精品:</p>
  117. <ol>
  118. <li></li>
  119. <li></li>
  120. <li></li>
  121. <li></li>
  122. <li></li>
  123. </ol>
  124. </div> -->
  125. </li>
  126. </ul>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <footer>
  132. <div th:replace="common::copyright"></div>
  133. <div th:replace="common::login"></div>
  134. </footer>
  135. <div th:replace="common::footer(~{::script})">
  136. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  137. <script type="text/javascript"
  138. th:src="${portalHost + '/technologyTrading/demandDetail.js'}"></script>
  139. </div>
  140. </body>
  141. </html>