1 |
3005
|
costa
|
<%@ page language="java"%>
|
2 |
3780
|
daigle
|
<%
|
3 |
|
|
/**
|
4 |
|
|
* '$RCSfile$'
|
5 |
|
|
* Authors: Duane Costa
|
6 |
|
|
* Copyright: 2006 University of New Mexico and
|
7 |
|
|
* Regents of the University of California and the
|
8 |
|
|
* National Center for Ecological Analysis and Synthesis
|
9 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
10 |
|
|
*
|
11 |
|
|
* '$Author$'
|
12 |
|
|
* '$Date$'
|
13 |
|
|
* '$Revision$'
|
14 |
|
|
*
|
15 |
|
|
* This program is free software; you can redistribute it and/or modify
|
16 |
|
|
* it under the terms of the GNU General Public License as published by
|
17 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
18 |
|
|
* (at your option) any later version.
|
19 |
|
|
*
|
20 |
|
|
* This program is distributed in the hope that it will be useful,
|
21 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23 |
|
|
* GNU General Public License for more details.
|
24 |
|
|
*
|
25 |
|
|
* You should have received a copy of the GNU General Public License
|
26 |
|
|
* along with this program; if not, write to the Free Software
|
27 |
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28 |
|
|
*
|
29 |
|
|
*/
|
30 |
|
|
%>
|
31 |
3005
|
costa
|
<%@ include file="settings.jsp"%>
|
32 |
|
|
<%@ include file="session_vars.jsp"%>
|
33 |
|
|
|
34 |
|
|
<html>
|
35 |
|
|
|
36 |
|
|
<head>
|
37 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
38 |
3780
|
daigle
|
<link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
|
39 |
|
|
<script language="javascript" type="text/javascript" src="<%=STYLE_SKINS_URL%>/lter/lter.js"></script>
|
40 |
3005
|
costa
|
<title>
|
41 |
|
|
LTER Data Catalog
|
42 |
|
|
</title>
|
43 |
|
|
</head>
|
44 |
|
|
|
45 |
|
|
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
46 |
|
|
<table width="912px" height="100%" align="left" border="0" cellpadding="0" cellspacing="0">
|
47 |
|
|
<tr>
|
48 |
|
|
<td colspan="3" valign="top">
|
49 |
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
50 |
|
|
<tr>
|
51 |
|
|
<td width="126" align="right" class="sidenav">
|
52 |
|
|
|
53 |
|
|
</td>
|
54 |
|
|
<td width="660" align="right" nowrap class="topnav">
|
55 |
|
|
<a href="http://www.lternet.edu" target="_top">
|
56 |
|
|
LTER Home
|
57 |
|
|
</a>
|
58 |
|
|
|
|
59 |
|
|
<a href="http://intranet.lternet.edu" target="_top">
|
60 |
|
|
Intranet
|
61 |
|
|
</a>
|
62 |
|
|
|
63 |
|
|
</td>
|
64 |
|
|
<td width="126" class="sidenav">
|
65 |
|
|
|
66 |
|
|
</td>
|
67 |
|
|
|
68 |
|
|
</tr>
|
69 |
|
|
</table>
|
70 |
|
|
</td>
|
71 |
|
|
</tr>
|
72 |
|
|
<tr>
|
73 |
|
|
<td height="100%" width="126" bgcolor="#006699" align="center">
|
74 |
|
|
<img src="images/lterleft.jpg" width="126" height="92" border="0" usemap="#Map">
|
75 |
|
|
</td>
|
76 |
|
|
<td height="100%" width="660" bgcolor="#006699" align="center">
|
77 |
|
|
<img src="images/ltermain.jpg" width="550" height="92">
|
78 |
|
|
|
79 |
|
|
</td>
|
80 |
|
|
<td height="100%" width="126" bgcolor="#006699">
|
81 |
|
|
<img src="images/lterright.jpg" width="126" height="92">
|
82 |
|
|
</td>
|
83 |
|
|
</tr>
|
84 |
|
|
<tr>
|
85 |
|
|
<td colspan="3" class="sidenav"></td>
|
86 |
|
|
</tr>
|
87 |
|
|
</table>
|
88 |
|
|
</body>
|
89 |
|
|
|
90 |
|
|
</html>
|