You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

monitor_left.html 2.1 kB

4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html dir="ltr" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. <aside class="left-sidebar" th:fragment="monitor_left">
  9. <div class="allleft-menu" style="height:100%;">
  10. <nav class="sidebar-nav" style="height:100%;">
  11. <ul id="sidebarnav">
  12. </ul>
  13. <div class="left-foot-wechact">
  14. <div class="wechat-logo-box-card">
  15. <div class="manual-logo-box" title="产品手册在线查看">
  16. <a target="_blank" th:href="@{/system/productmanual/online}">
  17. <svg class="icon" aria-hidden="true">
  18. <use xlink:href="#icon-manual3"></use>
  19. </svg>
  20. </a>
  21. </div>
  22. <!-- <div class="wechat-logo-box">
  23. <svg class="icon" aria-hidden="true">
  24. <use xlink:href="#icon-wechat-logo"></use>
  25. </svg>
  26. </div> -->
  27. <div class="home-footer__bottom-content__share__qrcode" id="home-footer__bottom-content__share__qrcode">
  28. <!-- <img th:src="@{/assets/images/QRcode.jpg}" alt="wechat" style="width:120px;height:120px;border-radius:4px;"> -->
  29. </div>
  30. <!-- <div class="download-logo-box" title="反馈建议">
  31. <a href="#">
  32. <svg class="icon" aria-hidden="true">
  33. <use xlink:href="#icon-serve"></use>
  34. </svg>
  35. </a>
  36. </div> -->
  37. </div>
  38. </div>
  39. </nav>
  40. </div>
  41. <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
  42. <script th:src="@{/common/common.js}"></script>
  43. <script th:inline="javascript">
  44. let menu = [[${menu}]];
  45. common_menu = menu;
  46. var ctxPath = /*[[@{/}]]*/'';
  47. let anal_groupid = [[${groupid}]];
  48. let anal_projectid = [[${projectid}]];
  49. getanalysisgroupId(anal_groupid, anal_projectid);
  50. sendProjectAndProject();
  51. /* getwechatqrcode(); */
  52. </script>
  53. </aside>
  54. </body>
  55. </html>

一款开源免费的舆情系统。 支持本地化部署,支持在线体验。 支持对海量舆情数据分析和挖掘。