Revision 2939
Added by anderson almost 19 years ago
index.html | ||
---|---|---|
29 | 29 |
<html> |
30 | 30 |
<head> |
31 | 31 |
<title>KNP Data Repository</title> |
32 |
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
|
32 |
<link rel="stylesheet" href="/knp/style/default.css" type="text/css">
|
|
33 | 33 |
<link rel="stylesheet" type="text/css" |
34 |
href="@systemidserver@@style-skins-path@/knp/knp.css"></link>
|
|
34 |
href="http://nebulous.msi.ucsb.edu:9999/knp/style/skins/knp/knp.css"></link>
|
|
35 | 35 |
<script language="JavaScript" type="text/JavaScript" |
36 |
src="@systemidserver@@style-skins-path@/knp/knp.js"></script>
|
|
36 |
src="http://nebulous.msi.ucsb.edu:9999/knp/style/skins/knp/knp.js"></script>
|
|
37 | 37 |
<script language="JavaScript" type="text/JavaScript" |
38 |
src="@systemidserver@@style-common-path@/branding.js"></script>
|
|
38 |
src="http://nebulous.msi.ucsb.edu:9999/knp/style/common/branding.js"></script>
|
|
39 | 39 |
</head> |
40 | 40 |
<body> |
41 |
<script language="JavaScript"> |
|
42 |
insertTemplateOpening(); |
|
43 |
insertSearchBox(); |
|
44 |
</script> |
|
45 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
|
46 |
<tr><td colspan="5"> |
|
41 |
<script language="JavaScript"> |
|
42 |
function getMapFrame() { |
|
43 |
return document.getElementById('mapFrame'); |
|
44 |
} |
|
45 |
insertTemplateOpening(); |
|
46 |
insertSearchBox(); |
|
47 |
</script> |
|
48 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
49 |
<tr><td colspan="1" style="padding-right:60px"> |
|
47 | 50 |
<p> |
48 | 51 |
Welcome to the Kruger National Park Data Repository. This is the primary source for |
49 | 52 |
comprehensive information about scientific and research data sets collected |
... | ... | |
55 | 58 |
<menu> |
56 | 59 |
<li><span class="searchbox">Search for Data</span><br /> |
57 | 60 |
<menu> |
58 |
<form method="POST" action="@servlet-path@" target="_top">
|
|
61 |
<form method="POST" action="/knp/metacat" target="_top">
|
|
59 | 62 |
<input value="INTERSECT" name="operator" type="hidden"> |
60 | 63 |
<input size="14" name="anyfield" type="text" value=""> |
61 | 64 |
<!--<input name="organizationName" value="Kruger National Park" type="hidden">--> |
... | ... | |
92 | 95 |
biodiversity embedded within it). |
93 | 96 |
</menu> |
94 | 97 |
<p> </p> |
95 |
<li><a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=knp&enableediting=false&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=metadata&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&returnfield=idinfo/citation/citeinfo/title&returnfield=idinfo/citation/citeinfo/origin&returnfield=idinfo/keywords/theme/themekey">Browse existing KNP data sets</a><br />
|
|
98 |
<li><a href="/knp/metacat?action=query&operator=INTERSECT&anyfield=%25&qformat=knp&enableediting=false&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=metadata&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&returnfield=idinfo/citation/citeinfo/title&returnfield=idinfo/citation/citeinfo/origin&returnfield=idinfo/keywords/theme/themekey">Browse existing KNP data sets</a><br />
|
|
96 | 99 |
<menu> |
97 | 100 |
Browse all existing data sets by title. This operation can be slow as the |
98 | 101 |
number of entries in the repository grows. |
99 | 102 |
</menu> |
100 | 103 |
</li> |
101 |
<p> </p> |
|
102 |
<li><a href="@cgi-prefix@/mapserv?map=/var/www/html/mapserver/kruger/kruger5.map&mode=browse">View a map of KNP data sets</a><br /> |
|
103 |
<menu> |
|
104 |
Browse all existing KNP data sets on a map including various environmental |
|
105 |
data layers. |
|
106 |
</menu> |
|
107 |
</li> |
|
108 | 104 |
<!-- |
109 | 105 |
<p> </p> |
110 |
<li><a href="@cgi-prefix@/register-dataset.cgi?cfg=knp">Register a new KNP
|
|
106 |
<li><a href="http://nebulous.msi.ucsb.edu:9999/cgi-bin/register-dataset.cgi?cfg=knp">Register a new KNP
|
|
111 | 107 |
data set</a><br /> |
112 | 108 |
<menu> |
113 | 109 |
The registration page is used to submit information about a <b>new</b> |
... | ... | |
126 | 122 |
<li>Login |
127 | 123 |
<br /> |
128 | 124 |
<menu> |
129 |
<form name="loginform" method="post" action="@servlet-path@"
|
|
125 |
<form name="loginform" method="post" action="/knp/metacat"
|
|
130 | 126 |
target="_top" onsubmit="return submitform(this);" id="loginform"> |
131 | 127 |
<input type="hidden" name="action" value="login"> <input type= |
132 | 128 |
"hidden" name="username" value=""> <input type="hidden" name= |
... | ... | |
182 | 178 |
</li> |
183 | 179 |
<p> </p> |
184 | 180 |
<li>Manage your account |
185 |
<!-- <a href="@cgi-prefix@/ldapweb.cgi?cfg=knp">Create a new account</a> -->
|
|
181 |
<!-- <a href="http://nebulous.msi.ucsb.edu:9999/cgi-bin/ldapweb.cgi?cfg=knp">Create a new account</a> -->
|
|
186 | 182 |
<ul> |
187 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=knp&stage=changepass">Change your password</a>
|
|
188 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=knp&stage=resetpass">Reset your password</a>
|
|
183 |
<li><a href="http://nebulous.msi.ucsb.edu:9999/cgi-bin/ldapweb.cgi?cfg=knp&stage=changepass">Change your password</a>
|
|
184 |
<li><a href="http://nebulous.msi.ucsb.edu:9999/cgi-bin/ldapweb.cgi?cfg=knp&stage=resetpass">Reset your password</a>
|
|
189 | 185 |
</ul> |
190 | 186 |
<br /> |
191 | 187 |
<menu> |
... | ... | |
196 | 192 |
</li> |
197 | 193 |
</menu> |
198 | 194 |
</p> |
195 |
</td> |
|
196 |
<td class="mapColumn" rowspan="2" style="vertical-align:top"> |
|
197 |
<iframe src="http://nebulous.msi.ucsb.edu:9999/geoserver/data/mbdemos/demo/metacat_wfs/pma.html" class="mapFrame" |
|
198 |
id="mapFrame" name="mapFrame" marginheight="0" marginwidth="0" border="0" framespacing="0" hspace="0" vspace="0" frameborder="0" scrolling="no">Your browser does not support the iframe tag. <a href="http://nebulous.msi.ucsb.edu:9999/geoserver/data/mbdemos/demo/metacat_wfs/pma.html" target="_blank">This content</a> should have been displayed at this location</iframe> |
|
199 | 199 |
</td></tr> |
200 | 200 |
<tr><td> |
201 | 201 |
<p> |
... | ... | |
222 | 222 |
SpecNet registry</a> </li> |
223 | 223 |
</ul> |
224 | 224 |
</p> |
225 |
</td></tr> |
|
225 |
</td> |
|
226 |
|
|
227 |
|
|
228 |
</tr> |
|
226 | 229 |
</table> |
230 |
|
|
227 | 231 |
<p> </p> |
232 |
|
|
233 |
</td> |
|
234 |
|
|
228 | 235 |
<script language="JavaScript"> |
229 | 236 |
insertTemplateClosing(); |
230 | 237 |
</script> |
238 |
</tr> |
|
239 |
</table> |
|
240 |
|
|
231 | 241 |
</body> |
232 | 242 |
</html> |
Also available in: Unified diff
the latest changes to the KNP skin for the map.