Browse Source

集成站点统计

tags/v1.0.1-224.11141
wangyi15124 3 years ago
parent
commit
fbccf1bdf5
43 changed files with 49 additions and 1 deletions
  1. +7
    -0
      src/main/resources/static/dist/baidu/baidu_statistics.js
  2. +1
    -0
      src/main/resources/templates/common/header.html
  3. +1
    -0
      src/main/resources/templates/common/monitor_left.html
  4. +1
    -0
      src/main/resources/templates/common/project_left.html
  5. +1
    -0
      src/main/resources/templates/common/search_left.html
  6. +1
    -0
      src/main/resources/templates/common/setting_left.html
  7. +1
    -0
      src/main/resources/templates/common/zhheader.html
  8. +1
    -0
      src/main/resources/templates/displayboard/displayboard.html
  9. +1
    -0
      src/main/resources/templates/executionPerson/executionPersonDetail.html
  10. +1
    -0
      src/main/resources/templates/monitor/detail.html
  11. +1
    -0
      src/main/resources/templates/monitor/monitor.html
  12. +1
    -0
      src/main/resources/templates/professor/professorDetail.html
  13. +1
    -0
      src/main/resources/templates/projectCenter/createProject.html
  14. +1
    -0
      src/main/resources/templates/projectCenter/editProject.html
  15. +1
    -0
      src/main/resources/templates/projectCenter/projectlist.html
  16. +1
    -0
      src/main/resources/templates/projectCenter/projectlistDetail.html
  17. +1
    -0
      src/main/resources/templates/publicoption/eventAnalysisDetail.html
  18. +1
    -0
      src/main/resources/templates/publicoption/eventAnalysisList.html
  19. +1
    -0
      src/main/resources/templates/publicoption/eventAnalysisReport.html
  20. +1
    -0
      src/main/resources/templates/report/report.html
  21. +1
    -0
      src/main/resources/templates/report/reportList.html
  22. +1
    -0
      src/main/resources/templates/search/fullSearch.html
  23. +1
    -0
      src/main/resources/templates/search/full_search.html
  24. +1
    -1
      src/main/resources/templates/search/search_bidding_detail.html
  25. +1
    -0
      src/main/resources/templates/search/search_company_detail.html
  26. +1
    -0
      src/main/resources/templates/search/search_detail.html
  27. +1
    -0
      src/main/resources/templates/search/search_investment_detail.html
  28. +1
    -0
      src/main/resources/templates/search/search_invite_detail.html
  29. +1
    -0
      src/main/resources/templates/search/search_judgment_detail.html
  30. +1
    -0
      src/main/resources/templates/search/search_knowledge_detail.html
  31. +1
    -0
      src/main/resources/templates/search/search_report_detail.html
  32. +1
    -0
      src/main/resources/templates/search/search_result.html
  33. +1
    -0
      src/main/resources/templates/search/search_thesisn_detail.html
  34. +1
    -0
      src/main/resources/templates/setting/feedback.html
  35. +1
    -0
      src/main/resources/templates/setting/preference.html
  36. +1
    -0
      src/main/resources/templates/setting/userCenter.html
  37. +1
    -0
      src/main/resources/templates/setting/warning copy 2.html
  38. +1
    -0
      src/main/resources/templates/setting/warning.html
  39. +1
    -0
      src/main/resources/templates/setting/warningEdit.html
  40. +1
    -0
      src/main/resources/templates/setting/warningMessage.html
  41. +1
    -0
      src/main/resources/templates/user/login.html
  42. +1
    -0
      src/main/resources/templates/userapply/apply.html
  43. +1
    -0
      src/main/resources/templates/volume/volumeMonitor.html

+ 7
- 0
src/main/resources/static/dist/baidu/baidu_statistics.js View File

@@ -0,0 +1,7 @@
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f17e264e40b4ac75672813c1a2ae7110";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();

+ 1
- 0
src/main/resources/templates/common/header.html View File

@@ -268,6 +268,7 @@
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script> <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
<script th:src="@{/common/iconfont.js}"></script> <script th:src="@{/common/iconfont.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:src="@{/dist/js/sidebarmenu.js}"></script> <script th:src="@{/dist/js/sidebarmenu.js}"></script>
<script th:src="@{/common/header.js}"></script> <script th:src="@{/common/header.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">


+ 1
- 0
src/main/resources/templates/common/monitor_left.html View File

@@ -41,6 +41,7 @@
</div> </div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script> <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
<script th:src="@{/common/common.js}"></script> <script th:src="@{/common/common.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript"> <script th:inline="javascript">
let menu = [[${menu}]]; let menu = [[${menu}]];
common_menu = menu; common_menu = menu;


