Project

General

Profile

1 2942 jones
<%@ page    language="java" %>
2
<%
3 3283 barteau
/*
4
*  '$RCSfile$'
5
*    Copyright: 2006 Regents of the University of California and the
6
*               National Center for Ecological Analysis and Synthesis
7
*
8
*   '$Author$'
9
*     '$Date$'
10
* '$Revision$'
11
*
12
* This program is free software; you can redistribute it and/or modify
13
* it under the terms of the GNU General Public License as published by
14
* the Free Software Foundation; either version 2 of the License, or
15
* (at your option) any later version.
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
* GNU General Public License for more details.
21
*
22
* You should have received a copy of the GNU General Public License
23
* along with this program; if not, write to the Free Software
24
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
*/
26 2942 jones
%>
27
<%@ include file="../../common/common-settings.jsp"%>
28 3034 perry
<%
29
String mapUrl = "@systemidserver@/@context@/style/skins/knp/spatial/pma.html";
30
%>
31 2942 jones
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
32
<html>
33 3283 barteau
    <head>
34
        <title>KNP Data Repository</title>
35
        <link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
36
        <link rel="stylesheet" type="text/css"
37
              href="@systemidserver@@style-skins-path@/knp/knp.css"></link>
38
        <script language="JavaScript" type="text/JavaScript"
39
                src="@systemidserver@@style-skins-path@/knp/knp.js"></script>
40
        <script language="JavaScript" type="text/JavaScript"
41
                src="@systemidserver@@style-common-path@/branding.js"></script>
42
    </head>
43
    <body>
44
        <script language="JavaScript">
45 3034 perry
46 2942 jones
function getMapFrame() {
47
	return document.getElementById('mapFrame');
48
}
49
insertTemplateOpening();
50
insertSearchBox();
51 3283 barteau
        </script>
52
53
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
54
            <tr><td colspan="1" style="padding-right:60px">
55
                    <p>
56
                        Welcome to the Kruger National Park Data Repository. This is the primary source for
57
                        comprehensive information about scientific and research data sets collected
58
                        within the KNP.
59
                    </p>
60
                    <p>&nbsp;</p>
61
                    <p><b>Repository Tools</b></p>
62
                    <p>
63
                        <menu>
64
                            <li><span class="searchbox">Search for Data</span><br />
65
                            <menu>
66
                                <form method="POST" action="@servlet-path@" target="_top" name="searchform">
67
                                    <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
68
                                    <input size="14" name="anyfield" type="text" value="">
69
                                    <input name="qformat" value="knp" type="hidden">
70
                                    <input value="Search" type="submit">
71
                                </form>
72
                                The repository search system is used to locate data sets of interest
73
                                by searching through existing registered data sets.
74
                                Presently the search covers all fields, including
75
                                author, title, abstract, keywords, and other documentation
76
                                for each data set.  Use a '%' symbol as a wildcard in searches
77
                                (e.g., '%biodiversity%' would locate any phrase with the word
78
                                biodiversity embedded within it).
79
                            </menu>
80
                            <p>&nbsp;</p>
81
                            <form method="POST" action="@servlet-path@" target="_top" name="browseform">
82
                                <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
83
                                <input name="anyfield" type="hidden" value="%">
84
                                <input name="qformat" value="knp" type="hidden">
85
                            </form>
86
                            <li><a href="javascript:submitbrowseform('query',document.browseform)">Browse existing KNP data sets</a><br/>
87
                                <menu>
88
                                    Browse all existing data sets by title.  This operation can be slow as the
89
                                    number of entries in the repository grows.
90
                                </menu>
91
                            </li>
92
                            <p>&nbsp;</p>
93
                            <li>Registered Users
94
                                <br />
95
                                <script type="text/javascript">
96
                                    insertLoginBox();
97
                                </script>
98
                            </li>
99
                            <p>&nbsp;</p>
100
                        </menu>
101
                    </p>
102
                </td>
103
                <td class="mapColumn" rowspan="2" style="vertical-align:top">
104
                    <iframe src="<%=mapUrl%>" class="mapFrame"
105
                            id="mapFrame" name="mapFrame" marginheight="0" marginwidth="0" border="0"
106
                            framespacing="0" hspace="0" vspace="0" frameborder="0" scrolling="no">
107
                        Your browser does not support the iframe tag.
108
                        &lt;a href="<%=mapUrl%>" target="_blank"&gt;
109
                        This content&lt;/a&gt; should have been displayed at this location
110
                    </iframe>
111
            </td></tr>
112
            <tr><td>
113
                    <p>
114
                        This project is a cooperative effort of <a
115
                            href="http://www.sanparks.org/">Kruger National Park (KNP)</a>
116
                        and the <a href="http://www.nceas.ucsb.edu">National
117
                        Center for Ecological Analysis and Synthesis (NCEAS)</a>.
118
                        The Data Repository is based on software developed by
119
                        the <a href="http://knb.ecoinformatics.org">Knowledge Network for
120
                        Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
121
                            href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
122
                        Language (EML)</a>.  <!-- Consequently, data registered in this repository
123 2942 jones
    also are accessible from the larger collection of data found in the
124
    <a href="http://knb.ecoinformatics.org">KNB repository</a>.  -->
125
    Other sites contributing to the KNB repository include:
126 3283 barteau
                        <ul>
127
                            <li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
128
                            Biological Field Stations registry</a>  </li>
129
                            <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
130
                            Natural Reserve System registry</a>  </li>
131
                            <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
132
                            registry</a>  </li>
133
                            <li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
134
                            SpecNet registry</a>  </li>
135
                        </ul>
136
                    </p>
137
            </td></tr>
138
        </table>
139
        <p>&nbsp;</p>
140
        <script language="JavaScript">
141 2942 jones
    insertTemplateClosing();
142 3283 barteau
        </script>
143
        </tr>
144
        </table>
145
146
    </body>
147 2942 jones
</html>