-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyordr.html
More file actions
42 lines (33 loc) · 1.57 KB
/
Copy pathpyordr.html
File metadata and controls
42 lines (33 loc) · 1.57 KB
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
38
39
40
41
42
<html>
<head>
<title>Pay Orders</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="pyordr.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdn.datatables.net/responsive/2.2.3/js/dataTables.responsive.min.js"></script>
<script src="https://cdn.datatables.net/responsive/2.2.3/js/responsive.bootstrap4.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/responsive/2.2.3/css/responsive.bootstrap4.min.css">
</head>
<body>
{{form:tag}}
{{form:info}}
{{form:script}}
{{form:messages}}
<div style="display:none">{{emit:nextscreen}} {{emit:flag}}</div>
<div id="header">
<h1 id="title">Sample Order Data</h1>
</div>
<div id="payorders-form" class="container-fluid">
<table id="payorder_data_table" class="table table-striped table-hover table-bordered dataTables dt-responsive" style="width:70%"></table>
</div>
<div id="footer">
<p> Copyright © 2020 <a href="https://www.prolifics.com">Prolifics</a> All Rights Reserved.</p>
</div>
</body>
</html>