]> git.sesse.net Git - pkanalytics/blob - viewer.html
Write .json on quit, not start.
[pkanalytics] / viewer.html
1 <!DOCTYPE html>
2 <!-- TODO: make something nice to package up the ultimate.json and everything into one file -->
3 <html>
4   <head>
5     <meta charset="utf-8">
6     <title>Plastkast Analytics</title>
7     <link rel="stylesheet" type="text/css" href="ultimate.css">
8     <script src="ultimate.js"></script>
9   </head>
10   <body>
11     <p id="mainmenu"></p>
12     <div id="filter">
13       <!-- SVG icon: MIT license, jtblabs, https://github.com/jtblabs/jtb-icons?ref=svgrepo.com -->
14       <svg id="filter-icon" width="18" height="18" viewBox="0 0 32 32"><path d="M30 6.749h-28c-0.69 0-1.25 0.56-1.25 1.25s0.56 1.25 1.25 1.25v0h28c0.69 0 1.25-0.56 1.25-1.25s-0.56-1.25-1.25-1.25v0zM24 14.75h-16c-0.69 0-1.25 0.56-1.25 1.25s0.56 1.25 1.25 1.25v0h16c0.69 0 1.25-0.56 1.25-1.25s-0.56-1.25-1.25-1.25v0zM19 22.75h-6.053c-0.69 0-1.25 0.56-1.25 1.25s0.56 1.25 1.25 1.25v0h6.053c0.69 0 1.25-0.56 1.25-1.25s-0.56-1.25-1.25-1.25v0z"></path></svg>
15       <span id="filter-legend">Filter</span>
16       <span id="filters"></span>
17       <span id="filter-click-to-add" onclick="open_filter_menu()">Click to add…</span>
18         <div id="filter-add-menu">
19         </div>
20         <div id="filter-submenu">
21         </div>
22     </div>
23     <table id="stats">
24     </table>
25   </body>
26 </html>
27