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: sgarg $'
9
  *     '$Date: 2006-03-22 14:44:34 -0800 (Wed, 22 Mar 2006) $'
10
  * '$Revision: 2967 $'
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
<form method="POST" action="@servlet-path@" target="_top" name="browseform">
77
  <%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
78
  <input name="anyfield" type="hidden" value="%">
79
  <input name="qformat" value="knp" type="hidden">
80
</form>
81
  <li><a href="javascript:submitbrowseform('query',document.browseform)">Browse existing KNP data sets</a><br/>
82
    <menu>
83
    Browse all existing data sets by title.  This operation can be slow as the
84
    number of entries in the repository grows.
85
    </menu>
86
  </li>
87
<!--
88
  <p>&nbsp;</p>
89
  <li><a href="@cgi-prefix@/register-dataset.cgi?cfg=knp">Register a new KNP 
90
       data set</a><br />
91
    <menu>
92
      The registration page is used to submit information about a <b>new</b>
93
      data set regarding ecology or the environment.  The documentation about 
94
      the data set will be submitted to the Repository.  You (and only
95
      you, or your designee) can return to edit the entry
96
      at a later point in time to add to or correct the
97
      description.  You can also use other tools such as <a
98
      href="http://knb.ecoinformatics.org/morphoportal.jsp">Morpho</a> to
99
      further document the set of data and directly attach the data to the
100
      repository entry.
101
    </menu>
102
  </li>
103
-->
104
  <p>&nbsp;</p>
105
  <li>Login
106
  <br />
107
  <menu>
108
  <form name="loginform" method="post" action="@servlet-path@"
109
  target="_top" onsubmit="return submitform(this);" id="loginform">
110
    <input type="hidden" name="action" value="login"> <input type=
111
    "hidden" name="username" value=""> <input type="hidden" name=
112
    "qformat" value="knp"> <input type="hidden" name=
113
    "enableediting" value="false">
114

    
115
    <table>
116
      <tr valign="middle">
117
        <td align="left" valign="middle" class="text_plain">
118
        username:</td>
119

    
120
        <td width="173" align="left" class="text_plain" style=
121
        "padding-top: 2px; padding-bottom: 2px;"><input name="uid"
122
        type="text" style="width: 140px;" value=""></td>
123
      </tr>
124

    
125
      <tr valign="middle">
126
        <td height="28" align="left" valign="middle" class=
127
        "text_plain">organization:</td>
128

    
129
        <td align="left" class="text_plain" style=
130
        "padding-top: 2px; padding-bottom: 2px;"><select name=
131
        "organization" style="width:140px;">
132
          <option value="SANParks">SANParks</option>
133
          <option value="NCEAS">NCEAS</option>
134
        </select></td>
135
      </tr>
136

    
137
      <tr valign="middle">
138
        <td width="85" align="left" valign="middle" class=
139
        "text_plain">password:</td>
140

    
141
        <td colspan="2" align="left" class="text_plain" style=
142
        "padding-top: 2px; padding-bottom: 2px;">
143
          <table width="100%" border="0" cellpadding="0"
144
          cellspacing="0">
145
            <tr>
146
              <td width="150" align="left"><input name="password"
147
              type="password" maxlength="50" style="width:140px;"
148
              value=""></td>
149

    
150
              <td align="center" class="buttonBG_login">
151
              <input type="submit" name="loginAction" value="Login"
152
              class="button_login"></td>
153

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

    
218
</body>
219
</html>
(2-2/9)