patenteDetails.html 6.9 KB

1
  1. <!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+'/dll/dll.css'}" rel="stylesheet"> <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet"> <link th:href="${portalHost+'/newMenu/serviceDetails.css'}" rel="stylesheet"></head> <body> <div th:replace="common::nav('','')"></div> <div class="navigation"> <div class="container"> <p>您当前所在位置 : </p> <ol> <li><a th:href="@{/portal/service/patent}" th:text="申请首页"></a></li> <li>></li> <li><a th:href="@{/portal/service/patentList}" th:text="申请列表"></a></li> <li>></li> <li class="active"><a href="#" th:text="${pj.name}"></a></li> </ol> </div> </div> <div class="container"> <div class="serviceDetailsImg"> <img th:src="${pj.maxImgUrl}==null?${portalHost+'/img/initPic/serviceInit.jpg'}:${avatarUploadHost+pj.maxImgUrl}" alt=""> <span th:if="${newly}"></span> <div class="collection"> <p><span th:class="${interested}==null?'heart':'heart active'" ></span><span>收藏</span></p> <!-- <p><img src="../../img/newMenu/serviceDetails_02.jpg" alt="">分享</p> --> </div> </div> <div class="serviceDetailsTxt"> <div class="serviceDetailsTitle"> <h4 class="orderType cname" th:type="${module}"><span th:text="${pj.name}"></span> </h4> <div class="moneyBj" th:text="${pj.price}==null?'面议':${pj.price+'万元'}">¥1800</div> <p class="advertisement" th:text="${pj.advertisement}==null?'暂无营销内容':${pj.advertisement}"></p> <p><strong>所属业务种类</strong><span th:text="${tree.topLevel}"></span></p> <!-- <p><strong>价格</strong><span class="price" th:text="${pj.price}==null?'面议':${pj.price+'万元'}"></span></p> --> <div class="numberDiv"> <div>数量</div> <div class="input-group"> <div class="numberGrounp"> <input type="text" id="number" value='1'> <span class="up"></span> <span class="down"></span> </div> <span>件</span> </div> </div> <p><strong>上传者</strong> <a th:href="${uide}!=null and ${uide.expert == 2} and ${uide.auditStatus == 2}? @{/portal/adviser/adviserDetail(id=${uide.uid})}"><span class="companyName" th:if="${uide}!=null and ${oide} == null" th:text="${owner}"></span> </a> <a th:href="${oide}!=null and ${uide}==null? @{/portal/facilitatorDetails(uid=${oide})}"><span class="companyName" th:if="${oide}!=null and ${uide}==null" th:text="${owner}"></span></a> <span class="companyName" th:if="${oide}==null and ${uide}==null" th:text="${owner}"></span> </p> </div> <a class="shopCar"><span class="glyphicon glyphicon-shopping-cart" aria-hidden="true"></span>加入购物车</a> <a onclick="openZoosUrl('chatwin');"> <span class="glyphicon glyphicon-user"></span> <span >在线咨询</span> </a> </div> <ol class="tabEvaluate"> <li class="active">商品描述</li> <li>用户评价(<span class="numberBars">0</span>) </ol> <div class="tabList "> <div class="serviceDetailsList"> <div class="introduction" > <div class="ql-editor" th:utext="${pj.introduce}"></div> <!-- <h3>业务项目简介</h3> <p th:utext="${pj.introduce}"></p> </div> <div class="requirement"> ` 5ADACWR <h3>业务-项目价值</h3> <p th:text="${pj.value}"></p> </div> <div class="require*+-++ment"> <h3>业务项目要求</h3> <p th:text="${pj.applyConditions}"></p> --> </div> </div> <div class="evaluateList"> <div class="commentDetails">评价 :<span>好评-100%</span><span>中评-100%</span><span>差评-100%</span></div> <div> <div class="commentStar"> <span>选择星级 : </span> <div class="ulStar"> <span class="glyphicon glyphicon-star-empty"></span> <span class="glyphicon glyphicon-star-empty"></span> <span class="glyphicon glyphicon-star-empty"></span> <span class="glyphicon glyphicon-star-empty"></span> <span class="glyphicon glyphicon-star-empty"></span> </div> </div> <textarea id="commentArea" placeholder="来说几句吧。。"></textarea> <div class="CommentSend"> <button class="btn btn-primary">评论</button> </div> </div> <ul> </ul> <div class="pagination_box"> <nav aria-label="Page navigation" class="clearfix"> <ul class="pagination"> <li class="pagePre"> <a href="#" aria-label="Previous"> <span aria-hidden="true">首页</span> </a> </li> <li class="pageNumber"><a href="#" value="1">1</a></li> <li class="pageNext"> <a href="#" aria-label="Next"> <span aria-hidden="true">末页</span> </a> </li> </ul> <span class="totalCount">共0条数据</span> </nav> </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 + '/dll/dll.js'}"></script> <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script> <script type="text/javascript" th:src="${portalHost+'/newMenu/serviceDetails.js'}"></script> <script> document.querySelectorAll(".nav>ul>li")[1].className="active" document.querySelectorAll(".tabEvaluate>li")[1].style.display = "none"</script> </div> </body> </html>