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 4080 daigle
<%@ include file="../../common/configure-check.jsp"%>
29 3780 daigle
30
<!--____________________________max_width____________________________________-->
31
32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
33
<html>
34
<head>
35
  <title>Kepler Analytical Repository</title>
36
  <link rel="stylesheet" type="text/css"
37
        href="<%=STYLE_SKINS_URL%>/kepler/kepler.css"></link>
38
</head>
39
40
<body>
41 5501 tao
<table width="100%" border="0" cellspacing="0" cellpadding="0">
42 3780 daigle
  <tr>
43
    <td rowspan="3" width="15%" valign="top">
44
      <div align="left"><img src="<%=STYLE_SKINS_URL%>/kepler/kepler-logo.png"></div>
45
    </td>
46 5501 tao
    <td valign="middle" colspan="2" class="title">Kepler Analytical Component Repository</td>
47 3780 daigle
  </tr>
48
  <tr>
49 5501 tao
    <td class="spacerrow" valign="top" colspan="3">&nbsp;</td>
50 3780 daigle
  </tr>
51 5501 tao
  <tr>
52
    <td valign="top" width="30%">
53 3780 daigle
      <p><a href="http://www.kepler-project.org/" target="_top">Kepler Home</a></p>
54
    </td>
55 5501 tao
    <td valign="top" width="30%">
56 3780 daigle
      <p><a href="<%=STYLE_SKINS_URL%>/kepler/index.jsp" target="_top">Repository Home</a></p>
57
    </td>
58 5501 tao
    <td valign="top" width="30%"> </td>
59 3780 daigle
  </tr>
60
</table>
61
</body>
62
</html>