+ 1
- 0
src/main/resources/templates/common/project_left.html View File

@@ -50,6 +50,7 @@
<!-- End Sidebar scroll--> <!-- End Sidebar scroll-->
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script> <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
<script th:src="@{/dist/project.js}"></script> <script th:src="@{/dist/project.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
var ctxPath = /*[[@{/}]]*/''; var ctxPath = /*[[@{/}]]*/'';
let group_Id = '[[${groupid}]]'; let group_Id = '[[${groupid}]]';


+ 1
- 0
src/main/resources/templates/common/search_left.html View File

@@ -45,6 +45,7 @@
</nav> </nav>
</div> </div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script> <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:src="@{/common/common.js}"></script> <script th:src="@{/common/common.js}"></script>
<script th:inline="javascript"> <script th:inline="javascript">
var ctx = [[@{/}]]; var ctx = [[@{/}]];


+ 1
- 0
src/main/resources/templates/common/setting_left.html View File

@@ -77,6 +77,7 @@
<!-- End Sidebar scroll--> <!-- End Sidebar scroll-->
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script> <script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>
<script th:src="@{/dist/project.js}"></script> <script th:src="@{/dist/project.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
var ctxPath = /*[[@{/}]]*/''; var ctxPath = /*[[@{/}]]*/'';
/* $(document).ready(function () { /* $(document).ready(function () {


+ 1
- 0
src/main/resources/templates/common/zhheader.html View File

@@ -244,6 +244,7 @@
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/js/sidebarmenu.js}"></script> <script th:src="@{/dist/js/sidebarmenu.js}"></script>
<script th:src="@{/common/header.js}"></script> <script th:src="@{/common/header.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
var ctxPath = /*[[@{/}]]*/''; var ctxPath = /*[[@{/}]]*/'';
countDown(); countDown();


+ 1
- 0
src/main/resources/templates/displayboard/displayboard.html View File

@@ -1027,6 +1027,7 @@
<!-- <script th:src="@{/dist/displayboard.js}"></script> --> <!-- <script th:src="@{/dist/displayboard.js}"></script> -->
<script th:src="@{/dist/displayboard/displayboard.js?t=0616}"></script> <script th:src="@{/dist/displayboard/displayboard.js?t=0616}"></script>
<!-- <script src=" dist/js/pages/dashboards/dashboard2.js"></script> --> <!-- <script src=" dist/js/pages/dashboards/dashboard2.js"></script> -->
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:src="@{/assets/libs/sweetalert/sweetalert.min.js}"></script> <script th:src="@{/assets/libs/sweetalert/sweetalert.min.js}"></script>
<script> <script>
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/executionPerson/executionPersonDetail.html View File

@@ -46,6 +46,7 @@
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script src="https://cdn.jsdelivr.net/npm/jutils-src"></script> <script src="https://cdn.jsdelivr.net/npm/jutils-src"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/monitor/detail.html View File

@@ -389,6 +389,7 @@
<script th:src="@{/assets/extra-libs/c3/d3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/d3.min.js}"></script>
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/monitor/monitor.html View File

@@ -1890,6 +1890,7 @@
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/monitor.js?unixtemp=0728}"></script> <script th:src="@{/dist/monitor.js?unixtemp=0728}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<!--<script src="https://cdn.bootcdn.net/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.js"></script>--> <!--<script src="https://cdn.bootcdn.net/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.js"></script>-->
<!--<script th:src="@{/dist/js/bootstrap-multiselect.js}"></script>--> <!--<script th:src="@{/dist/js/bootstrap-multiselect.js}"></script>-->
<!--<script src="https://cdn.bootcdn.net/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.min.js"></script>--> <!--<script src="https://cdn.bootcdn.net/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.min.js"></script>-->


+ 1
- 0
src/main/resources/templates/professor/professorDetail.html View File

@@ -264,6 +264,7 @@
<script th:src="@{/dist/js/xsjs/circleChart.es5.min.js}"></script> <script th:src="@{/dist/js/xsjs/circleChart.es5.min.js}"></script>
<script th:src="@{/dist/js/xsjs/circleChart.js}"></script> <script th:src="@{/dist/js/xsjs/circleChart.js}"></script>
<script th:src="@{/dist/js/xsjs/circleChart.min.js}"></script> <script th:src="@{/dist/js/xsjs/circleChart.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
var articleId = [[${articleid}]]; var articleId = [[${articleid}]];


+ 1
- 0
src/main/resources/templates/projectCenter/createProject.html View File

@@ -290,6 +290,7 @@
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<!-- 提示框 --> <!-- 提示框 -->
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/projectCenter/editProject.html View File

