Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
  *  '$RCSfile$'
5
  *      Authors: Matt Jones
6
  *    Copyright: 2008 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: leinfelder $'
11
  *     '$Date: 2008-08-26 14:53:56 -0700 (Tue, 26 Aug 2008) $'
12
  * '$Revision: 4319 $'
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

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

    
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
35
<html>
36
<head>
37
<title>Metacat Spatial Option Demo</title>
38

    
39
<link rel='StyleSheet' type='text/css' href='<%=CONTEXT_URL%>/spatial/mapbuilder/lib/skin/default/docsStyle.css'>
40
<link rel='StyleSheet' type='text/css' href='<%=CONTEXT_URL%>/spatial/mapbuilder/lib/skin/default/mapStyle.css'>
41
<link rel='StyleSheet' type='text/css' href='<%=CONTEXT_URL%>/spatial/mapbuilder/lib/skin/default/button.css'>
42
<link rel='StyleSheet' type='text/css' href='<%=CONTEXT_URL%>/spatial/mapbuilder/lib/skin/default/scalebar-fat.css'>
43

    
44
<script type="text/javascript">
45
  var mbConfigUrl="config.xml";
46
</script>
47

    
48
<script type="text/javascript" src="<%=CONTEXT_URL%>/spatial/mapbuilder/lib/Mapbuilder.js"></script>
49
</head>
50
<body onload="mbDoLoad()">
51

    
52
    <table border="0">
53
            <tr>
54
            <td colspan="2">
55
              <div id="mainMapPane" style="background-color:#b8d5f5;" />
56
              <div id="loading">
57
               <p> Loading Map
58
                <img src="<%=CONTEXT_URL%>/spatial/mapbuilder/lib/skin/default/images/Loading.gif"/>
59
               </p>
60
             </div>
61
            </td>
62

    
63
            </tr>
64
            <tr align="left">
65
                    <td>
66

    
67
                    <table border="0" width="100%">
68
                                    <tr valign="top"> 
69
                                      <td id="legend" align="left"/>
70
                                      <td width="45%" align="right">
71
                                        <table>
72
                                          <tr>
73
                                            <td align="center" id="cursorTrack" />
74
                                            <td align="right" id="mainButtonBar" /> 
75
                                          </tr>
76
                                          <tr><td colspan="2" align="right" id="locationsSelect" /> </tr>
77
                                          <!-- <tr><td colspan="2" align="right" id="scalebar"/> </tr> -->
78
                                          <tr> 
79
                                           <td colspan="2" align="right" style="font-size:8pt;"> 
80
                                             <a style="text-decoration:none;" href="<%=CONTEXT_URL%>/spatial/kml.jsp">
81
                                               <br/> 
82
                                               Download Google Earth KML
83
                                               <img border="0" src="<%=CONTEXT_URL%>/style/images/kml.gif">
84
                                             </a>
85
                                           </td>
86
                                          </tr> 
87
                                        </table>
88
                                      </td>
89
                                      
90
                                    </tr> 
91
                    </table>
92

    
93
                    </td>
94
            </tr>
95
    </table>
96

    
97

    
98
</body>
99
</html>
(6-6/8)