Revision 3399
Added by barteau over 17 years ago
lib/style/skins/knp/footer.html | ||
---|---|---|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 |
|
|
3 |
<html> |
|
4 |
<head> |
|
5 |
<title></title> |
|
6 |
<link rel="stylesheet" type="text/css" href="knp.css"/> |
|
7 |
</head> |
|
8 |
<body class="footerContent"> |
|
9 |
This project is a cooperative effort of |
|
10 |
<a href="http://www.sanparks.org/">Kruger National Park (KNP)</a> and the |
|
11 |
<a href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>. |
|
12 |
The Data Repository is based on software developed by the |
|
13 |
<a href="http://knb.ecoinformatics.org">Knowledge Network for Biocomplexity (KNB)</a>, |
|
14 |
and houses metadata that are compliant with |
|
15 |
<a href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata Language (EML)</a>. |
|
16 |
Other sites contributing to the KNB repository include: |
|
17 |
<ul> |
|
18 |
<li> |
|
19 |
<a href="http://knb.ecoinformatics.org/knb/obfs">Organization of Biological Field Stations registry</a> |
|
20 |
</li> |
|
21 |
<li> |
|
22 |
<a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC Natural Reserve System registry</a> |
|
23 |
</li> |
|
24 |
<li> |
|
25 |
<a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS registry</a> |
|
26 |
</li> |
|
27 |
<li> |
|
28 |
<a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">SpecNet registry</a> |
|
29 |
</li> |
|
30 |
</ul> |
|
31 |
</body> |
|
32 |
</html> |
|
0 | 33 |
Also available in: Unified diff
Created to replace the footer.jspx file, since the footer text is static and JSP is not need (efficiency)