visus.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!--
  2. This file is part of centurio.work/out/frame.
  3. centurio.work/out/frame is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by the Free
  5. Software Foundation, either version 3 of the License, or (at your option) any
  6. later version.
  7. centurio.work/out/frame is distributed in the hope that it will be useful, but
  8. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  9. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  10. more details.
  11. You should have received a copy of the GNU General Public License along with
  12. centurio.work/out/frame (file LICENSE in the main directory). If not, see
  13. <http://www.gnu.org/licenses/>.
  14. -->
  15. <!DOCTYPE html>
  16. <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  19. <title>Dashboard</title>
  20. <!-- libs, do not modify. When local than load local libs. -->
  21. <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
  22. <script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
  23. <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
  24. <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
  25. <script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
  26. <script type="text/javascript" src="/js_libs/util.js"></script>
  27. <script type="text/javascript" src="/js_libs/printf.js"></script>
  28. <script type="text/javascript" src="/js_libs/strftime.min.js"></script>
  29. <script type="text/javascript" src="/js_libs/parsequery.js"></script>
  30. <script type="text/javascript" src="/js_libs/underscore.min.js"></script>
  31. <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
  32. <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
  33. <!-- custom stuff, play arround -->
  34. <script type="text/javascript" src="../../data/eMonMain22/js/visus.js"></script>
  35. <script src="https://d3js.org/d3.v7.min.js"></script>
  36. <link rel="stylesheet" href="../../data/eMonMain22/ui.css" type="text/css"/>
  37. <link class='custom' rel="stylesheet" href="" type="text/css"/>
  38. <script>
  39. </script>
  40. <style>
  41. /*
  42. svg {
  43. font: 10px sans-serif;
  44. }
  45. text.title {
  46. font: 300 78px Helvetica Neue;
  47. fill: #666;
  48. }
  49. .rule line {
  50. stroke: #fff;
  51. stroke-opacity: .2;
  52. shape-rendering: crispEdges;
  53. }
  54. .rule:first-child line {
  55. stroke: #000;
  56. stroke-opacity: 1;
  57. }
  58. rect {
  59. fill: #e377c2;
  60. }
  61. */
  62. </style>
  63. </head>
  64. <body is="x-ui">
  65. <div id="data2"></div>
  66. </body>
  67. </html>