@@ -377,6 +377,7 @@
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js}"></script> <script th:src="@{/assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/projectCenter/projectlist.html View File

@@ -151,6 +151,7 @@
<script th:src="@{/dist/js/projectlist.js}"></script> <script th:src="@{/dist/js/projectlist.js}"></script>
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript"> <script th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/projectCenter/projectlistDetail.html View File

@@ -139,6 +139,7 @@
<script th:src="@{/dist/js/projectlist.js}"></script> <script th:src="@{/dist/js/projectlist.js}"></script>
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/publicoption/eventAnalysisDetail.html View File

@@ -848,6 +848,7 @@
<script th:src="@{/dist/js/publicoption.js?unixtemp=888888}"></script> <script th:src="@{/dist/js/publicoption.js?unixtemp=888888}"></script>
<script th:src="@{/dist/eventAnalysisDetail.js?unixtemp=888888}"></script> <script th:src="@{/dist/eventAnalysisDetail.js?unixtemp=888888}"></script>
<script th:src="@{/dist/eventAnalysisReport.js?unixtemp=888888}"></script> <script th:src="@{/dist/eventAnalysisReport.js?unixtemp=888888}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
var publicoption=[[${publicoption}]] var publicoption=[[${publicoption}]]


+ 1
- 0
src/main/resources/templates/publicoption/eventAnalysisList.html View File

@@ -196,6 +196,7 @@
<script th:src="@{/dist/js/publicoption.js?unixtemp=888888}"></script> <script th:src="@{/dist/js/publicoption.js?unixtemp=888888}"></script>
<script th:src="@{/dist/eventAnalysisReport.js?unixtemp=888888}"></script> <script th:src="@{/dist/eventAnalysisReport.js?unixtemp=888888}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script> <script>
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/publicoption/eventAnalysisReport.html View File

@@ -352,6 +352,7 @@
<script th:src="@{/dist/js/publicoption.js}"></script> <script th:src="@{/dist/js/publicoption.js}"></script>
<script th:src="@{/dist/eventAnalysisReport.js}"></script> <script th:src="@{/dist/eventAnalysisReport.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script> <script>
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
var dataList=[] var dataList=[]


+ 1
- 0
src/main/resources/templates/report/report.html View File

@@ -733,6 +733,7 @@
<script th:src="@{/dist/js/china.js}"></script> <script th:src="@{/dist/js/china.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/reportDetail.js?unixtemp=0728}"></script> <script th:src="@{/dist/reportDetail.js?unixtemp=0728}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/report/reportList.html View File

@@ -174,6 +174,7 @@
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/dist/report.js}"></script> <script th:src="@{/dist/report.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/fullSearch.html View File

@@ -189,6 +189,7 @@
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/dist/search.js}"></script> <script th:src="@{/dist/search.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript"> <script type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/full_search.html View File

@@ -100,6 +100,7 @@
<script th:src="@{/dist/js/sidebarmenu.js}"></script> <script th:src="@{/dist/js/sidebarmenu.js}"></script>
<script th:src="@{/dist/js/custom.min.js}"></script> <script th:src="@{/dist/js/custom.min.js}"></script>
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 1
src/main/resources/templates/search/search_bidding_detail.html View File

@@ -138,7 +138,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_company_detail.html View File

@@ -182,6 +182,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">


+ 1
- 0
src/main/resources/templates/search/search_detail.html View File

@@ -301,6 +301,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_investment_detail.html View File

@@ -176,6 +176,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_invite_detail.html View File

@@ -152,6 +152,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_judgment_detail.html View File

@@ -141,6 +141,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_knowledge_detail.html View File

@@ -141,6 +141,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_report_detail.html View File

@@ -138,6 +138,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/search/search_result.html View File

@@ -1685,6 +1685,7 @@
<!--js调用--> <!--js调用-->
<script th:src="@{/dist/monitorsearch.js?unixtemp=888888}"></script> <script th:src="@{/dist/monitorsearch.js?unixtemp=888888}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script src="https://cdn.jsdelivr.net/npm/jutils-src"></script> <script src="https://cdn.jsdelivr.net/npm/jutils-src"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">


+ 1
- 0
src/main/resources/templates/search/search_thesisn_detail.html View File

@@ -139,6 +139,7 @@
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/search_detail.js}"></script> <script th:src="@{/dist/search_detail.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/setting/feedback.html View File

@@ -473,6 +473,7 @@
<script src="../dist/js/pages.js"></script> <script src="../dist/js/pages.js"></script>
<!-- 右上角提示 --> <!-- 右上角提示 -->
<script src="../assets/libs/block-ui/jquery.blockUI.js"></script> <script src="../assets/libs/block-ui/jquery.blockUI.js"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script> <script>
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
$('.navLi').click(function(){ $('.navLi').click(function(){


+ 1
- 0
src/main/resources/templates/setting/preference.html View File

@@ -194,6 +194,7 @@
<script th:src="@{/dist/js/pages.js}"></script> <script th:src="@{/dist/js/pages.js}"></script>
<script th:src="@{/common/common.js}"></script> <script th:src="@{/common/common.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


+ 1
- 0
src/main/resources/templates/setting/userCenter.html View File

@@ -212,6 +212,7 @@
<script src="../dist/js/pages.js"></script> <script src="../dist/js/pages.js"></script>
<!-- 右上角提示 --> <!-- 右上角提示 -->
<script src="../assets/libs/block-ui/jquery.blockUI.js"></script> <script src="../assets/libs/block-ui/jquery.blockUI.js"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
$(function(){ $(function(){


+ 1
- 0
src/main/resources/templates/setting/warning copy 2.html View File

@@ -518,6 +518,7 @@
<!-- 右上角提示 --> <!-- 右上角提示 -->
<script src="../assets/libs/block-ui/jquery.blockUI.js"></script> <script src="../assets/libs/block-ui/jquery.blockUI.js"></script>
<script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script> <script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script> <script>
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
$('.navLi').click(function(){ $('.navLi').click(function(){


+ 1
- 0
src/main/resources/templates/setting/warning.html View File

@@ -128,6 +128,7 @@
<!-- 右上角提示 --> <!-- 右上角提示 -->
<script src="../assets/libs/block-ui/jquery.blockUI.js"></script> <script src="../assets/libs/block-ui/jquery.blockUI.js"></script>
<script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script> <script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<!--<script th:src="@{/common/common.js}"></script>--> <!--<script th:src="@{/common/common.js}"></script>-->
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">


+ 1
- 0
src/main/resources/templates/setting/warningEdit.html View File

@@ -385,6 +385,7 @@
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script> <script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script>
<script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script> <script th:src="@{/assets/libs/sweetalert2/dist/sweetalert2.all.min.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">


+ 1
- 0
src/main/resources/templates/setting/warningMessage.html View File

@@ -196,6 +196,7 @@
<script src="../assets/libs/block-ui/jquery.blockUI.js"></script> <script src="../assets/libs/block-ui/jquery.blockUI.js"></script>
<script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script> <script src="../assets/libs/bootstrap-switch/dist/js/bootstrap-switch.min.js"></script>
<script th:src="@{/common/common.js}"></script> <script th:src="@{/common/common.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script type="text/javascript" th:inline="javascript"> <script type="text/javascript" th:inline="javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());
$(".bt-switch input[type='checkbox'], .bt-switch input[type='radio']").bootstrapSwitch(); $(".bt-switch input[type='checkbox'], .bt-switch input[type='radio']").bootstrapSwitch();


+ 1
- 0
src/main/resources/templates/user/login.html View File

@@ -113,6 +113,7 @@
<script th:src="@{/assets/libs/bootstrap/dist/js/bootstrap.min.js}"></script> <script th:src="@{/assets/libs/bootstrap/dist/js/bootstrap.min.js}"></script>
<script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script> <script th:src="@{/assets/libs/block-ui/jquery.blockUI.js}"></script>
<script th:src="@{/dist/js/sidebarmenu.js}"></script> <script th:src="@{/dist/js/sidebarmenu.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<!-- ============================================================== --> <!-- ============================================================== -->
<!-- This page plugin js --> <!-- This page plugin js -->


+ 1
- 0
src/main/resources/templates/userapply/apply.html View File

@@ -55,6 +55,7 @@
<script th:src="@{/assets/extra-libs/c3/d3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/d3.min.js}"></script>
<script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script> <script th:src="@{/assets/extra-libs/c3/c3.min.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>


<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
var ctxPath = /*[[@{/}]]*/''; var ctxPath = /*[[@{/}]]*/'';


+ 1
- 0
src/main/resources/templates/volume/volumeMonitor.html View File

@@ -572,6 +572,7 @@
<script th:src="@{/dist/anycharts/data.js}"></script> <script th:src="@{/dist/anycharts/data.js}"></script>
<script th:src="@{/common/tools.js}"></script> <script th:src="@{/common/tools.js}"></script>
<script th:src="@{/dist/volume.js}"></script> <script th:src="@{/dist/volume.js}"></script>
<script th:src="@{/dist/baidu/baidu_statistics.js}"></script>
<script th:inline="javascript" type="text/javascript"> <script th:inline="javascript" type="text/javascript">
$("#currentyear").text((new Date()).getFullYear()); $("#currentyear").text((new Date()).getFullYear());


Loading…
Cancel
Save