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: perry $'
12
  *     '$Date: 2006-08-31 16:37:13 -0700 (Thu, 31 Aug 2006) $'
13
  * '$Revision: 3034 $'
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="<%=relativeRoot%>/default.css" rel="stylesheet" type="text/css">
39

    
40
  <script language="javascript" 
41
    type="text/javascript" src="<%=relativeRoot%>/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 width="10" align="right" valign="top">
48
        <img src="<%=relativeRoot%>/images/panelhead_bg_lcorner.gif" 
49
          width="10" height="21">
50
      </td>
51
      <td class="sectionheader">
52
        Data Catalog Map
53
      </td>
54
      <td width="10" align="left" valign="top"> 
55
        <img src="<%=relativeRoot%>/images/panelhead_bg_rcorner.gif" 
56
          width="10" height="21">
57
      </td>
58
    </tr>
59
    <tr>       
60
      <td colspan="3">
61
        <table width="100%" cellspacing="0" cellpadding="0" border="0" class="subpanel">
62
          <tr><td> 
63
           <iframe frameborder="0" width="750" height="520" src="<%=relativeRoot%>/../../common/spatial_templates/spatial1/map.html"> You need iframe support </iframe>
64
          </td></tr>
65
         </table>
66
      </td>
67
    </tr>
68
  </table>
69
</body>
70
</html>
71

    
72

    
(9-9/14)