-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprices.html
37 lines (31 loc) · 1.36 KB
/
prices.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DataTables Editor - prices</title>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs-3.3.7/jqc-1.12.4/pdfmake-0.1.18/dt-1.10.13/af-2.1.3/b-1.2.3/b-html5-1.2.3/r-2.1.0/se-1.2.0/datatables.min.css">
<link rel="stylesheet" type="text/css" href="css/generator-base.css">
<link rel="stylesheet" type="text/css" href="css/editor.bootstrap.min.css">
<script type="text/javascript" charset="utf-8" src="https://cdn.datatables.net/v/bs-3.3.7/jqc-1.12.4/pdfmake-0.1.18/dt-1.10.13/af-2.1.3/b-1.2.3/b-html5-1.2.3/r-2.1.0/se-1.2.0/datatables.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/dataTables.editor.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/editor.bootstrap.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/table.prices.js"></script>
</head>
<body class="bootstrap">
<div class="container">
<h1>
DataTables Editor <span>prices</span>
</h1>
<table cellpadding="0" cellspacing="0" border="0" class="table table-striped table-bordered" id="prices" width="100%">
<thead>
<tr>
<th>perkm</th>
<th>permin</th>
<th>startTime</th>
<th>endTime</th>
</tr>
</thead>
</table>
</div>
</body>
</html>