Revision 3382
Added by barteau about 17 years ago
index.jsp | ||
---|---|---|
26 | 26 |
%> |
27 | 27 |
<%@ include file="../../common/common-settings.jsp"%> |
28 | 28 |
|
29 |
<% |
|
30 |
String mapUrl = "@systemidserver@/@context@/style/skins/knp/spatial/pma.html"; |
|
31 |
%> |
|
32 | 29 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
33 | 30 |
<html> |
34 | 31 |
<head> |
35 |
<title>KNP Data Repository</title> |
|
36 |
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css"> |
|
37 |
<link rel="stylesheet" type="text/css" |
|
38 |
href="@systemidserver@@style-skins-path@/knp/knp.css"></link> |
|
39 |
<script language="JavaScript" type="text/JavaScript" |
|
40 |
src="@systemidserver@@style-skins-path@/knp/knp.js"></script> |
|
41 |
<script language="JavaScript" type="text/JavaScript" |
|
42 |
src="@systemidserver@@style-common-path@/branding.js"></script> |
|
32 |
<title>SANParks - Kruger National Park Data Repository</title> |
|
33 |
<link rel="stylesheet" href="../default/default.css" type="text/css"/> |
|
34 |
<link rel="stylesheet" type="text/css" href="knp.css"/> |
|
35 |
<script language="JavaScript" type="text/JavaScript" src="knp.js"></script> |
|
36 |
<script language="JavaScript" type="text/JavaScript" src="../../common/branding.js"></script> |
|
43 | 37 |
</head> |
44 |
<body> |
|
38 |
<body style="background: #7BB865;">
|
|
45 | 39 |
<script language="JavaScript"> |
46 |
|
|
47 |
function getMapFrame() {
|
|
48 |
return document.getElementById('mapFrame');
|
|
49 |
}
|
|
50 |
insertTemplateOpening();
|
|
51 |
insertSearchBox();
|
|
40 |
function getMapFrame() { |
|
41 |
return document.getElementById('mapFrame');
|
|
42 |
}
|
|
43 |
insertTemplateOpening();
|
|
44 |
insertLoginBox();
|
|
45 |
insertTemplateClosing();
|
|
52 | 46 |
</script> |
53 |
|
|
54 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
55 |
<tr><td colspan="1" style="padding-right:60px"> |
|
56 |
<p> |
|
57 |
Welcome to the Kruger National Park Data Repository. This is the primary source for |
|
58 |
comprehensive information about scientific and research data sets collected |
|
59 |
within the KNP. |
|
60 |
</p> |
|
61 |
<p> </p> |
|
62 |
<p><b>Repository Tools</b></p> |
|
63 |
<p> |
|
64 |
<menu> |
|
65 |
<script type="text/javascript"> |
|
66 |
insertLoginBox(); |
|
67 |
</script> |
|
68 |
</menu> |
|
69 |
</p> |
|
70 |
</td> |
|
71 |
<td class="mapColumn" rowspan="2" style="vertical-align:top"> |
|
72 |
<iframe src="<%=mapUrl%>" class="mapFrame" |
|
73 |
id="mapFrame" name="mapFrame" marginheight="0" marginwidth="0" border="0" |
|
74 |
framespacing="0" hspace="0" vspace="0" frameborder="0" scrolling="no"> |
|
75 |
Your browser does not support the iframe tag. |
|
76 |
<a href="<%=mapUrl%>" target="_blank"> |
|
77 |
This content</a> should have been displayed at this location |
|
78 |
</iframe> |
|
79 |
</td></tr> |
|
80 |
<tr><td> |
|
81 |
<p> |
|
82 |
This project is a cooperative effort of <a |
|
83 |
href="http://www.sanparks.org/">Kruger National Park (KNP)</a> |
|
84 |
and the <a href="http://www.nceas.ucsb.edu">National |
|
85 |
Center for Ecological Analysis and Synthesis (NCEAS)</a>. |
|
86 |
The Data Repository is based on software developed by |
|
87 |
the <a href="http://knb.ecoinformatics.org">Knowledge Network for |
|
88 |
Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a |
|
89 |
href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata |
|
90 |
Language (EML)</a>. <!-- Consequently, data registered in this repository |
|
91 |
also are accessible from the larger collection of data found in the |
|
92 |
<a href="http://knb.ecoinformatics.org">KNB repository</a>. --> |
|
93 |
Other sites contributing to the KNB repository include: |
|
94 |
<ul> |
|
95 |
<li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of |
|
96 |
Biological Field Stations registry</a> </li> |
|
97 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC |
|
98 |
Natural Reserve System registry</a> </li> |
|
99 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS |
|
100 |
registry</a> </li> |
|
101 |
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet"> |
|
102 |
SpecNet registry</a> </li> |
|
103 |
</ul> |
|
104 |
</p> |
|
105 |
</td></tr> |
|
106 |
</table> |
|
107 |
<p> </p> |
|
108 |
<script language="JavaScript"> |
|
109 |
insertTemplateClosing(); |
|
110 |
</script> |
|
111 |
</tr> |
|
112 |
</table> |
|
113 |
|
|
114 | 47 |
</body> |
115 | 48 |
</html> |
Also available in: Unified diff
Provides the glue for the KNP skin layout. Modifications mostly involve moving iframes out of this page and into the skins layout configuration.