Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *      Authors: Matt Jones
6
 *    Copyright: 2000 Regents of the University of California and the
7
 *               National Center for Ecological Analysis and Synthesis
8
 *  For Details: http://www.nceas.ucsb.edu/
9
 *
10
 *   '$Author: daigle $'
11
 *     '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
12
 * '$Revision: 3780 $'
13
 * 
14
 * This is an HTML document for displaying metadata catalog tools
15
 *
16
 * This program is free software; you can redistribute it and/or modify
17
 * it under the terms of the GNU General Public License as published by
18
 * the Free Software Foundation; either version 2 of the License, or
19
 * (at your option) any later version.
20
 *
21
 * This program is distributed in the hope that it will be useful,
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 * GNU General Public License for more details.
25
 *
26
 * You should have received a copy of the GNU General Public License
27
 * along with this program; if not, write to the Free Software
28
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
 */
30
%>
31

    
32
<%@ include file="../../common/common-settings.jsp"%>
33
  
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
35
<html>
36
<head>
37
<title>Kepler Analytical Repository</title>
38
  <link rel="stylesheet" type="text/css" 
39
        href="<%=STYLE_SKINS_URL%>/kepler/kepler.css"></link>
40
  <script language="JavaScript" type="text/JavaScript"
41
          src="<%=STYLE_SKINS_URL%>/kepler/kepler.js"></script>
42
  <script language="JavaScript" type="text/JavaScript"
43
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
44
</head>
45
<body>
46
      <script language="JavaScript">
47
          insertTemplateOpening("<%=SERVER_URL_WITH_CONTEXT%>");
48
          insertSearchBox("<%=SERVER_URL_WITH_CONTEXT%>");
49
      </script>
50
<table width="760" border="0" cellspacing="0" cellpadding="0">
51
  <tr><td colspan="5">
52
<p>
53
Welcome to the Kepler Analytical Repository.  This repository hosts Kepler
54
analytical components (actors) on the Ecogrid.  You can search for actors,
55
then download and import them into Kepler.  Eventually, you will be able
56
to search this repository directly from Kepler.
57
</p>
58
<p>&nbsp;</p>
59
<p><b>Repository Tools</b></p>
60
<p>
61
<menu>
62
<li><span class="searchbox">Search for Components</span><br />
63
    <menu>
64
<form method="get" action="<%=SERVLET_URL%>" target="_top">
65
  <input value="INTERSECT" name="operator" type="hidden">   
66
  <input size="14" name="anyfield" type="text" value="">
67
  <input name="action" value="query" type="hidden">
68
  <input name="qformat" value="kepler" type="hidden">
69
  <input name="enableediting" value="false" type="hidden">
70
  <input name="operator" value="UNION" type="hidden">
71
  <input name="pagesize" value="10" type="hidden">
72
  <input name="pagestart" value="0" type="hidden">
73
  <input name="returnfield" value="entity/@name" type="hidden">
74
  <input name="returnfield" value="entity/property[@name='karId']/@value" type="hidden">
75
  <input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='author']/configure" type="hidden">
76
  <input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
77
  <input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
78
  <input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
79
  <input name="returndoctype" value="entity" type="hidden">
80
  <input value="Search" type="submit">
81
</form>
82
      The repository search system is used to locate analytical components of interest
83
      by searching through existing registered components.  
84
      Use a '%' symbol as a wildcard in searches
85
      (e.g., '%Constant%' would locate any phrase with the word
86
      'Constant' embedded within it).
87
      </menu>
88
  <p>&nbsp;</p>
89
  <li>
90
  <a href="<%=SERVLET_URL%>?action=query&qformat=kepler&enableediting=false&operator=UNION&returnfield=entity%2F%40name&returnfield=entity%2Fproperty%5B%40name%3D%27karId%27%5D%2F%40value&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27author%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27version%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27description%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27userLevelDocumentation%27%5D%2Fconfigure&returndoctype=entity&pagestart=0&pagesize=10">Browse existing Kepler analytical components</a>
91
  <br />
92
    <menu>
93
    Browse all existing data sets by title.  This operation can slow as the
94
    number of entries in the repository grows.
95
    </menu>
96
  </li>
97
  <p>&nbsp;</p>
98
  <!--<li>Login
99
  <br />
100
  <menu>
101
  <form name="loginform" method="post" action="<%=SERVLET_URL%>"
102
  target="_top" onsubmit="return submitform(this);" id="loginform">
103
    <input type="hidden" name="action" value="login"> <input type=
104
    "hidden" name="username" value=""> <input type="hidden" name=
105
    "qformat" value="kepler"> <input type="hidden" name=
106
    "enableediting" value="false">
107

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

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

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

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

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

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

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

    
146
              <td align="left">&nbsp;</td>
147
            </tr>
148
          </table>
149
        </td>
150
      </tr>
151
    </table>
152
  </form>
153
  </menu>
154
  </li>-->
155
</menu>
156
</p>
157
  </td></tr>
158
</table>
159
<p>&nbsp;</p>
160
<script language="JavaScript">          
161
    insertTemplateClosing("<%=SERVER_URL_WITH_CONTEXT%>");
162
</script>
163
</body>
164
</html>
(4-4/11)