123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <!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})">
- <meta charset="UTF-8">
- <title>产品专栏详情</title>
- <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
- <link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
- <link th:href="${portalHost+'/newMenu/specialDetail.css'}" rel="stylesheet">
- </head>
- <body>
- <div th:replace="common::nav('','specialDetail')"></div>
- <!-- 公共头部 -->
- <div class="container">
- <hr class="hr">
- <div class="specialLeft">
- <div class="detaiTitle">
- <h3 th:text="${kb.title}">2018高企申报----如何建立健全高企的财务核算体系?</h3>
- <p th:text="${#dates.format(kb.createTime,'yyyy年MM月dd日 HH:mm')}">1990/09/18</p>
- <img th:if="${kb.picUrl != null}" th:src="${avatarUploadHost+ kb.picUrl}" alt=""> <!-- 若没有图片则不显示此img标签 -->
- </div>
- <div class="detailWrapper ql-editor">
- <P th:utext="${kb.content}">如何建立健全高企的财务核算如何建立健全高企的财务核算如何建立健全高企的财务核算</P>
- </div>
- <div class="comment">
- <ul>
- <li>阅读(<span th:text="${kb.readNumber}">1231312</span>)</li>
- <li class="commentDz">评论(<span th:text="${kb.commentNumber}"></span>)</li>
- <li class="fabulous">点赞(<span th:text="${kb.starNumber}">12313</span>)</li>
- <li class="fengX">分享
- <div class="fxWrap">
- <span class="qqHy"><img th:src="${portalHost+'/img/indedImg/qq_yes.png'}" alt=""></span>
- <span class="qqKj"><img th:src="${portalHost+'/img/indedImg/kj_yes.png'}" alt=""></span>
- <span class="xlWb"><img th:src="${portalHost+'/img/indedImg/xl_yes.png'}" alt=""></span>
- </div>
- </li>
- </ul>
- </div>
- <!-- 评论 -->
- <div class="commentBody">
- <div class="input-append">
- <input class="search" type="text" placeholder="写下您的评论">
- <button class="btn" type="button">评论</button>
- </div>
- <div class="commentList">
- <p class="totalCommit">1000条评论</p>
- <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>
- <div class="specialRight">
- <div class="writeXF">
- <div>
- <img th:src="${portalHost+'/img/newMenu/writeDa.png'}" alt="">
- <p>写答案</p>
- </div>
- <div>
- <img th:src="${portalHost+'/img/newMenu/writeXf.jpg'}" alt="">
- <p>写想法</p>
- </div>
- </div>
- <div class="collection">
- <p class="myCollect"><img th:src="${portalHost+'/img/newMenu/shoucang.png'}" alt="">我的收藏</p>
- <p class="myFollow"><img th:src="${portalHost+'/img/newMenu/guanzhu.png'}" alt="">我的关注</p>
- </div>
- <div class="videoZs">
- <h3>视频<a href="/portal/video.html">更多 ></a></h3>
- <div class="videoImg" th:if="${video != null}">
- <a th:href="@{/open/protal/videoDetail(id=${video.id})}">
- <div>
- <img th:src="${avatarUploadHost+video.coverUrl}" alt="">
- <h4 th:text="${#strings.abbreviate(video.name,16)}">视频标题视频标题视频标题视频标题</h4>
- <div></div>
- </div>
- <p><span th:text="${#strings.abbreviate(video.summary,42)}">视频简介留2行+...视频简介留2行+...视频简介留2行+...视频简介留2行+...</span></p>
- </a>
- </div>
- </div>
- <div class="videoZs policy">
- <h3>前沿政策<a th:href="@{/portal/thinkTank/policyList?type=1}">更多 ></a></h3>
- <div class="videoImg" th:if="${policy!=null}">
- <a th:href="@{/portal/news/newsDetail(id=${policy.id},type=0)}">
- <div>
- <img th:src="${policy.titleImg != null and policy.titleImg != '' ? avatarUploadHost+policy.titleImg :portalHost+'/img/newMenu/zhengce.png'}" alt="">
- <h4 th:text="${#strings.abbreviate(policy.title,16)}">视频标题视频标题视频标题视频标题</h4>
- <div></div>
- </div>
- <p><span th:text="${#strings.abbreviate(policy.summary,42)}">视频简介留2行+...视频简视频简介留2行+...视频简视频简介留2行+...视频简视频简介留2行+...视频简介留2行+...视频简介留2行+...视频简介留2行+...</span></p>
- </a>
- </div>
- </div>
- <div class="videoZs policy">
- <h3>热点资讯<a th:href="@{/portal/thinkTank/policyList?type=0}">更多 ></a></h3>
- <ul >
- <li th:each="n:${news}">
- <a th:href="@{/portal/news/newsDetail(id=${n.id},type=1)}" th:text="${#strings.abbreviate(n.title,30)}">
- 加奖金哦违法爱按金额积分经济积分经济积分经济if啊积分经济交往和居委会看看哇卡哇卡...</h5>
- </a>
- </li>
- </ul>
- </div>
- <a th:href="@{/portal/thinkTank/policyList?type=99}">
- <img th:src="${portalHost+'/img/newMenu/guandian.png'}" alt="">
- </a>
- </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/specialDetail.js'}"></script>
- </div>
- </body>
- </html>
|