-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironmental.html
75 lines (55 loc) · 2.29 KB
/
environmental.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
<!DOCTYPE html>
<html manifest="./cache.manifest">
<head>
<title>FENIX Modules</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 Modules">
<!-- Third Party CSS -->
<link rel="stylesheet" href="//fenixrepo.fao.org/cdn/js/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- FENIX CSS -->
<link rel="stylesheet" href="submodules/fenix-ui-common/css/fenix-style.css">
<link rel="stylesheet" href="css/host.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="css/icons/fx-favicon.ico">
</head>
<body>
<div id="wrapper">
<!-- Sidebar -->
<div id="sidebar-wrapper"></div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="page-content-toolbar">
<a href="#menu-toggle" class="btn btn-default page-content-toolbar-btn" id="menu-toggle">
<span class="icojam_linen"></span>
</a>
<a class="btn btn-default open-overlay page-content-toolbar-btn">
<img src="css/icons/catalog-ico.svg" class="catalog-ico img-responsive">
</a>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<iframe src="http://fenix.fao.org/demo/wsp" allowfullscreen frameborder="0" style="border:none" scrolling="no" height="5800px" width="100%" ></iframe>
<hr>
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>2014 FENIX · <a href="#">Terms</a></p>
</footer>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- Javascript
================================================== -->
<script data-main="scripts/mains/modules" src="//fenixrepo.fao.org/cdn/js/requirejs/2.1.15/require.min.js"></script>
</body>
</html>