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:

index.jsp
1
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Matt Jones
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author$'
9
  *     '$Date$'
10
  * '$Revision$'
11
  * 
12
  * This is an HTML document for displaying metadata catalog tools
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
-->
1
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *      Authors: Matt Jones
6
 *    Copyright: 2000 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 is an HTML document for displaying metadata catalog tools
15
 *
16
 * This program is free software; you can redistribute it and/or modify
17
 * it under the terms of the GNU General Public License as published by
18
 * the Free Software Foundation; either version 2 of the License, or
19
 * (at your option) any later version.
20
 *
21
 * This program is distributed in the hope that it will be useful,
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 * GNU General Public License for more details.
25
 *
26
 * You should have received a copy of the GNU General Public License
27
 * along with this program; if not, write to the Free Software
28
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
 */
30
%>
28 31
<%@ include file="settings.jsp"%>
29 32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
30 33
<html>
31 34
<head>
32 35
<title>NCEAS Data Repository</title>
33 36
  <link rel="stylesheet" type="text/css" 
34
        href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/nceas.css">
37
        href="<%=STYLE_SKINS_URL%>/nceas/nceas.css">
35 38
  <script language="JavaScript" type="text/JavaScript"
36
          src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/nceas.js"></script>
39
          src="<%=STYLE_SKINS_URL%>/nceas/nceas.js"></script>
37 40
  <script language="JavaScript" type="text/JavaScript"
38
          src="<%=SERVER_URL_WITH_CONTEXT%>/style/common/branding.js"></script>
41
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
39 42
  <script type="text/javascript" 
40
          src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/navigation.js"></script>
43
          src="<%=STYLE_SKINS_URL%>/nceas/navigation.js"></script>
41 44
  <script type="text/javascript"
42
          src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/search.js"></script>
45
          src="<%=STYLE_SKINS_URL%>/nceas/search.js"></script>
43 46

  
44 47
</head>
45
<body id="Overview" onload="loginStatus('<%=METACAT_URL%>','<%=CGI_PREFIX%>');">
48
<body id="Overview" onload="loginStatus('<%=SERVLET_URL%>','<%=CGI_URL%>');">
46 49
    <div id="main_wrapper">
47 50

  
48 51
    <div id="header">
......
56 59
            <ul class="menu">
57 60
                <li class="collapsed"><a href="http://www.nceas.ucsb.edu">Home</a></li>
58 61
                <li class="collapsed"><a href="http://data.nceas.ucsb.edu">Repository</a></li>
59
                <li class="collapsed"><a href="<%=CGI_PREFIX%>/register-dataset.cgi?cfg=nceas">Register</a></li>
62
                <li class="collapsed"><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nceas">Register</a></li>
60 63
                <li class="collapsed"><span id="login_block"></span></li>
61 64
            </ul>
62 65
        </ul>
......
81 84
  <tr >
82 85
    <td align="left">
83 86
    <form method="POST" 
84
    	action="<%=METACAT_URL%>" target="_top"
87
    	action="<%=SERVLET_URL%>" target="_top"
85 88
    	id="searchForm" name="searchForm" 
86 89
    	onSubmit="return checkSearch(this)">
87 90
        <div class="searchresultsdividerPale">
......
113 116
    <td class="borderbottom"><div align="center">
114 117
    	<a href="javascript:browseAll('searchForm')">Browse existing NCEAS data sets</a>
115 118
<br/><br/>
116
<a href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/map.jsp"> View Interactive Map </a> </div>
119
<a href="<%=STYLE_SKINS_URL%>/nceas/map.jsp"> View Interactive Map </a> </div>
117 120
</td></tr></table>
118 121
<br><br>
119 122
<table class="tables" cellpadding="8" cellspacing="0">
......
125 128
 
126 129
  <tr >
127 130
    <td  colspan="2" align="center"><div align="left">
128
      <p><a href="<%=CGI_PREFIX%>/register-dataset.cgi?cfg=nceas">Register Information Online</a> - This is a simple way to provide information (metadata) about the existence of a data set. The registration page is used to submit information about a <b>new</b> data set associated with NCEAS research.</p>
131
      <p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nceas">Register Information Online</a> - This is a simple way to provide information (metadata) about the existence of a data set. The registration page is used to submit information about a <b>new</b> data set associated with NCEAS research.</p>
129 132
  
130 133
      <p align="center">OR</p>
131 134
      </div></td>
......
154 157
<div id="footer">
155 158
    <div id="footer_logos">
156 159
                <a href="http://www.msi.ucsb.edu/"><img
157
src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/images/logo_msi.jpg" alt="MSI: Marine Science Institute" height="66"
158
width="132"></a><a href="http://www.nsf.gov/"><img src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/images/logo_nsf.jpg"
160
src="<%=STYLE_SKINS_URL%>/nceas/images/logo_msi.jpg" alt="MSI: Marine Science Institute" height="66"
161
width="132"></a><a href="http://www.nsf.gov/"><img src="<%=STYLE_SKINS_URL%>/nceas/images/logo_nsf.jpg"
159 162
alt="NSF: National Science 
160 163
Foundation" height="66" width="70"></a><a href="http://www.ucsb.edu/"><img
161
src="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/nceas/images/logo_ucsb.jpg" alt="UCSB: University of California at Santa Barbara"
164
src="<%=STYLE_SKINS_URL%>/nceas/images/logo_ucsb.jpg" alt="UCSB: University of California at Santa Barbara"
162 165
height="66" width="132"></a>
163 166
    </div> <!-- footer_logos -->
164 167
    <div id="footer_contact">

Also available in: Unified diff