Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

leftcol.jsp
1 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$'
10
  *     '$Date$'
11
  * '$Revision$'
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
-->
2

  
3
<% 
4
/**
5
 *  '$RCSfile$'
6
 *      Authors: Matt Jones, CHad Berkley
7
 *    Copyright: 2000 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
 
28 32
<%@ include file="settings.jsp"%>
29 33
<%@ include file="session_vars.jsp"%>
30 34

  
......
45 49
      leftcol.jsp
46 50
    </title>
47 51
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
48
    <link href="@style-skins-path@/lter/lter.css" rel="stylesheet" type="text/css">
52
    <link href="<%=STYLE_SKINS_URL%>/lter/lter.css" rel="stylesheet" type="text/css">
49 53
  </head>
50 54

  
51 55
  <body class="sidenav">
......
58 62
        <%=loginText%>
59 63
      </a>
60 64
      <br />
61
      <a href="index.jsp" target="_top">
65
      <a href="<%=STYLE_SKINS_URL%>/lter/index.jsp" target="_top">
62 66
        Search
63 67
      </a>
64 68
      <br />
65
      <a href="index_advancedbrowse.jsp" target="_top">
69
      <a href="<%=STYLE_SKINS_URL%>/lter/index_advancedbrowse.jsp" target="_top">
66 70
        Browse
67 71
      </a>
68 72
      <br />

Also available in: Unified diff