Revision 3780
Added by daigle over 16 years ago
header.jsp | ||
---|---|---|
1 | 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$' |
|
11 |
* '$Date$' |
|
12 |
* '$Revision$' |
|
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 |
--> |
|
2 |
<% |
|
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 |
%> |
|
29 | 31 |
<%@ include file="settings.jsp"%> |
30 | 32 |
<%@ include file="session_vars.jsp"%> |
31 | 33 |
|
... | ... | |
33 | 35 |
|
34 | 36 |
<head> |
35 | 37 |
<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 |
<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>
|
|
38 | 40 |
<title> |
39 | 41 |
LTER Data Catalog |
40 | 42 |
</title> |
Also available in: Unified diff
Changes to remove ANT tokens for the turnkey install project