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.

header.html 41 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. <!DOCTYPE html>
  2. <html dir="ltr" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>公共部分-头部</title>
  6. </head>
  7. <body>
  8. <header class="topbar" th:fragment="header">
  9. <nav class="navbar top-navbar navbar-expand-md navbar-dark">
  10. <div class="navbar-header">
  11. <a class="nav-toggler waves-effect waves-light d-block d-md-none" href="javascript:void(0)"><i
  12. class="ti-menu ti-close"></i></a>
  13. <a class="navbar-brand navbar-bg" th:href="@{/}">
  14. <b class="logo-icon">
  15. <img th:src="@{/assets/images/favicon.png}" alt="homepage" class="light-logo"/>
  16. </b>
  17. <span class="logo-text">
  18. <span class="light-logo logo-title" id="system_title">网络情报监测平台</span>
  19. </span>
  20. </a>
  21. <a class="topbartoggler d-block d-md-none waves-effect waves-light" href="javascript:void(0)"
  22. data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
  23. aria-expanded="false" aria-label="Toggle navigation"><i class="ti-more"></i></a>
  24. </div>
  25. <div class="navbar-collapse collapse" id="navbarSupportedContent">
  26. <ul class="navbar-nav float-left mr-auto" id="thirdMenu">
  27. <li class="nav-item d-none d-md-block">
  28. <a class="nav-link sidebartoggler waves-effect waves-light" href="javascript:void(0)"
  29. data-sidebartype="mini-sidebar">
  30. <i class="mdi mdi-menu font-24"></i>
  31. </a>
  32. </li>
  33. <li data-type="displayboard" th:classappend="${menu=='displayboard'?'nav-active3':''}"
  34. class="nav-item dropdown hover-none navLi" id="zhkb">
  35. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  36. <span class="d-none d-md-block"> <i class="fa fa-list-alt"></i> 今日热点</span>
  37. <span class="d-block d-md-none">今日热点 </span>
  38. </a>
  39. </li>
  40. <li data-type="analysis" th:classappend="${menu=='analysis'?'nav-active3':''}"
  41. class="nav-item dropdown hover-none navLi">
  42. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  43. <span class="d-none d-md-block"> <i class="fa fa-chart-bar"></i> 监测分析</span>
  44. <span class="d-block d-md-none">监测分析 </span>
  45. </a>
  46. </li>
  47. <li data-type="monitor" th:classappend="${menu=='monitor'?'nav-active3':''}"
  48. class="nav-item dropdown hover-none navLi">
  49. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  50. <span class="d-none d-md-block"> <i class="fa fa-crosshairs"></i> 数据监测</span>
  51. <span class="d-block d-md-none">数据监测 </span>
  52. </a>
  53. </li>
  54. <!-- <li data-type="volume" th:classappend="${menu=='volume'?'nav-active3':''}" class="nav-item dropdown hover-none navLi"> -->
  55. <!-- <a class="nav-link dropdown-toggle waves-effect waves-dark"> -->
  56. <!-- <span class="d-none d-md-block"> <i class="fa fa-rss"></i> 声量监测</span> -->
  57. <!-- <span class="d-block d-md-none">声量监测</span> -->
  58. <!-- </a> -->
  59. <!-- </li> -->
  60. <!-- <li th:classappend="${menu=='search'?'nav-active3':''}" class="nav-item dropdown hover-none"> -->
  61. <!-- <a class="nav-link dropdown-toggle waves-effect waves-dark" th:href="@{/search}"> -->
  62. <!-- <span class="d-none d-md-block"> <i class="fa fa-podcast"></i> 事件分析</span> -->
  63. <!-- <span class="d-block d-md-none">事件分析</span> -->
  64. <!-- </a> -->
  65. <!-- </li> -->
  66. <!-- <li data-type="report" th:classappend="${menu=='report'?'nav-active3':''}"
  67. class="nav-item dropdown hover-none navLi">
  68. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  69. <i class="fa fa-chart-pie"></i>
  70. <span class="d-none d-md-block"> <i class="fa fa-tasks"></i> 分析报告</span>
  71. <span class="d-block d-md-none">分析报告</span>
  72. </a>
  73. </li> -->
  74. <li data-type="project" th:classappend="${menu=='project'?'nav-active3':''}"
  75. class="nav-item dropdown hover-none navLi">
  76. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  77. <span class="d-none d-md-block"> <i class="fa fa-list"></i> 监测管理</span>
  78. <span class="d-block d-md-none">监测管理</span>
  79. </a>
  80. </li>
  81. <!-- <li data-type="full_search" th:classappend="${menu=='full_search'?'nav-active3':''}"
  82. class="nav-item dropdown hover-none navLi">
  83. <a style="display: block; position: absolute; font-size: 12px; color: #fff; margin-left: 76px; margin-top: 6px; background-color: #fe475d; width: 25px; height: 17px; border-radius: 45%; padding-left: 7px;transform: scale(0.9);">新</a>
  84. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  85. <span class="d-none d-md-block"> <i class="fa fa-search"></i> 情报搜索</span>
  86. <span class="d-block d-md-none">情报搜索</span>
  87. </a>
  88. </li> -->
  89. <li data-type="public_option" th:classappend="${menu=='public_option'?'nav-active3':''}"
  90. class="nav-item dropdown hover-none navLi" id="yqypfx">
  91. <a class="nav-link dropdown-toggle waves-effect waves-dark">
  92. <span class="d-none d-md-block"> <i class="fa fa-list"></i> 事件分析</span>
  93. <span class="d-block d-md-none">事件分析</span>
  94. </a>
  95. </li>
  96. <!-- <li th:classappend="${menu=='account'?'nav-active3':''}" class="nav-item dropdown hover-transparent"> -->
  97. <!-- <a class="nav-link dropdown-toggle waves-effect hover-transparent waves-dark" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> -->
  98. <!-- <span class="d-none d-md-block">账号监测 <i class="fa fa-angle-down"></i></span> -->
  99. <!-- <span class="d-block d-md-none">账号监测</span> -->
  100. <!-- </a> -->
  101. <!-- <div class="dropdown-menu" aria-labelledby="navbarDropdown"> -->
  102. <!-- <a class="dropdown-item" href="#">账号管理</a> -->
  103. <!-- <a class="dropdown-item" href="#">监测数据</a> -->
  104. <!-- </div> -->
  105. <!-- </li> -->
  106. </ul>
  107. <ul class="navbar-nav float-right">
  108. <!-- <li class="nav-item">
  109. <a id="showsearch" class="nav-link dropdown-toggle waves-effect waves-dark"
  110. th:href="@{/fullsearch}">
  111. <svg class="icon font-18">
  112. <use xlink:href="#icon-search"></use>
  113. </svg>
  114. </a>
  115. </li> -->
  116. <li class="nav-item dropdown">
  117. <a class="nav-link dropdown-toggle waves-effect waves-dark"
  118. th:href="@{/monitor/wxGroup}">
  119. <svg t="1645610559794" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2257" width="600" height="600"><path d="M811.564138 419.663448a46.830345 46.830345 0 0 0-45.550345 46.830345c0 22.510345 21.715862 43.078621 45.550345 43.078621 29.395862 0 54.201379-19.729655 54.201379-43.078621 0-26.262069-23.790345-46.830345-54.201379-46.830345z m0 67.84c-13.241379 0-23.481379-11.52-23.481379-21.009655a24.496552 24.496552 0 0 1 23.481379-24.761379c18.008276 0 32.132414 10.857931 32.132414 24.761379 0 9.710345-13.903448 21.009655-32.132414 21.009655zM617.931034 419.663448c-24.275862 0-45.594483 22.068966-45.594482 46.830345 0 22.068966 22.068966 43.078621 45.594482 43.078621 30.543448 0 55.393103-19.332414 55.393104-43.078621 0.044138-26.703448-23.746207-46.830345-55.393104-46.830345z m0 67.84c-11.211034 0-23.525517-10.990345-23.525517-21.009655a25.467586 25.467586 0 0 1 23.525517-24.761379c19.023448 0 33.324138 10.637241 33.324138 24.761379 0.044138 8.73931-12.623448 21.009655-33.324138 21.009655z" fill="#000000" p-id="2258"></path><path d="M1022.366897 544.176552c0-66.206897-29.969655-130.295172-84.391725-179.950345a331.608276 331.608276 0 0 0-187.93931-83.067586C725.186207 126.234483 577.50069 9.931034 395.034483 3.089655c-4.413793 0-10.46069-0.353103-16.551724-0.353103C174.212414 2.913103 1.633103 151.172414 1.633103 326.62069c0 93.881379 56.496552 168.077241 108.049656 216.275862C41.313103 591.668966 2.206897 661.53931 2.206897 735.955862c0 69.34069 40.518621 138.01931 114.317241 194.206897l-21.406897 77.064827a11.034483 11.034483 0 0 0 10.813793 13.859311c1.906759 0 3.778207-0.503172 5.428966-1.456552l85.406897-48.286897c7.282759 1.544828 14.609655 3.266207 21.76 4.943449 13.241379 3.089655 26.482759 6.267586 40.209655 8.562758a219.497931 219.497931 0 0 0 36.943448 3.442759c71.503448 0 140.093793-22.068966 193.147586-62.411035 48.551724-36.987586 81.566897-86.995862 93.66069-142.035862a351.911724 351.911724 0 0 0 131.84 25.379311 229.517241 229.517241 0 0 0 38.797241-3.619311c14.212414-2.383448 28.468966-5.737931 42.284138-8.827586 7.591724-1.809655 15.404138-3.61931 23.172414-5.296552l90.085517 50.979311a11.034483 11.034483 0 1 0 16.066207-12.535173l-22.642759-81.522758c77.771034-59.10069 120.275862-131.354483 120.275863-204.226207zM23.702069 326.62069c0-163.531034 162.471724-301.682759 354.78069-301.682759 5.737931 0 11.431724 0 15.713103 0.353103 169.842759 6.223448 307.597241 112.198621 333.241379 254.057932-9.268966-0.397241-18.052414-0.308966-26.791724 0-5.075862 0-10.24 0.485517-15.271724 0.882758-9.975172 0.794483-20.038621 1.986207-29.837241 3.61931-5.252414 0.838621-10.857931 1.942069-17.213793 3.310345a343.671172 343.671172 0 0 0-39.238621 10.902069c-8.827586 3.045517-17.655172 6.532414-26.482759 10.328276-8.827586 3.795862-16.86069 7.944828-24.937931 12.402759-4.016552 2.251034-8.033103 4.413793-11.873103 6.929655-2.824828 1.721379-5.693793 3.575172-8.827586 5.517241-2.913103 1.942069-5.914483 4.016552-8.827587 6.267587a299.211034 299.211034 0 0 0-25.335172 20.215172 287.735172 287.735172 0 0 0-21.097931 21.053793c-2.206897 2.427586-4.413793 4.89931-6.4 7.371035-2.78069 3.310345-5.517241 6.753103-8.165517 10.24a257.853793 257.853793 0 0 0-21.053793 32.750344c-1.721379 3.133793-3.354483 6.355862-4.899311 9.577931l-1.456551 3.133793c-1.015172 2.206897-2.030345 4.413793-3.00138 6.62069-0.529655 1.235862-1.05931 2.471724-1.544827 3.751724-0.838621 2.030345-1.677241 4.104828-2.471724 6.179311l-1.456552 3.928275c-0.750345 2.118621-1.456552 4.413793-2.162759 6.4-0.441379 1.235862-0.838621 2.427586-1.235862 3.663449-0.750345 2.56-1.50069 5.12-2.206896 7.68 0 0.838621-0.485517 1.677241-0.706207 2.515862-0.882759 3.354483-1.677241 6.753103-2.383449 10.107586-0.22069 1.05931-0.397241 2.118621-0.617931 3.177931-0.397241 1.897931-0.794483 3.795862-1.103448 5.693793a331.034483 331.034483 0 0 0-102.311724-19.862069c-4.413793 0-8.518621-0.264828-12.844138-0.264827a324.943448 324.943448 0 0 0-166.885517 46.609655C79.448276 485.517241 23.702069 414.896552 23.702069 326.62069zM295.724138 966.223448a199.68 199.68 0 0 1-33.28-3.133793c-12.844138-2.162759-25.467586-5.12-38.841379-8.253793-8.562759-2.030345-17.655172-4.104828-26.482759-5.958621a11.078621 11.078621 0 0 0-7.68 1.191725L123.586207 987.321379l16.242759-58.65931a11.034483 11.034483 0 0 0-4.104828-11.873103c-41.622069-30.455172-111.404138-94.455172-111.404138-180.965518 0-69.693793 38.4-135.371034 105.401379-180.215172l3.707587-2.427586A301.903448 301.903448 0 0 1 295.724138 505.732414c4.016552 0 8.033103 0 12.005517 0.264827a306.228966 306.228966 0 0 1 107.74069 23.348966c92.689655 38.797241 150.068966 117.98069 150.068965 206.609655a205.462069 205.462069 0 0 1-2.427586 30.896552c-17.787586 115.464828-130.33931 199.371034-267.387586 199.371034z m587.034483-231.194482a11.122759 11.122759 0 0 0-4.148966 11.873103l17.655173 63.073103-70.62069-39.724138a10.902069 10.902069 0 0 0-5.428966-1.456551 12.976552 12.976552 0 0 0-2.251034 0c-9.357241 1.942069-18.714483 4.148966-27.762759 6.267586-14.08 3.310345-27.409655 6.444138-40.915862 8.827586a209.169655 209.169655 0 0 1-35.310345 3.310345 329.004138 329.004138 0 0 1-128-25.511724 222.675862 222.675862 0 0 0 1.544828-25.688276c0-95.161379-59.542069-180.171034-155.983448-223.602759v-1.147586l0.662069-3.884138c0.353103-1.942069 0.706207-3.884138 1.103448-5.826207 0.397241-1.942069 0.573793-2.692414 0.882759-4.016551 0.308966-1.324138 0.838621-3.707586 1.324138-5.56138l1.05931-4.060689 1.588965-5.473104 1.235862-4.016552c0.617931-1.809655 1.235862-3.61931 1.897931-5.428965 0.662069-1.809655 0.882759-2.604138 1.368276-3.928276 0.485517-1.324138 1.456552-3.707586 2.251035-5.561379 0.485517-1.191724 0.926897-2.427586 1.456552-3.619311 0.882759-2.030345 1.809655-4.06069 2.736551-6.046896l1.412414-3.045517c1.456552-3.001379 2.957241-5.958621 4.413793-8.827587a236.976552 236.976552 0 0 1 19.244138-29.881379c2.427586-3.222069 4.943448-6.355862 7.45931-9.401379a257.191724 257.191724 0 0 1 25.953104-26.306207c2.824828-2.515862 5.826207-5.031724 8.827586-7.591724 4.413793-3.707586 9.401379-7.415172 14.521379-11.078621l1.897931-1.324138c5.252414-3.663448 10.107586-6.929655 14.742069-9.798621 3.61931-2.206897 7.282759-4.413793 11.034483-6.4a299.264 299.264 0 0 1 47.801379-21.230344c4.413793-1.588966 9.533793-3.133793 15.58069-4.855173 7.017931-2.030345 14.08-3.795862 21.142069-5.340689l4.413793-0.882759c4.413793-0.882759 8.121379-1.588966 11.784828-2.206897 9.18069-1.50069 18.626207-2.648276 27.983448-3.39862 4.766897-0.353103 9.577931-0.617931 14.344828-0.794483 8.033103-0.308966 16.198621-0.308966 24.231724 0h1.324138c4.179862 0.176552 8.372966 0.441379 12.57931 0.794483 143.757241 11.652414 260.722759 120.187586 260.722759 241.92-0.22069 91.144828-73.886897 158.72-117.76 190.852414z" fill="#000000" p-id="2259"></path><path d="M258.56 281.511724c28.027586 0 53.53931-24.055172 53.53931-50.493793 0.03531-29.832828-23.719724-54.249931-53.53931-55.04-35.972414 0-64.132414 24.187586-64.132414 55.04 0 27.365517 29.351724 50.493793 64.132414 50.493793z m0-83.464827a32.662069 32.662069 0 0 1 31.470345 32.971034c0 12.888276-14.035862 28.424828-31.470345 28.424828-24.055172 0-42.063448-15.006897-42.063448-28.424828 0-18.493793 18.493793-32.971034 42.063448-32.971034zM496.904828 281.511724c27.497931 0 53.53931-24.54069 53.53931-50.493793 0-29.307586-25.026207-55.04-53.53931-55.04-37.473103 0-65.677241 23.657931-65.677242 55.04 0 27.851034 29.44 50.493793 65.677242 50.493793z m0-83.464827a33.942069 33.942069 0 0 1 31.470344 32.971034c0 13.550345-16.463448 28.424828-31.470344 28.424828-25.732414 0-43.608276-14.962759-43.608276-28.424828 0-18.802759 18.97931-32.971034 43.608276-32.971034zM386.868966 617.18069c-30.322759 0-53.230345 19.332414-53.230345 44.976551 0 22.907586 23.878621 41.489655 53.230345 41.489656 22.510345 0 43.828966-20.171034 43.828965-41.489656a45.550345 45.550345 0 0 0-43.828965-44.976551z m0 64.397241c-19.288276 0-31.161379-11.29931-31.16138-19.42069 0-13.241379 13.241379-22.907586 31.16138-22.907586a23.569655 23.569655 0 0 1 21.76 22.907586c0 9.092414-11.387586 19.42069-21.76 19.42069zM203.034483 617.18069c-29.131034 0-51.994483 19.773793-51.994483 44.976551 0 22.510345 23.790345 41.489655 51.994483 41.489656 22.951724 0 43.873103-19.773793 43.873103-41.489656A45.02069 45.02069 0 0 0 203.034483 617.18069z m0 64.397241c-18.273103 0-29.925517-11.475862-29.925517-19.42069 0-12.844138 13.241379-22.907586 29.925517-22.907586a22.686897 22.686897 0 0 1 21.715862 22.819311c0 8.827586-10.063448 19.508966-21.715862 19.508965z" fill="#000000" p-id="2260"></path></svg>
  120. <span>联系我们</span>
  121. </a>
  122. </li>
  123. <li class="nav-item dropdown">
  124. <a class="nav-link dropdown-toggle waves-effect waves-dark" id="gitee">
  125. <svg t="1645517814394" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6372" width="600" height="600"><path d="M978.467145 409.613653H455.100998v0.011378A45.5101 45.5101 0 0 0 409.590898 455.123753l-0.04551 113.775249a45.5101 45.5101 0 0 0 45.5101 45.521478L773.671696 614.409102a45.5101 45.5101 0 0 1 45.5101 45.5101v22.75505c0 75.398858-61.131442 136.530299-136.530299 136.530299H250.271416a45.5101 45.5101 0 0 1-45.5101-45.5101V341.348503h-0.011377c0-75.398858 61.120064-136.530299 136.530299-136.530299h637.061754v-0.022755a45.5101 45.5101 0 0 0 45.5101-45.487345l0.102398-113.775249H1023.977245a45.5101 45.5101 0 0 0-45.5101-45.532855L341.325748 0.022755C152.822915 0.022755 0 152.84567 0 341.348503v637.141397a45.5101 45.5101 0 0 0 45.5101 45.5101h671.273971c169.661652 0 307.193173-137.531522 307.193174-307.193173V455.123753a45.5101 45.5101 0 0 0-45.5101-45.5101z" p-id="6373"></path></svg>
  126. <span>源码</span>
  127. </a>
  128. </li>
  129. <li class="nav-item dropdown">
  130. <!-- onclick=(countDown()) -->
  131. <a class="nav-link dropdown-toggle waves-effect waves-dark" href="javascript:void(0)"
  132. data-toggle="dropdown">
  133. <!-- <i class="far fa-bell font-24"></i> -->
  134. <!-- <i class="mdi mdi-bell font-24"></i> -->
  135. <svg class="icon font-18">
  136. <use xlink:href="#icon-message"></use>
  137. </svg>
  138. <i id="hasNewMessage" class=""></i>
  139. </a>
  140. <div class="dropdown-menu dropdown-menu-right animated bounceInDown message-data-list-box">
  141. <span class="with-arrow"><span class="bg-primary"></span></span>
  142. <div class="message-data-list">
  143. <div class="drop-title bg-primary text-white">
  144. <h4 class="m-b-0" id="warning-list-size">0 条预警消息</h4>
  145. </div>
  146. <div class="message-center-box" id="warning-list">
  147. <!-- Message -->
  148. <!-- <a href="javascript:void(0)" class="message-item"> -->
  149. <!-- <span class="btn btn-danger btn-circle"><i class="fa fa-link"></i></span> -->
  150. <!-- <div class="mail-contnet" style=" width: calc(100% - 50px);"> -->
  151. <!-- <h5 class="message-title">预计秋季小范围使用!Moderna新冠疫苗要来了</h5> -->
  152. <!-- <span class="desc">腾讯网</span> -->
  153. <!-- <span class="time">9:40 AM</span> </div> -->
  154. <!-- </a> -->
  155. <!-- Message -->
  156. <!-- <a href="javascript:void(0)" class="message-item"> -->
  157. <!-- <span class="btn btn-success btn-circle"><i class="ti-calendar"></i></span> -->
  158. <!-- <div class="mail-contnet" style=" width: calc(100% - 50px);"> -->
  159. <!-- <h5 class="message-title"> 广州各医院陆续恢复日常医疗服务 有医院“隔床”收治患者</h5> -->
  160. <!-- <span class="desc">广州各医院陆续恢复日常医疗服务 有医院“隔床”收治患者虽然新冠肺炎疫情得到有效控制,但是目前广州各大医院陆续恢复日常医疗服务的同时,依旧对门诊、住院、手术病人进行了极其严格的筛查和防</span> -->
  161. <!-- <span class="time">9:10 AM</span> </div> -->
  162. <!-- </a> -->
  163. <!-- Message -->
  164. <!-- <a href="javascript:void(0)" class="message-item"> -->
  165. <!-- <span class="btn btn-info btn-circle"><i class="ti-settings"></i></span> -->
  166. <!-- <div class="mail-contnet" style=" width: calc(100% - 50px);"> -->
  167. <!-- <h5 class="message-title">欧美期指大跌:斯托克50指数期货跌超8% 道指、标普期货均跌逾4%</h5> -->
  168. <!-- <span class="desc">美股10天第四次熔断。道指24天跌去10000点北京时间19日凌晨,美股又熔断了。北京时间19日0时56分,标普500指数大跌7%触发熔断机制,暂停</span> -->
  169. <!-- <span class="time">2020-03-19 13:01:05</span> -->
  170. <!-- </div> -->
  171. <!-- </a> -->
  172. <!-- Message -->
  173. <!-- <a href="javascript:void(0)" class="message-item"> -->
  174. <!-- <span class="btn btn-primary btn-circle"><i class="ti-user"></i></span> -->
  175. <!-- <div class="mail-contnet" style=" width: calc(100% - 50px);"> -->
  176. <!-- <h5 class="message-title">工信部加快提升IPv6端到端贯通能力 4股有望受益</h5> -->
  177. <!-- <span class="desc">特别提出要优化提升IPv6网络接入能力,全面扩大数据中心IPv6覆盖范围,到2020年底IPv6活跃连接数达到11.5亿。工信部提出,将通过优化提升IPv6网络接入能力、加快提升内容分发网络IPv6应用加速能力、大幅提升云服务平台IPv6业务承载能力、全面扩大数据</span> -->
  178. <!-- <span class="time">08:15 AM</span> -->
  179. <!-- </div> -->
  180. <!-- </a> -->
  181. </div>
  182. <!-- foot -->
  183. <div class="message-foot"><a th:href="@{/system/warningmsg}"> <strong>查看更多</strong> <i
  184. class="fa fa-angle-right"></i> </a></div>
  185. </div>
  186. </div>
  187. </li>
  188. <!-- <li class="nav-item "> -->
  189. <!-- <a class="nav-link waves-effect waves-dark" href="#" id="2" data-toggle="" aria-haspopup="true" aria-expanded="false"> -->
  190. <!-- <i class="font-24 far fa-sun "></i> -->
  191. <!-- <i class="font-24 mdi mdi-comment-processing"></i> -->
  192. <!-- <svg class="icon font-18" aria-hidden="true"> -->
  193. <!-- <use xlink:href="#icon-setting"></use> -->
  194. <!-- </svg> -->
  195. <!-- <i class="font-24 mdi mdi-comment-processing"></i> -->
  196. <!-- </a> -->
  197. <!-- </li> -->
  198. <li class="nav-item dropdown">
  199. <a class="nav-link dropdown-toggle text-muted waves-effect waves-dark pro-pic"
  200. th:href="@{/system/warning}">
  201. <!-- <img src="assets/images/users/1.jpg" alt="user" class="rounded-circle" width="31"> -->
  202. <svg class="icon font-18">
  203. <use xlink:href="#icon-setting"></use>
  204. </svg>
  205. </a>
  206. <!-- <i class="font-24 fas fa-user-circle"></i>
  207. <div class="dropdown-menu dropdown-menu-right user-dd animated bounceInDown">
  208. <span class="with-arrow"><span class="bg-primary"></span></span>
  209. <div class="d-flex no-block align-items-center p-15 bg-primary text-white m-b-10">
  210. <div class=""><img src=" assets/images/users/1.jpg" alt="user" class="img-circle m-r-10" width="60"></div>
  211. <div class=" ">
  212. <h4 class="m-b-0">AdminUser</h4>
  213. <p class=" m-b-0">admin@stonedt.com</p>
  214. </div>
  215. </div>
  216. <a class="dropdown-item" href="javascript:void(0)"><i class="mdi mdi-radio-tower m-r-5 m-l-5"></i> 预警设置</a>
  217. <div class="dropdown-divider"></div>
  218. <a class="dropdown-item" href="javascript:void(0)"><i class="mdi mdi-filter-outline m-r-5 m-l-5"></i> 偏好设置</a>
  219. <div class="dropdown-divider"></div>
  220. <a class="dropdown-item" href="javascript:void(0)"><i class="ti-user m-r-5 m-l-5"></i> 个人中心</a>
  221. <div class="dropdown-divider"></div>
  222. <a class="dropdown-item" href="javascript:void(0)"><i class="mdi mdi-message-text-outline m-r-5 m-l-5"></i> 用户建议</a>
  223. <div class="dropdown-divider"></div>
  224. <a class="dropdown-item" href="javascript:void(0)"><i class="mdi mdi-lock-outline m-r-5 m-l-5"></i> 修改密码</a>
  225. </div> -->
  226. </li>
  227. <li class="nav-item ">
  228. <a class="nav-link waves-effect waves-dark" th:href="@{/logout}" id="2" data-toggle=""
  229. aria-haspopup="true" aria-expanded="false">
  230. <!-- <i class="font-24 far fa-sun "></i> -->
  231. <!-- <i class="font-24 mdi mdi-comment-processing"></i> -->
  232. <svg class="icon font-18" aria-hidden="true">
  233. <use xlink:href="#icon-exit"></use>
  234. </svg>
  235. <!-- <i class="font-24 mdi mdi-comment-processing"></i> -->
  236. </a>
  237. </li>
  238. </ul>
  239. </div>
  240. </nav>
  241. <!-- <div class="" id="iPhoneQRCode" style="display: none;position: absolute;left: 50%;transform: translateX(-50%);top: 300%;">-->
  242. <!-- <img style="width: 310px;" th:src="@{/assets/images/users/stonedtQRCode.jpg}">-->
  243. <!-- <div>-->
  244. <!-- <h5 style="text-align: center">系统使用中有任何问题请添加产品经理微信</h5>-->
  245. <!-- </div>-->
  246. <!-- </div>-->
  247. <!-- drop-search -->
  248. <div class="animated bounceInDown shadebox" style="display: none;" id="search">
  249. <div class="drop-search-box">
  250. <div class="search-title">
  251. <span>系统搜索</span>
  252. <svg class="icon" id="close-search">
  253. <use xlink:href="#icon-close"></use>
  254. </svg>
  255. </div>
  256. <div class="search-content">
  257. <button class="btn btn-info">
  258. <i class="fa fa-bars"></i>
  259. 搜索
  260. </button>
  261. <div class="search-input">
  262. <input id="searchText" type="text" class="form-control" placeholder="请输入搜索内容">
  263. <span id="searchI">
  264. <i class="fa fa-search"></i>
  265. </span>
  266. </div>
  267. </div>
  268. <!-- 24h start-->
  269. <!-- <div class="card"> -->
  270. <!-- <div class="card-body"> -->
  271. <!-- <div class="hot-con-box m-b-20"> -->
  272. <!-- <div class="hot-content"> -->
  273. <!-- <span><i class="fa fas fa-fire"></i> 12小时热点内容</span> -->
  274. <!-- </div> -->
  275. <!-- </div> -->
  276. <!-- content start -->
  277. <!-- <ul class="timeline timeline-left hot-content-list" id="articleList"> -->
  278. <!-- </ul> -->
  279. <!-- content end -->
  280. <!-- </div> -->
  281. <!-- </div> -->
  282. <!-- 24h end -->
  283. </div>
  284. </div>
  285. <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
  286. <script th:src="@{/common/iconfont.js}"></script>
  287. <script th:src="@{/common/tools.js}"></script>
  288. <script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
  289. <script th:src="@{/dist/js/sidebarmenu.js}"></script>
  290. <script th:src="@{/common/header.js}"></script>
  291. <script th:inline="javascript" type="text/javascript">
  292. var ctxPath = /*[[@{/}]]*/'';
  293. countDown();
  294. getSystemTitle();
  295. var gitee = document.getElementById("gitee");
  296. // 跳转到gitee源码
  297. gitee.onclick = function(){
  298. window.open("https://gitee.com/stonedtx/yuqing");
  299. };
  300. // 获取弹窗
  301. // var iPhoneQRCode = document.getElementById('iPhoneQRCode');
  302. // var iPhone = document.getElementById("iPhone");
  303. //联系我们 弹窗
  304. // iPhone.onclick = function(){
  305. // if (iPhoneQRCode.style.display === "block"){
  306. // iPhoneQRCode.style.display = "none"
  307. // }else {
  308. // iPhoneQRCode.style.display = "block"
  309. // }
  310. // };
  311. // 在用户点击其他地方时,关闭弹窗
  312. // window.onclick = function(event) {
  313. // if (event.target !== iPhone && event.target.parentElement !== iPhone) {
  314. // iPhoneQRCode.style.display = "none";
  315. // }
  316. // };
  317. //获取系统名称
  318. function getSystemTitle(){
  319. $.ajax({
  320. url: ctxPath + 'system/getSystemTitle',
  321. type: 'post',
  322. dataType: 'json',
  323. data: {},
  324. success: function (res) {
  325. let data = res.data;
  326. if(data.hasOwnProperty('system_title')){
  327. $("#system_title").html(data.system_title);
  328. }else{
  329. $("#system_title").html('网络情报分析系统');
  330. }
  331. },
  332. error: function (res) {
  333. }
  334. });
  335. }
  336. function countDown() {
  337. loading("#warning-list")
  338. $.ajax({
  339. url: ctxPath + 'system/getWarningArticle',
  340. type: 'post',
  341. dataType: 'json',
  342. data: {
  343. openFlag: 1
  344. },
  345. success: function (res) {
  346. var list = res.data.warningArticle
  347. if (list.length > 0) {
  348. var pageinfo = res.data.pageInfo
  349. $('#warning-list-size').html('' + pageinfo.total + ' 条预警消息');
  350. if (!$('#hasNewMessage').hasClass('hasNewMessage')) {
  351. $('#hasNewMessage').addClass('hasNewMessage')
  352. }
  353. $('#warning-list').html('');
  354. for (var i = 0; i < list.length; i++) {
  355. var html =
  356. '<a href="/monitor/detail/' + list[i].article_id + '?groupid=' + list[i].group_id + '&projectid=' + list[i].project_id + '" target="_blank" class="message-item">' +
  357. ' <span class="btn btn-danger btn-circle"><i class="fa fa-link"></i></span>' +
  358. ' <div class="mail-contnet" style=" width: calc(100% - 50px);">' +
  359. ' <h5 class="message-title">' + list[i].article_title + '</h5>' +
  360. ' <span class="desc">' + list[i].popup_content + '</span>' +
  361. ' <span class="time">' + timeParse(getMyDate(list[i].popup_time)) + '</span>' +
  362. ' </div>' +
  363. '</a>'
  364. $('#warning-list').append(html);
  365. }
  366. } else {
  367. $('#hasNewMessage').removeClass('hasNewMessage')
  368. nodata("#warning-list", '暂无预警消息')
  369. }
  370. },
  371. error: function (res) {
  372. dataerror("#warning-list")
  373. }
  374. });
  375. }
  376. window.setInterval(countDown, 20000);
  377. function getMyDate(str) {
  378. var oDate = new Date(str),
  379. oYear = oDate.getFullYear(),
  380. oMonth = oDate.getMonth() + 1,
  381. oDay = oDate.getDate(),
  382. oHour = oDate.getHours(),
  383. oMin = oDate.getMinutes(),
  384. oSen = oDate.getSeconds(),
  385. oTime = oYear + '-' + getzf(oMonth) + '-' + getzf(oDay) + ' ' + getzf(oHour) + ':' +
  386. getzf(oMin) + ':' + getzf(oSen);//最后拼接时间
  387. return oTime;
  388. };
  389. //补0操作
  390. function getzf(num) {
  391. if (parseInt(num) < 10) {
  392. num = '0' + num;
  393. }
  394. return num;
  395. }
  396. // twelveHotArticle()
  397. // 12小时热点内容
  398. // function twelveHotArticle(){
  399. // $.ajax({
  400. // url: ctxPath + 'search/twelveHotArticle',
  401. // type: 'post',
  402. // dataType: 'json',
  403. // data: {},
  404. // beforeSend: function(){
  405. // loading('#articleList');
  406. // },
  407. // success: function(res){
  408. // var list = res;
  409. // $('#articleList').html('');
  410. // var html =''
  411. // for(var i=0; i<list.length; i++){
  412. // html += '<li class="timeline-inverted timeline-item">'+
  413. // '<div class="hot-time">'+list[i].publish_time.substring(11, 16)+'</div>'+
  414. // '<div class="timeline-panel">'+
  415. // '<div class="timeline-heading">'+
  416. // '<h4 class="timeline-title font-14"> <a href="'+ctxPath+'monitor/detail/'+list[i].article_public_id+'?menu=search">'+list[i].title+'</a>'+
  417. // '</h4>'+
  418. //// '<p><small class="text-muted"><i class="fa fa-clock-o"></i> 11 hours ago via Twitter</small> </p>'+
  419. // '</div>'+
  420. // '<div class="timeline-body">'+
  421. // '<p class="text-over-2">'+list[i].content+'</p>'+
  422. // '</div>'+
  423. // '</div>'+
  424. // '</li>';
  425. // }
  426. // $('#articleList').html(html);
  427. // if(list.length == 0){
  428. // nodata('#articleList');
  429. // }
  430. // },
  431. // error: function(){
  432. // dataerror('#articleList');
  433. // }
  434. // });
  435. // }
  436. //close-search 搜索
  437. // $("#showsearch").click(function () {
  438. // $("#search").show()
  439. // $('#searchText').keydown(function (e) {
  440. // if (e.keyCode == 13) {
  441. // let searchText = $("#searchText").val();
  442. // window.location.href = ctxPath + "monitor?searchword=" + searchText + "&searchflag=true";
  443. // }
  444. // });
  445. // });
  446. // $("#close-search").click(function () {
  447. // $("#search").hide()
  448. // });
  449. function jumpNavLocation(menu, groupId, projectId) {
  450. let projectFlag = [[${projectFlag}]];
  451. console.log(projectFlag)
  452. if (projectFlag && menu != 'project' && menu != 'monitor' && menu != 'full_search') {
  453. showInfo("请先创建方案!");
  454. return;
  455. }
  456. var param = '';
  457. if (groupId && projectId) {
  458. param = '?groupid=' + groupId + '&projectid=' + projectId;
  459. }
  460. if (groupId && !projectId) {
  461. param = '?groupid=' + groupId;
  462. }
  463. if (!groupId && projectId) {
  464. param = '?projectid=' + projectId;
  465. }
  466. if(menu=='displayboard'){
  467. window.location.href = ctxPath + 'displayboard' + param;
  468. }
  469. if (menu == 'analysis') {
  470. window.location.href = ctxPath + 'analysis' + param;
  471. } else if (menu == 'monitor') {
  472. window.location.href = ctxPath + 'monitor' + param;
  473. } else if (menu == 'project') {
  474. if (groupId) {
  475. if (projectId) {
  476. window.location.href = ctxPath + 'project/detail?groupid=' + groupId + '&projectid=' + projectId;
  477. } else {
  478. window.location.href = ctxPath + 'project?groupid=' + groupId;
  479. }
  480. } else {
  481. window.location.href = ctxPath + 'project';
  482. }
  483. } else if (menu == 'report') {
  484. window.location.href = ctxPath + 'report' + param;
  485. }
  486. else if (menu == 'volume') {
  487. window.location.href = ctxPath + 'volume' + param;
  488. }
  489. else if (menu == 'full_search') {
  490. window.location.href = ctxPath + 'fullsearch';
  491. }else if (menu == 'public_option') {
  492. window.location.href = ctxPath + 'publicoption';
  493. }else if (menu == 'syswarning') {
  494. window.location.href = ctxPath + '/system/warning';
  495. }
  496. }
  497. </script>
  498. </header>
  499. </body>
  500. </html>

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