1 |
5133
|
cjones
|
<!--
|
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 |
5143
|
cjones
|
href="<%=STYLE_SKINS_URL%>/parc/parc.css">
|
35 |
5133
|
cjones
|
<script language="JavaScript" type="text/JavaScript"
|
36 |
5143
|
cjones
|
src="<%=STYLE_SKINS_URL%>/parc/parc.js"></script>
|
37 |
5133
|
cjones
|
<script language="JavaScript" type="text/JavaScript"
|
38 |
|
|
src="<%=STYLE_COMMON_URL%>/branding.js"></script>
|
39 |
|
|
<script type="text/javascript"
|
40 |
5143
|
cjones
|
src="<%=STYLE_SKINS_URL%>/parc/navigation.js"></script>
|
41 |
5133
|
cjones
|
<script type="text/javascript"
|
42 |
5143
|
cjones
|
src="<%=STYLE_SKINS_URL%>/parc/search.js"></script>
|
43 |
5133
|
cjones
|
|
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 |
5143
|
cjones
|
<li class="collapsed"><a href="<%=SERVER_URL%>">Home</a></li>
|
55 |
|
|
<li class="collapsed"><a href="<%=CONTEXT_URL%>">Repository</a></li>
|
56 |
5133
|
cjones
|
<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 |
5861
|
leinfelder
|
<iframe scrolling="no" frameborder="0" width="780" height="420" src="<%=STYLE_COMMON_URL%>/spatial/map.jsp">
|
65 |
5133
|
cjones
|
You need iframe support
|
66 |
|
|
</iframe>
|
67 |
|
|
|
68 |
|
|
<div id="footer">
|
69 |
|
|
<div id="footer_logos">
|
70 |
|
|
</div> <!-- footer_contact -->
|
71 |
|
|
</div>
|
72 |
|
|
|
73 |
|
|
</div> <!-- id="content_wrapper"-->
|
74 |
|
|
|
75 |
|
|
</div>
|
76 |
|
|
|
77 |
|
|
</body>
|
78 |
|
|
</html>
|