-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (79 loc) · 2.87 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>AMIS Commodity BalanceSheet</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BALANCE SHEET - Administration">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.3.1.1.css">
<!-- JQwidgets -->
<link rel="stylesheet" href='http://fenixapps.fao.org/repository/js/jqwidgets/3.2.2/styles/jqx.base.css'/>
<!-- nprogress -->
<link rel="stylesheet" href="css/nprogress.css">
<!-- IngniteUI -->
<link rel="stylesheet" href="css/infragistics.css">
<link rel="stylesheet" href="css/infragistics.theme.css">
<link rel="stylesheet" href="css/balanceSheet.css">
<!-- Webix -->
<link rel="stylesheet" href="css/webix.css">
<link rel="stylesheet" href="css/pivot.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse">
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">AMIS COMMODITY BALANCE SHEETS</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"></div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<h1>AMIS Commodity Balance Sheets</h1>
<hr>
</div>
<br>
<div class="container">
<label id="jqxGrid"></label><br>
<div class="row">
<div class="col-lg-12" id="pivotGridContainer">
<label for="pivotGridContainer" class="control-label">
<h1>
<small>Grid</small>
</h1>
</label>
<div id="pivotGrid"></div>
</div>
</div>
</hr>
<div class="row">
<div class="col-lg-3" id="optionGridContainer">
<label for="optionGridContainer" class="control-label">
<button type="button" class="btn btn-danger" id="exportButton">Export excel Format</button>
</label>
<div id="optionPivotGrid"></div>
</div>
</div>
<div id="detailsView"></div>
</div>
<br><br>
<div class="row">
<div class="col-lg-12">
</div>
</div>
<script data-main="js/main" src="js/scripts/libs/require.js">
</script>
</body>
</html>