-
Notifications
You must be signed in to change notification settings - Fork 3
/
index_vme.html
136 lines (119 loc) · 5.41 KB
/
index_vme.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Map application to display areas of Vulnerable Marine Ecosystems." />
<meta name="author-corporate" content="FAO of the UN" />
<meta name="copyright" content="http://www.fao.org/corp/copyright/en/" />
<meta name="keywords" content="RFB, Regional Fishery Body, Map, FAO" />
<title>Vulnerable Marine Ecosystems Database</title>
<link rel="stylesheet" type="text/css" href="lib/OpenLayers/theme/default/style.css" />
<link rel="stylesheet" href="theme/css/style.css" type="text/css" />
<link rel="stylesheet" href="theme/css/html.css" type="text/css" />
<link rel="stylesheet" href="theme/css/vme.css" type="text/css" />
<link rel="stylesheet" href="theme/css/vmefonts.css" type="text/css" />
<!-- header style -->
<style type="text/css">
#header {
width: 920px;
position: relative;
background-image: url(theme/img/new_vme_banner.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 156px;
}
#header #logo {
width: 400px;
}
#header .info {
width: 360px;
position: absolute;
right: 20px;
top: 40px;
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
text-align: left;
text-shadow: 1px 1px 2px #000;
}
img{
max-width: 100%
}
</style>
<!--[if lt IE 9]>
<link rel="stylesheet" href="theme/css/oldie.css" type="text/css" />
<![endif]-->
<script type="text/javascript">
//Workaround for IE7 IE8 http://trac.osgeo.org/openlayers/ticket/2304
document.namespaces;
</script>
</head>
<!-- body onload="setVMEPage('e-link','rfbs-link', 'rfbs-html')" -->
<body>
<div id="page">
<div id="wrapper">
<!--
<div id="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left">
<a href="http://www.fao.org" target="_blank"><img border=0 style="vertical-align: middle;" src="theme/img/FIGIS_banner-logo.gif" alt="FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS" title="Food and Agriculture Organization of the United Nations"/></a>
</td>
<td align="right">
<a href="http://www.fao.org/fishery" target="_blank"><img border=0 style="vertical-align: middle;" src="theme/img/FIGIS_banner-text.gif" alt="FAO Fisheries and Aquaculture Department" title="FAO Fisheries and Aquaculture Department"/></a>
</td>
</tr>
<tr>
<td>
<h1 id="title">Vulnerable Marine Ecosystems Map Viewer</h1>
</td>
</tr>
</table>
</div> -->
<!--div>
<div class="ribbon" style="position:absolute;right:0px;top:0px;z-index:5000">
<img src="theme/img/beta-ribbon.png" alt="Beta"/>
</div>
</div-->
<div id="header">
<!--div id="logo"><a href="#" onClick="resetVME();"><img src="theme/img/logo.fw.png" width="377" height="172" alt=""/></a></div>
<div id="subTitle" class="info"-->
<!--The Vulnerable Marine Ecosystem Database (VME-DB)<br />
gathers information on VME areas stored in harmonized<br />
way and disseminated through maps and fact sheets.-->
<!--Global inventory of fisheries measures adopted in ABNJ <br />
to prevent significant adverse impacts of high-seas <br />
bottom fisheries on vulnerable marine ecosystems (VMEs) and associated information
</div-->
</div>
<div style="position:relative" id="main">
</BR></BR></BR>
Managements regulations related to UNGA RES. 61/105
</div>
</div>
</div>
<div id ="disclaimer">
</div>
<div id="bottomBar1"><a href="http://www.geo-solutions.it" style="float:left;text-align:left;padding-left:2px;">Credits</a>
powered by
<a title="FIGIS web site" href="http://www.fao.org/fishery/figis/en">FIGIS</a>
<a title="FAO Copyright" target="_blank" href="http://www.fao.org/corp/copyright/en/">
© FAO,
<span id="copyYear">2011</span>
</a>
</div>
<script type="text/javascript">
// <![CDATA[
document.getElementById('disclaimer').innerHTML = "<strong>Disclaimer:</strong> The designations employed and the presentation of material in the map(s) are for illustration only and do not imply the expression of any opinion whatsoever on the part of FAO concerning the legal or constitutional status of any country, territory or sea area, or concerning the delimitation of frontiers or boundaries.";
document.getElementById('subTitle').innerHTML = "Global inventory of fisheries measures adopted in ABNJ <br />to prevent significant adverse impacts of high-seas <br />bottom fisheries on vulnerable marine ecosystems (VMEs) and associated information";
// ]]>
</script>
<!--<input type="button" id="addlayer" value="Show RFB" onclick="addLayer()"/>
<input type="button" id="addlayer" value="Show zoom" onclick="SLD()"/>-->
</body>
</html>