Project

General

Profile

« Previous | Next » 

Revision 5133

Added by Chris Jones over 14 years ago

I'm adding the settings and map JSPs. These are placeholder files since the map is not used in the PARC skin, and the settings file merely import common settings for the skin, but doesn't modify any of the interface settings.

View differences:

lib/style/skins/parc/map.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: tao $'
9
  *     '$Date: 2008-06-10 15:06:14 -0600 (Tue, 10 Jun 2008) $'
10
  * '$Revision: 3979 $'
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
-->
28
<%@ include file="settings.jsp"%>
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
30
<html>
31
<head>
32
<title>PARC Data Repository Interactive Map</title>
33
  <link rel="stylesheet" type="text/css" 
34
        href="<%=STYLE_SKINS_URL%>/nceas/nceas.css">
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="<%=STYLE_SKINS_URL%>/nceas/nceas.js"></script>
37
  <script language="JavaScript" type="text/JavaScript"
38
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
39
  <script type="text/javascript" 
40
          src="<%=STYLE_SKINS_URL%>/nceas/navigation.js"></script>
41
  <script type="text/javascript"
42
          src="<%=STYLE_SKINS_URL%>/nceas/search.js"></script>
43

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

  
48
    <div id="header">
49
    </div>
50
    <div id="navigation">
51
        <p></p>
52
        <ul id="main_nav">
53
            <ul class="menu">
54
                <li class="collapsed"><a href="http://www.palmyraresearch.org">Home</a></li>
55
                <li class="collapsed"><a href="http://data.piscoweb.org/catalog/style/skins/parc">Repository</a></li>
56
                <li class="collapsed"><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=parc">Register</a></li>
57
                <li class="collapsed"><span id="login_block"></span></li>
58
            </ul>
59
        </ul>
60
    </div> <!-- navigation -->
61
    <div id="content_wrapper">
62
        <h1>PARC Data Repository Interactive Map</h1>
63

  
64
        <iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
65
          You need iframe support 
66
        </iframe>
67

  
68
<div id="footer">
69
    <div id="footer_logos">
70
                <a href="http://www.msi.ucsb.edu/"><img
71
src="images/logo_msi.jpg" alt="MSI: Marine Science Institute" height="66"
72
width="132"></a><a href="http://www.nsf.gov/"><img src="images/logo_nsf.jpg"
73
alt="NSF: National Science 
74
Foundation" height="66" width="70"></a><a href="http://www.ucsb.edu/"><img
75
src="images/logo_ucsb.jpg" alt="UCSB: University of California at Santa Barbara"
76
height="66" width="132"></a>
77
    </div> <!-- footer_logos -->
78
    <div id="footer_contact">
79
        <span class="contact_name">National Center for Ecological Analysis and Synthesis</span>
80

  
81
        <span class="contact_address">735 State Street, Suite 300, Santa Barbara, CA 93101</span>
82
        <span class="copyright">Copyright &copy; 2007 The Regents of the
83
University of California, All Rights Reserved</span>
84
        <span class="copyright"><a href="http://www.ucsb.edu/" title="Visit the
85
UCSB website">UC Santa Barbara</a>, Santa Barbara CA 93106 &bull; (805)
86
893-8000</span>
87
        <span class="copyright"><a href="mailto:webmaster@nceas.ucsb.edu"
88
title="E-mail the PARC webmaster">Contact</a> &bull; <a
89
href="http://www.ucsb.edu/policies/terms-of-use.shtml">Terms of Use</a> &bull; <a
90
href="http://www.nceas.ucsb.edu/accessibility" title="PARC is committed to the
91
accessibility of its products for all users">Accessibility</a></span>
92

  
93
        
94
    </div> <!-- footer_contact -->
95
</div>
96

  
97
</div> <!-- id="content_wrapper"-->
98

  
99
</div>
100

  
101
</body>
102
</html>
0 103

  
lib/style/skins/parc/settings.jsp
1
<%@ page    language="java" %>
2
<%
3
/*
4
 *   '$RCSfile$'
5
 *     Authors: Matthew Brooke
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: daigle $'
11
 *      '$Date: 2008-07-06 22:25:34 -0600 (Sun, 06 Jul 2008) $'
12
 *  '$Revision: 4080 $'
13
 *
14
 * Settings file for the default metacat skin
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
 %>
31

  
32
<%@ include file="../../common/common-settings.jsp"%>
33
<%@ include file="../../common/configure-check.jsp"%>
34

  
35
<% 
36

  
37
// if true, POST variables echoed at bottom of client's browser window in a big yellow box
38
// Set this value to override the global value
39
// boolean     DEBUG_TO_BROWSER      = false;
40

  
41
// Add any local post fields to COMMON_SEARCH_METACAT_POST_FIELDS, 
42
// SIMPLE_SEARCH_METACAT_POST_FIELDS, and ADVANCED_SEARCH_METACAT_POST_FIELD here
43

  
44
// COMMON_SEARCH_METACAT_POST_FIELDS  +=
45
// SIMPLE_SEARCH_METACAT_POST_FIELDS  +=
46
// ADVANCED_SEARCH_METACAT_POST_FIELD +=
47

  
48
%>
0 49

  

Also available in: Unified diff