Project

General

Profile

« Previous | Next » 

Revision 4235

render the pages using the common settings

View differences:

header.jsp
1
<%@ page    language="java" %>
2
<%
3
/**
4
 * 
5
 * '$RCSfile$'
6
 * Copyright: 2008 Regents of the University of California and the
7
 *             National Center for Ecological Analysis and Synthesis
8
 *    '$Author$'
9
 *      '$Date$'
10
 * '$Revision$'
11
 * 
12
 * This program is free software; you can redistribute it and/or modify
13
 * it under the terms of the GNU General Public License as published by
14
 * the Free Software Foundation; either version 2 of the License, or
15
 * (at your option) any later version.
16
 * 
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
     
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
 */  
26
%>
1 27

  
2
<!--
3
    '$RCSfile$'
4
    Copyright: 2003 Regents of the University of California and the
5
               National Center for Ecological Analysis and Synthesis
6
     '$Author$'
7
       '$Date$'
8
   '$Revision$'
28
<%@ include file="../../common/common-settings.jsp"%>
29
<%@ include file="../../common/configure-check.jsp"%>
9 30

  
10
   This program is free software; you can redistribute it and/or modify
11
   it under the terms of the GNU General Public License as published by
12
   the Free Software Foundation; either version 2 of the License, or
13
   (at your option) any later version.
14

  
15
   This program is distributed in the hope that it will be useful,
16
   but WITHOUT ANY WARRANTY; without even the implied warranty of
17
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
   GNU General Public License for more details.
19
     
20
   You should have received a copy of the GNU General Public License
21
   along with this program; if not, write to the Free Software
22
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
  -->
24
<!--____________________________max_width____________________________________-->
25

  
26 31
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
27 32
<html>
28 33
<head>
29 34
<title>FIRST Data Repository</title>
30 35
<link rel="stylesheet" type="text/css"
31
	href="@systemidserver@@style-skins-path@/first/first.css"></link>
36
	href="<%=STYLE_SKINS_URL%>/first/first.css"></link>
32 37
</head>
33 38

  
34 39
<body>
35 40
<table width="760" border="0" cellspacing="0" cellpadding="0">
36 41
	<tr valign="top">
37 42
		<td>
38
			<img src="@systemidserver@@style-skins-path@/first/images/first2banner.jpg">
43
			<img src="<%=STYLE_SKINS_URL%>/first/images/first2banner.jpg">
39 44
		</td>
40 45
		<td>
41 46
			<table>
......
47 52
						<p><a href="http://www.first2.org" target=_top">FIRST Home</a></p>
48 53
					</td>
49 54
					<td valign="top">
50
						<p><a href="index.html" target="_top">Repository Home</a></p>
55
						<p><a href="index.jsp" target="_top">Repository Home</a></p>
51 56
					</td>
52 57
					<!-- 
53 58
					<td valign="top">

Also available in: Unified diff