Browse Source

Adds tabulator capability to reports.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
6a464d29be
  1. 6
      include_header_stats.html

6
include_header_stats.html

@ -19,15 +19,21 @@ function resetTimer()
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>YBDB</title>
<link href="../css/css_yb_standard.css" rel="stylesheet" type="text/css" />
<link href="../css/pickmeup.css" rel="stylesheet" type="text/css" />
<link href="../css/stats.css" rel="stylesheet" type="text/css" />
<link href="../css/ui/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="../css/tabulator/tabulator_site.min.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-2.1.1.js"></script>
<script src="../js/jquery-2.1.1.js"></script>
<script src="../js/jquery.pickmeup.js"></script>
<script src="../js/stats.js"></script>
<script src="../js/ui/jquery-ui.js"></script>
<script src="../js/tabulator/dist/js/tabulator.min.js"></script>
</head>

Loading…
Cancel
Save