forked from LaDeSP/SIAF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
39 lines (27 loc) · 1.31 KB
/
Copy pathhead.php
File metadata and controls
39 lines (27 loc) · 1.31 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
<meta charset="UTF-8">
<title>Despesas</title>
<link rel="icon" href="imagens/favicon.png">
<!-- jquery - link cdn -->
<script src="js/JQuery/jquery-2.2.4.min.js"></script>
<script src="js/funcoes.js"> </script>
<!-- bootstrap - link cdn -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link href="estilos.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-datepicker.css" rel="stylesheet">
<script src="bootstrap/js/bootstrap-datepicker.min.js"></script>
<script src="bootstrap/js/bootstrap-datepicker.pt-BR.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/maskMoney/jquery.maskMoney.min.js" type="text/javascript"></script>
<!--modal css-->
<link href="css/modal/jquery.modal.css" type="text/css" rel="stylesheet" />
<link href="css/modal/jquery.modal.theme-xenon.css" type="text/css" rel="stylesheet" />
<link href="css/modal/jquery.modal.theme-atlant.css" type="text/css" rel="stylesheet" />
<!--modal js-->
<script type="text/javascript" src="js/modal/jquery.modal.js"></script>
<script src="code/highcharts.src.js"></script>
<script src="js/charttable/jquery.highchartTable-min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('table.highchart').highchartTable();
});
</script>