Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
 /*
4
  *  '$RCSfile$'
5
  *    Copyright: 2006 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *
8
  *   '$Author: jones $'
9
  *     '$Date: 2006-03-01 22:40:02 -0800 (Wed, 01 Mar 2006) $'
10
  * '$Revision: 2942 $'
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
%>
27
<%@ include file="../../common/common-settings.jsp"%>
28
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
29
<html>
30
<head>
31
<title>KNP Data Repository</title>
32
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
33
  <link rel="stylesheet" type="text/css" 
34
        href="@systemidserver@@style-skins-path@/knp/knp.css"></link>
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="@systemidserver@@style-skins-path@/knp/knp.js"></script>
37
  <script language="JavaScript" type="text/JavaScript"
38
          src="@systemidserver@@style-common-path@/branding.js"></script>
39
</head>
40
<body>
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">
50
<p>
51
Welcome to the Kruger National Park Data Repository. This is the primary source for
52
comprehensive information about scientific and research data sets collected
53
within the KNP.
54
</p>
55
<p>&nbsp;</p>
56
<p><b>Repository Tools</b></p>
57
<p>
58
<menu>
59
<li><span class="searchbox">Search for Data</span><br />
60
    <menu>
61
<form method="POST" action="@servlet-path@" target="_top" name="searchform">
62
  <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
63
  <input size="14" name="anyfield" type="text" value="">
64
  <input name="qformat" value="knp" type="hidden">
65
  <input value="Search" type="submit">
66
</form>
67
      The repository search system is used to locate data sets of interest
68
      by searching through existing registered data sets.  
69
      Presently the search covers all fields, including
70
      author, title, abstract, keywords, and other documentation
71
      for each data set.  Use a '%' symbol as a wildcard in searches
72
      (e.g., '%biodiversity%' would locate any phrase with the word
73
      biodiversity embedded within it).
74
      </menu>
75
  <p>&nbsp;</p>
76
  <li><a href="javascript:submitbrowseform('query',document.searchform)">Browse existing KNP data sets</a><br/>
77
    <menu>
78
    Browse all existing data sets by title.  This operation can be slow as the
79
    number of entries in the repository grows.
80
    </menu>
81
  </li>
82
<!--
83
  <p>&nbsp;</p>
84
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=knp">Register a new KNP 
85
       data set</a><br />
86
    <menu>
87
      The registration page is used to submit information about a <b>new</b>
88
      data set regarding ecology or the environment.  The documentation about 
89
      the data set will be submitted to the Repository.  You (and only
90
      you, or your designee) can return to edit the entry
91
      at a later point in time to add to or correct the
92
      description.  You can also use other tools such as <a
93
      href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
94
      further document the set of data and directly attach the data to the
95
      repository entry.
96
    </menu>
97
  </li>
98
-->
99
  <p>&nbsp;</p>
100
  <li>Login
101
  <br />
102
  <menu>
103
  <form name="loginform" method="post" action="@servlet-path@"
104
  target="_top" onsubmit="return submitform(this);" id="loginform">
105
    <input type="hidden" name="action" value="login"> <input type=
106
    "hidden" name="username" value=""> <input type="hidden" name=
107
    "qformat" value="knp"> <input type="hidden" name=
108
    "enableediting" value="false">
109

    
110
    <table>
111
      <tr valign="middle">
112
        <td align="left" valign="middle" class="text_plain">
113
        username:</td>
114

    
115
        <td width="173" align="left" class="text_plain" style=
116
        "padding-top: 2px; padding-bottom: 2px;"><input name="uid"
117
        type="text" style="width: 140px;" value=""></td>
118
      </tr>
119

    
120
      <tr valign="middle">
121
        <td height="28" align="left" valign="middle" class=
122
        "text_plain">organization:</td>
123

    
124
        <td align="left" class="text_plain" style=
125
        "padding-top: 2px; padding-bottom: 2px;"><select name=
126
        "organization" style="width:140px;">
127
          <option value="SANParks">SANParks</option>
128
        </select></td>
129
      </tr>
130

    
131
      <tr valign="middle">
132
        <td width="85" align="left" valign="middle" class=
133
        "text_plain">password:</td>
134

    
135
        <td colspan="2" align="left" class="text_plain" style=
136
        "padding-top: 2px; padding-bottom: 2px;">
137
          <table width="100%" border="0" cellpadding="0"
138
          cellspacing="0">
139
            <tr>
140
              <td width="150" align="left"><input name="password"
141
              type="password" maxlength="50" style="width:140px;"
142
              value=""></td>
143

    
144
              <td align="center" class="buttonBG_login">
145
              <input type="submit" name="loginAction" value="Login"
146
              class="button_login"></td>
147

    
148
              <td align="left">&nbsp;</td>
149
            </tr>
150
          </table>
151
        </td>
152
      </tr>
153
    </table>
154
  </form>
155
  </menu>
156
  </li>
157
  <p>&nbsp;</p>
158
  <li>Manage your account
159
   <!-- <a href="@cgi-prefix@/ldapweb.cgi?cfg=knp">Create a new account</a> -->
160
    <ul>
161
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=knp&amp;stage=changepass">Change your password</a>
162
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=knp&amp;stage=resetpass">Reset your password</a>
163
    </ul>
164
    <br />
165
    <menu>
166
      If you have forgotten your password, use the "Reset password" link
167
      above to reset it.  If you would like to change your password, use the
168
      'Change password' link.
169
    </menu>
170
  </li>
171
</menu>
172
</p>
173
  </td>
174
  <td class="mapColumn" rowspan="2" style="vertical-align:top">
175
	<iframe src="http://nebulous.msi.ucsb.edu:9999/geoserver/data/mbdemos/demo/metacat_wfs/pma.html" class="mapFrame" 
176
	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. &lt;a href="http://nebulous.msi.ucsb.edu:9999/geoserver/data/mbdemos/demo/metacat_wfs/pma.html" target="_blank"&gt;This content&lt;/a&gt; should have been displayed at this location</iframe>
177
  </td></tr>
178
  <tr><td>
179
    <p>
180
    This project is a cooperative effort of <a
181
    href="http://www.sanparks.org/">Kruger National Park (KNP)</a>
182
    and the <a href="http://www.nceas.ucsb.edu">National
183
    Center for Ecological Analysis and Synthesis (NCEAS)</a>.
184
    The Data Repository is based on software developed by
185
    the <a href="http://knb.ecoinformatics.org">Knowledge Network for
186
    Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
187
    href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
188
    Language (EML)</a>.  <!-- Consequently, data registered in this repository
189
    also are accessible from the larger collection of data found in the
190
    <a href="http://knb.ecoinformatics.org">KNB repository</a>.  -->
191
    Other sites contributing to the KNB repository include:
192
    <ul>
193
    <li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
194
    Biological Field Stations registry</a>  </li>
195
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
196
    Natural Reserve System registry</a>  </li>
197
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
198
    registry</a>  </li>
199
    <li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
200
    SpecNet registry</a>  </li>
201
    </ul>
202
    </p>
203
  </td></tr>
204
</table>
205
<p>&nbsp;</p>
206
<script language="JavaScript">          
207
    insertTemplateClosing();
208
</script>
209
</tr>
210
</table>
211

    
212
</body>
213
</html>
(3-3/10)