Project

General

Profile

1
<%@ page language="java"%>
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Duane Costa
5
  *    Copyright: 2006 University of New Mexico and
6
  *               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: costa $'
11
  *     '$Date: 2006-06-14 08:26:14 -0700 (Wed, 14 Jun 2006) $'
12
  * '$Revision: 3005 $'
13
  * 
14
  * This program is free software; you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation; either version 2 of the License, or
17
  * (at your option) any later version.
18
  *
19
  * This program is distributed in the hope that it will be useful,
20
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
  * GNU General Public License for more details.
23
  *
24
  * You should have received a copy of the GNU General Public License
25
  * along with this program; if not, write to the Free Software
26
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
  *
28
-->
29
<%@ include file="settings.jsp"%>
30
<%@ include file="session_vars.jsp"%>
31

    
32
<html>
33

    
34
  <head>
35
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
36
    <link href="@style-skins-path@/lter/lter.css" rel="stylesheet" type="text/css">
37
    <script language="javascript" type="text/javascript" src="<%= relativeRoot %>/lter.js"></script>
38
    <title>
39
      LTER Data Catalog
40
    </title>
41
  </head>
42

    
43
  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
44
    <table width="912px" height="100%" align="left" border="0" cellpadding="0" cellspacing="0">
45
      <tr>
46
        <td colspan="3" valign="top">
47
          <table width="100%" border="0" cellpadding="0" cellspacing="0">
48
            <tr>
49
              <td width="126" align="right" class="sidenav">
50
                &nbsp;
51
              </td>
52
              <td width="660" align="right" nowrap class="topnav">
53
                <a href="http://www.lternet.edu" target="_top">
54
                  LTER Home
55
                </a>
56
                |
57
                <a href="http://intranet.lternet.edu" target="_top">
58
                  Intranet
59
                </a>
60
                &nbsp;
61
              </td>
62
              <td width="126" class="sidenav">
63
                &nbsp;
64
              </td>
65

    
66
            </tr>
67
          </table>
68
        </td>
69
      </tr>
70
      <tr>
71
        <td height="100%" width="126" bgcolor="#006699" align="center">
72
          <img src="images/lterleft.jpg" width="126" height="92" border="0" usemap="#Map">
73
        </td>
74
        <td height="100%" width="660" bgcolor="#006699" align="center">
75
          <img src="images/ltermain.jpg" width="550" height="92">
76

    
77
        </td>
78
        <td height="100%" width="126" bgcolor="#006699">
79
          <img src="images/lterright.jpg" width="126" height="92">
80
        </td>
81
      </tr>
82
      <tr>
83
        <td colspan="3" class="sidenav"></td>
84
      </tr>
85
    </table>
86
  </body>
87

    
88
</html>
(7-7/24)