-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtext_report.html
23 lines (20 loc) · 1.11 KB
/
text_report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="thirdparty/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/bootstrap/css/docs.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/DataTables-1.9.4/media/css/demo_page.css" rel="stylesheet" type="text/css" />
<link href="thirdparty/DataTables-1.9.4/media/css/demo_table.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="text_report.css">
<script src="thirdparty/jquery-ui-1.9.1.custom/js/jquery-1.8.2.js"></script>
<script src="thirdparty/bootstrap/js/bootstrap.min.js"></script>
<script src="thirdparty/DataTables-1.9.4/media/js/jquery.dataTables.js"></script>
<script src="thirdparty/DataTables-1.9.4/media/js/paging.js"></script>
<script src="report_utility.js"></script>
<script src="text_report.js"></script>
<title>Appu: Text Report</title>
</head>
<body>
</body>
</html>