Project

General

Profile

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