1 |
4484
|
leinfelder
|
<%@ 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: leinfelder $'
|
9 |
|
|
* '$Date: 2008-08-13 15:09:01 -0700 (Wed, 13 Aug 2008) $'
|
10 |
|
|
* '$Revision: 4235 $'
|
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 |
|
|
%>
|
27 |
|
|
|
28 |
|
|
<%@ include file="../../common/common-settings.jsp"%>
|
29 |
|
|
<%@ include file="../../common/configure-check.jsp"%>
|
30 |
|
|
|
31 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
32 |
|
|
<html>
|
33 |
|
|
<head>
|
34 |
|
|
<title>FIRST Data Repository</title>
|
35 |
|
|
<link rel="stylesheet" type="text/css"
|
36 |
|
|
href="<%=STYLE_SKINS_URL%>/first/first.css"></link>
|
37 |
|
|
<style type="text/css">
|
38 |
|
|
<!--
|
39 |
|
|
.chalkboard {
|
40 |
|
|
background-image: url(<%=STYLE_SKINS_URL%>/first/images/chalkboard_left.png);
|
41 |
|
|
background-repeat: repeat-y;
|
42 |
|
|
height: 100%;
|
43 |
|
|
}
|
44 |
|
|
-->
|
45 |
|
|
</style>
|
46 |
|
|
</head>
|
47 |
|
|
|
48 |
|
|
<body>
|
49 |
|
|
<div id="chalkboard" class="chalkboard"></div>
|
50 |
|
|
</body>
|
51 |
|
|
</html>
|