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

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

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

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

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

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

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

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

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