Project

General

Profile

1
<%@ page     language="java" %>
2
<!--
3
/**
4
  *  '$RCSfile$'
5
  *      Authors:     Matthew Perry
6
  *      Copyright:   2005 University of New Mexico and
7
  *                   Regents of the University of California and the
8
  *                   National Center for Ecological Analysis and Synthesis
9
  *      For Details: http://www.nceas.ucsb.edu/
10
  *
11
  *   '$Author: daigle $'
12
  *     '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
13
  * '$Revision: 3780 $'
14
  * 
15
  * This program is free software; you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
17
  * the Free Software Foundation; either version 2 of the License, or
18
  * (at your option) any later version.
19
  *
20
  * This program is distributed in the hope that it will be useful,
21
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
  * GNU General Public License for more details.
24
  *
25
  * You should have received a copy of the GNU General Public License
26
  * along with this program; if not, write to the Free Software
27
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
  *
29
  */
30
-->
31
<%@ include file="settings.jsp"%>
32
<%@ include file="session_vars.jsp"%>
33
<!-- *********************** START Map ************************* -->
34
<html>
35
<head>
36
  <title>Metacat Data Catalog Map</title>
37
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
38
  <link href="<%=STYLE_SKINS_URL%>/default/default.css" rel="stylesheet" type="text/css">
39

    
40
  <script language="javascript" 
41
    type="text/javascript" src="<%=STYLE_SKINS_URL%>/default/default.js">
42
  </script>
43
</head>
44
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
45
  <table width="750px" align="center" cellspacing="0" cellpadding="0" >
46
    <tr> 
47
      </td>
48
      <td class="sectionheader">
49
        Data Catalog Map
50
      </td>
51
    </tr>
52
    <tr>       
53
      <td colspan="3">
54
        <table width="100%" cellspacing="0" cellpadding="0" border="0" class="subpanel">
55
          <tr><td> 
56
           <iframe scrolling="no" frameborder="0" width="750" height="520" src="<%=STYLE_COMMON_URL%>/spatial_templates/spatial1/map.html"> You need iframe support </iframe>
57
          </td></tr>
58
         </table>
59
      </td>
60
    </tr>
61
  </table>
62
</body>
63
</html>
64

    
65

    
(9-9/14)