-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (35 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>DataEditor</title>
<meta charset="utf-8">
<meta name="author" content="Daniele Olivotti <daniele.olivotti[at]fao.org>">
<!--Scripts-->
<!--CSS-->
<link rel="stylesheet" href="lib/jqwidgets/styles/jqx.base.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<style>
.cl_lev1 {
font-weight: bolder;
}
.cl_lev2 {
font-weight: bold;
}
.cl_lev3 {
font-weight: normal;
}
.cl_lev4 {
font-weight: lighter;
color: #666666;
}
</style>
<!--END CSS-->
</head>
<body>
<button id="btnEN" type="button">EN</button><button id="btnFR" type="button">FR</button>
<div id="mainContainer"></div>
<!-- Javascript -->
<script type="text/javascript" data-main="js/test" src="lib/require.js"></script>
<button id="btnGetData" type="button">Get data</button>
</body>
</html>