-
Notifications
You must be signed in to change notification settings - Fork 4
/
footer.php
47 lines (35 loc) · 1.14 KB
/
footer.php
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
43
44
45
46
47
<!-- Main Footer -->
<footer class="main-footer dark-bg">
<div class="pull-right hidden-xs"> Version 1.0</div>
Copyright © 2019 SMPP Admin. All rights reserved. </footer>
</div>
<!-- wrapper -->
<!-- jQuery -->
<script src="dist/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="dist/js/chosen.jquery.min.js"></script>
<script src="dist/js/chosen.order.jquery.min.js"></script>
<script src="dist/js/jquery.maskedinput.min.js"></script>
<script src="dist/js/ovio.js"></script>
<script src="dist/js/select2.min.js"></script>
<script src="dist/js/main.js"></script>
<!-- DataTables -->
<script src="dist/js/jquery.dataTables.min.js"></script>
<script src="dist/js/dataTables.bootstrap.min.js"></script>
<!-- charts -->
<script src="plugins/stepform/jq.stepform.js"></script>
<script>
$(function () {
$('#example1, #example3').DataTable()
$('#example2').DataTable({
'paging' : true,
'lengthChange': false,
'searching' : false,
'ordering' : true,
'info' : true,
'autoWidth' : false
})
})
</script>
</body>
</html>