Project

General

Profile

1
<%@ page    language="java" %>
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Matt Jones, CHad Berkley
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *
9
  *   '$Author: costa $'
10
  *     '$Date: 2005-10-07 12:26:09 -0700 (Fri, 07 Oct 2005) $'
11
  * '$Revision: 2660 $'
12
  * 
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
  *
27
-->
28
<head>
29
  <title>LTER Data Catalog</title>
30
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
31
  <link href="@style-skins-path@/lter/lter.css" rel="stylesheet" type="text/css">
32
</head>
33

    
34
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
35
    <table width="750px" align="left" border="0" cellpadding="0" cellspacing="0">
36
      <tr> 
37
        <td colspan="4" valign="top">
38
          <table width="100%" border="0" cellpadding="2" cellspacing="0">
39
            <tr> 
40
              <td width="126" align="right" class="sidenav" >&nbsp;</td>
41
              <td width="68%" align="right" nowrap class="topnav" >
42
                <a href="http://www.lternet.edu">LTER Home</a> | <a href="http://intranet.lternet.edu">Intranet</a>
43
              </td>
44
              <td width="126" class="sidenav" >&nbsp;</td>
45
            </tr>
46
          </table>
47
        </td>
48
      </tr>
49
      <tr> 
50
        <td width="126" bgcolor="#006699" align="center">
51
          <img src="./images/lterleft.jpg" width="126" height="92" border="0" usemap="#Map">
52
        </td>
53
        <td width="68%" bgcolor="#006699" align="center">
54
          <img src="./images/ltermain.jpg" width="550" height="92">
55
        </td>
56
        <td width="126" bgcolor="#006699">
57
          <img src="./images/lterright.jpg" width="126" height="92">
58
        </td>
59
      </tr>
60
    </table>
61
</body>
62

    
63
</html>
(1-1/9)