mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 08:53:23 -05:00
Adds tabulator capability to reports.
This commit is contained in:
parent
407893b872
commit
6a464d29be
@ -19,15 +19,21 @@ function resetTimer()
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>YBDB</title>
|
<title>YBDB</title>
|
||||||
<link href="../css/css_yb_standard.css" rel="stylesheet" type="text/css" />
|
<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/pickmeup.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="../css/stats.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-2.1.1.js"></script>
|
||||||
<script src="../js/jquery.pickmeup.js"></script>
|
<script src="../js/jquery.pickmeup.js"></script>
|
||||||
<script src="../js/stats.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>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user