1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <!--
- This file is part of centurio.work/out/frame.
- centurio.work/out/frame is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by the Free
- Software Foundation, either version 3 of the License, or (at your option) any
- later version.
- centurio.work/out/frame is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- more details.
- You should have received a copy of the GNU General Public License along with
- centurio.work/out/frame (file LICENSE in the main directory). If not, see
- <http://www.gnu.org/licenses/>.
- -->
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>Dashboard</title>
- <!-- libs, do not modify. When local than load local libs. -->
- <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
- <script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
- <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
- <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
- <script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
- <script type="text/javascript" src="/js_libs/util.js"></script>
- <script type="text/javascript" src="/js_libs/printf.js"></script>
- <script type="text/javascript" src="/js_libs/strftime.min.js"></script>
- <script type="text/javascript" src="/js_libs/parsequery.js"></script>
- <script type="text/javascript" src="/js_libs/underscore.min.js"></script>
- <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
- <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
- <!-- custom stuff, play arround -->
- <script type="text/javascript" src="../../data/eMonMain22/js/visus.js"></script>
- <script src="https://d3js.org/d3.v7.min.js"></script>
- <link rel="stylesheet" href="../../data/eMonMain22/ui.css" type="text/css"/>
- <link class='custom' rel="stylesheet" href="" type="text/css"/>
- <script>
- </script>
- <style>
- /*
- svg {
- font: 10px sans-serif;
- }
- text.title {
- font: 300 78px Helvetica Neue;
- fill: #666;
- }
- .rule line {
- stroke: #fff;
- stroke-opacity: .2;
- shape-rendering: crispEdges;
- }
- .rule:first-child line {
- stroke: #000;
- stroke-opacity: 1;
- }
- rect {
- fill: #e377c2;
- }
- */
- </style>
- </head>
- <body is="x-ui">
- <div id="data2"></div>
- </body>
- </html>
|