-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreatedataset.html
88 lines (69 loc) · 3.27 KB
/
createdataset.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
<!DOCTYPE html>
<html>
<head>
<title>FENIX Data Management</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="FENIX Structure">
<!-- Third Party CSS -->
<link rel="stylesheet" href="//fenixrepo.fao.org/cdn/js/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href='css/iThing-min.css' />
<link rel="stylesheet" href="css/jqwidgets/styles/jqx.base.css" type="text/css" />
<link rel="stylesheet" href="//fenixrepo.fao.org/cdn/js/bootstrap-tagsinput/bootstrap-tagsinput.css" />
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" href="//fenixrepo.fao.org/cdn/js/bootstrap-validator/0.5.0/bootstrapValidator.min.css" />
<link rel="stylesheet" href="css/formprogress.css" />
<link rel="stylesheet" href='//fenixrepo.fao.org/cdn/js/jqwidgets/3.8.2/styles/jqx.base.css' />
<link rel="stylesheet" href='//fenixrepo.fao.org/cdn/js/introjs/1.0.0/introjs.css' />
<link rel="stylesheet" href='//fenixrepo.fao.org/cdn/js/pnotify/2.0.1/pnotify.custom.min.css' />
<link rel="stylesheet" href='//fenixrepo.fao.org/cdn/js/nprogress/0.1.6/nprogress.css' />
<link rel="stylesheet" href='//fenixrepo.fao.org/cdn/js/jstree/3.0.8/dist/themes/default/style.min.css'>
<!-- FENIX CSS -->
<!--<link rel="stylesheet" href="submodules/fenix-ui-common/css/fenix-style.css">-->
<!--<link rel="stylesheet" href='submodules/fenix-ui-catalog/css/fenix-ui-catalog.css'/>-->
<!--<link rel="stylesheet" href='submodules/fenix-ui-metadata-editor/css/pnotify.css'/>-->
<!--<link rel="stylesheet" href="submodules/fenix-ui-DSDEditor/css/fenix-ui-DSDEditor.css" type="text/css"/>-->
<!--<link rel="stylesheet" href='submodules/fenix-ui-metadata-editor/css/fenix-metadata-editor.css' />-->
<style>
.form-group {
position: relative;
}
.alpaca-button-disabled {
background-color: #c4c4c4 !important;
}
.cTdDim {
width: 34%;
padding: 8px;
}
.cTdVal {
width: 33%;
padding: 8px;
}
.cTdOther {
width: 33%;
padding: 8px;
}
.bg-dim {
background-color: #DFF0D8;
}
.bg-val {
background-color: #D9EDF7;
}
.bg-other {
background-color: #FCF8E3;
}
</style>
<!--<link rel="stylesheet" href='submodules/fenix-ui-metadata-editor/lib/alpaca/alpaca.min.css' />-->
<link rel="stylesheet" href="css/host.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="css/icons/fx-favicon.ico">
<!--DEBUG THAT, how to load moment with Require: alpacaJS cannot find the library-->
<script src="submodules/fenix-ui-metadata-editor/lib/moment-with-locales.js" type="text/javascript"></script>
</head>
<body>
<script data-main="scripts/mains/datamng" src="//fenixrepo.fao.org/cdn/js/requirejs/2.1.15/require.min.js"></script>
</body>
</html>