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: aschultz $'
11
 *     '$Date: 2008-11-25 18:55:07 -0800 (Tue, 25 Nov 2008) $'
12
 * '$Revision: 4634 $'
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
      </script>
50
      <br/>
51
      <script language="JavaScript">
52
          insertSearchBox("<%=CONTEXT_URL%>");
53
      </script>
54
<br/>
55

    
56
<table width="760" border="0" cellspacing="0" cellpadding="0">
57
  <tr><td colspan="5">
58

    
59
Welcome to the Kepler Analytical Repository.  This repository hosts Kepler
60
analytical components (actors) on the Ecogrid.  You can search for actors,
61
then download and import them into Kepler.  Eventually, you will be able
62
to search this repository directly from Kepler.
63

    
64
<p>&nbsp;</p>
65

    
66
  <p>&nbsp;</p>
67
<!--
68
  <li>Login
69
  <br />
70
  <menu>
71
  <form name="loginform" method="post" action="<%=SERVLET_URL%>"
72
  target="_top" onsubmit="return submitform(this);" id="loginform">
73
    <input type="hidden" name="action" value="login"> <input type=
74
    "hidden" name="username" value=""> <input type="hidden" name=
75
    "qformat" value="kepler"> <input type="hidden" name=
76
    "enableediting" value="false">
77

    
78
    <table>
79
      <tr valign="middle">
80
        <td align="left" valign="middle" class="text_plain">
81
        username:</td>
82

    
83
        <td width="173" align="left" class="text_plain" style=
84
        "padding-top: 2px; padding-bottom: 2px;"><input name="uid"
85
        type="text" style="width: 140px;" value="kepler"></td>
86
      </tr>
87

    
88
      <tr valign="middle">
89
        <td height="28" align="left" valign="middle" class=
90
        "text_plain">organization:</td>
91

    
92
        <td align="left" class="text_plain" style=
93
        "padding-top: 2px; padding-bottom: 2px;"><select name=
94
        "organization" style="width:140px;">
95
          <option value="unaffiliated">unaffiliated</option>
96
        </select></td>
97
      </tr>
98

    
99
      <tr valign="middle">
100
        <td width="85" align="left" valign="middle" class=
101
        "text_plain">password:</td>
102

    
103
        <td colspan="2" align="left" class="text_plain" style=
104
        "padding-top: 2px; padding-bottom: 2px;">
105
          <table width="100%" border="0" cellpadding="0"
106
          cellspacing="0">
107
            <tr>
108
              <td width="150" align="left"><input name="password"
109
              type="password" maxlength="50" style="width:140px;"
110
              value="kepler"></td>
111

    
112
              <td align="center" class="buttonBG_login">
113
              <input type="submit" name="loginAction" value="Login"
114
              class="button_login"></td>
115

    
116
              <td align="left">&nbsp;</td>
117
            </tr>
118
          </table>
119
        </td>
120
      </tr>
121
    </table>
122
  </form>
123
  </menu>
124
  </li>
125
-->
126
</menu>
127
</p>
128
  </td></tr>
129
</table>
130
<p>&nbsp;</p>
131
<script language="JavaScript">          
132
    insertTemplateClosing("<%=CONTEXT_URL%>");
133
</script>
134
</body>
135
</html>
(5-5/14)