1
|
<!--
|
2
|
'$RCSfile$'
|
3
|
Copyright: 2003 Regents of the University of California and the
|
4
|
National Center for Ecological Analysis and Synthesis
|
5
|
'$Author: berkley $'
|
6
|
'$Date: 2006-10-31 14:36:23 -0800 (Tue, 31 Oct 2006) $'
|
7
|
'$Revision: 3071 $'
|
8
|
|
9
|
This program is free software; you can redistribute it and/or modify
|
10
|
it under the terms of the GNU General Public License as published by
|
11
|
the Free Software Foundation; either version 2 of the License, or
|
12
|
(at your option) any later version.
|
13
|
|
14
|
This program is distributed in the hope that it will be useful,
|
15
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17
|
GNU General Public License for more details.
|
18
|
|
19
|
You should have received a copy of the GNU General Public License
|
20
|
along with this program; if not, write to the Free Software
|
21
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
22
|
-->
|
23
|
<!--____________________________max_width____________________________________-->
|
24
|
|
25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
26
|
<html>
|
27
|
<head>
|
28
|
<title>Kepler Analytical Repository</title>
|
29
|
<link rel="stylesheet" type="text/css"
|
30
|
href="@systemidserver@@style-skins-path@/kepler/kepler.css"></link>
|
31
|
</head>
|
32
|
|
33
|
<body>
|
34
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
35
|
<tr>
|
36
|
<td rowspan="3" width="15%" valign="top">
|
37
|
<div align="left"><img src="@systemidserver@@style-skins-path@/kepler/kepler-logo.png"></div>
|
38
|
</td>
|
39
|
<td valign="middle" colspan="4" class="title">Kepler Analytical Component Repository</td>
|
40
|
</tr>
|
41
|
<tr>
|
42
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
43
|
</tr>
|
44
|
<tr>
|
45
|
<td valign="top" width="20%">
|
46
|
<p><a href="http://www.kepler-project.org/" target="_top">Kepler Home</a></p>
|
47
|
</td>
|
48
|
<td valign="top" width="20%">
|
49
|
<p><a href="@systemidserver@@style-skins-path@/kepler/index.html" target="_top">Repository Home</a></p>
|
50
|
</td>
|
51
|
<!--
|
52
|
<td valign="top" width="20%">
|
53
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=kepler" target="_top">Register New Dataset</a></p>
|
54
|
</td>
|
55
|
-->
|
56
|
<td valign="top" width="20%">
|
57
|
<p class="searchbox">
|
58
|
Search for Data<br />
|
59
|
<form method="POST" action="@servlet-path@" target="_top">
|
60
|
<input value="INTERSECT" name="operator" type="hidden">
|
61
|
<input size="14" name="anyfield" type="text" value="">
|
62
|
<!--<input name="organizationName" value="Kruger National Park" type="hidden">-->
|
63
|
<input name="action" value="query" type="hidden">
|
64
|
<input name="qformat" value="kepler" type="hidden">
|
65
|
<input name="enableediting" value="false" type="hidden">
|
66
|
<input name="operator" value="UNION" type="hidden">
|
67
|
<input name="returnfield" value="entity/@name" type="hidden">
|
68
|
<input name="returndoctype" value="entity" type="hidden">
|
69
|
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden">
|
70
|
<!-- <input value="Start Search" type="submit"> -->
|
71
|
</form>
|
72
|
</p>
|
73
|
</td>
|
74
|
</tr>
|
75
|
</table>
|
76
|
</body>
|
77
|
</html>
|