]> git.sesse.net Git - pkanalytics/blob - viewer.html
Support filtering passes by thrower and receiver.
[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 class="filtermenus">
13     <div class="filter" data-filter-id="1">
14       <!-- SVG icon: MIT license, jtblabs, https://github.com/jtblabs/jtb-icons?ref=svgrepo.com -->
15       <svg class="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>
16       <span class="filter-legend">Filter</span>
17       <span class="filters"></span>
18       <span class="filter-click-to-add" onclick="open_filter_menu(event.target)">Click to add…</span>
19       <div id="filter-add-menu">
20       </div>
21       <div id="filter-submenu">
22       </div>
23     </div>
24     </div>
25     <table id="stats">
26     </table>
27   </body>
28 </html>
29